From: Michael R. Crusoe Date: Sun, 29 Sep 2019 15:47:45 +0000 (+0200) Subject: debhelper-compat 12 X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~141 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=501fa3d3d30f567fc6e13d6c3657e9986a2811d1;p=ncbi-blast%2B.git debhelper-compat 12 --- diff --git a/debian/changelog b/debian/changelog index 50080d72..4a72f717 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ncbi-blast+ (2.9.0-3) UNRELEASED; urgency=medium * Team upload. * Drop transitional blast2 package. (Closes: #940742). * debian/copyright: refreshed + * debhelper-compat 12 -- Michael R. Crusoe Sun, 29 Sep 2019 13:29:30 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de3947..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index 8497296d..6dcd75fe 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Uploaders: Olivier Sallou , Aaron M. Ucko Section: science Priority: optional -Build-Depends: debhelper (>= 11~) +Build-Depends: debhelper-compat (= 12) Build-Depends-Arch: 2to3, libboost-test-dev, libbz2-dev, diff --git a/debian/rules b/debian/rules index c10828eb..aff79a27 100755 --- a/debian/rules +++ b/debian/rules @@ -162,5 +162,4 @@ override_dh_clean: mv c++/src/util/lmdbxx/lmdb++.h.orig.save c++/src/util/lmdbxx/lmdb++.h.orig %: - #dh $@ -Dc++ --with autotools_dev dh $@ -Dc++