aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Inggs <ginggs@debian.org>2018-02-05 15:02:25 +0200
committerGraham Inggs <ginggs@debian.org>2018-02-05 15:02:25 +0200
commit049a27b4a0255d93dec4c28cdc05807e47e3aced (patch)
tree07dd3e4ac39c21b7f9457b3a4ca486441a291021
parent172c642893f5f9a9796d8059c151ce304a289ead (diff)
downloaddebian_htop-049a27b4a0255d93dec4c28cdc05807e47e3aced.tar.gz
debian_htop-049a27b4a0255d93dec4c28cdc05807e47e3aced.tar.bz2
debian_htop-049a27b4a0255d93dec4c28cdc05807e47e3aced.zip
Turn debhelper up to 11
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index ada0e69..7f86b43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ htop (2.1.0-1) UNRELEASED; urgency=medium
* New upstream release 2.1.0 (Closes: #889634)
* Refresh debian/patches/601-openvz-new-ctid-vpid.patch
* Update Vcs-* URIs for move to salsa.debian.org
+ * Turn debhelper up to 11
[ Helmut Grohne ]
* Fix FTCBFS: Annotate python-minimal build dependency with :native.
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 9ba5848..9cdcea2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
Maintainer: Daniel Lange <dl.ml1@usrlocal.de>
Uploaders: Eugene V. Lyubimkin <jackyf@debian.org>,
Graham Inggs <ginggs@debian.org>
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 11),
dpkg-dev (>= 1.16.1.1),
libhwloc-dev [!linux-any],
libkvm-dev [kfreebsd-any],
diff --git a/debian/rules b/debian/rules
index 196c15d..d5bcbe3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ else
endif
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- \

© 2014-2024 Faster IT GmbH | imprint | privacy policy