From 049a27b4a0255d93dec4c28cdc05807e47e3aced Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 5 Feb 2018 15:02:25 +0200 Subject: Turn debhelper up to 11 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 3 +-- debian/rules | 2 +- 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 Uploaders: Eugene V. Lyubimkin , Graham Inggs -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 -- \ -- cgit v1.2.3