...
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 |
...