* New upstream release, which should be (more than) new enough for
recent q2-feature-classifier. (Closes: #1074316.) (NOT RELEASED YET.)
- * debian/control: Build against libnghttp2-dev, libsqlite3-dev, and
- libuv1-dev, newly needed.
+ * debian/control:
+ - Build against libnghttp2-dev, libsqlite3-dev, and libuv1-dev, newly
+ needed.
+ - Build against autoconf2.69.
* debian/patches: Update for new release, mostly formally.
* debian/patches/series: Move system_mbedtls_only up in conjunction with
incorporating part of an upstream patch needed by support_mbedtls3.
https://github.com/ncbi/ncbi-cxx-toolkit-public/commit/f9c7297dd1)
and Makefile.xxconnect2.lib.
* debian/rules:
+ - Regenerate configure and config.h.in with Autoconf 2.69.
- 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;
Aaron M. Ucko <ucko@debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: debhelper-compat (= 13),
+ autoconf2.69
Build-Depends-Arch: 2to3,
libboost-test-dev,
libbz2-dev,
datatool.exe
endif
+override_dh_autoreconf:
+ cd c++ && \
+ autoheader2.69 -Isrc/build-system src/build-system/configure.ac \
+ && cd src/build-system && autoconf2.69
+
override_dh_auto_configure-indep:;
override_dh_auto_configure-arch: $(PREBUILT_DATATOOL_EXE)
mkdir -p $(HOME)
mv c++/src/util/lmdbxx/lmdb++.h.orig.save c++/src/util/lmdbxx/lmdb++.h.orig
%:
- dh $@ --sourcedirectory=c++
+ dh $@ --sourcedirectory=c++ --with-autoreconf