Tune flags: Add --without-strip to make --with-symbols effective;
switch off warnings from __DATE__/__TIME__ usage, since
dpkg-buildpackage's SOURCE_DATE_EPOCH injection should suffice.
- Regenerate configure and config.h.in with Autoconf 2.69.
- Build against PCRE2, as enabled by debian/patches/allow_pcre2.
(Closes: #891197.)
- - Extend generated-sources cleanup to objtools/eutils (not entirely
- straightforward due to input format variation).
- Tune flags: Add --without-strip to make --with-symbols effective;
switch off warnings from __DATE__/__TIME__ usage, since
dpkg-buildpackage's SOURCE_DATE_EPOCH injection should suffice.
proj=algo/blast/ app/ objmgr/ objtools/align_format/ objtools/blast/
#ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-DEB_CONFIGURE_EXTRA_FLAGS += --with-symbols
+DEB_CONFIGURE_EXTRA_FLAGS += --without-strip --with-symbols
#endif
#export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie reproducible=-timeless
export DEB_CFLAGS_MAINT_APPEND=-Wall -pedantic
include /usr/share/dpkg/architecture.mk