From 501fa3d3d30f567fc6e13d6c3657e9986a2811d1 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Sun, 29 Sep 2019 17:47:45 +0200 Subject: [PATCH] debhelper-compat 12 --- debian/changelog | 1 + debian/compat | 1 - debian/control | 2 +- debian/rules | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 debian/compat 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++ -- 2.30.2