Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Adding miracle DEB_CXXFLAGS_MAINT_SET to rules changes

...

No Format
%:
	dh $@

# do not strip anything.
# call 'strip' on a mingw lib*.a file causes the ranlib information to
# be discarded rendering the libraries useless.
override_dh_strip:

override_dh_shlibdeps:

export DEB_CFLAGS_MAINT_SET = -O2 -Wall
export DEB_CXXFLAGS_MAINT_SET = -O2 -Wall
export DEB_LDFLAGS_MAINT_SET =

build-indep: common-build-indep
install-indep: common-install-indep

INSTALL_PROGRAM = install

...