From 284ea82394a204fbc5a6f0837d93ee898c9169c1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 14 Apr 2019 18:26:31 -0400 Subject: debian/compat, debian/control, debian/rules: Use dh 11 --- diff --git a/debian/changelog b/debian/changelog index dd18a88..515242e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ pro-archman (2.0.0-1) UNRELEASED; urgency=medium * Bump Standards-Version; no changes needed. * Drop old lintian override. * Update maintainer name and e-mail address. + * Use debhelper 11. -- Patrick McDermott Sun, 14 Apr 2019 17:51:16 -0400 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 834cada..512c0c5 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pro-archman Section: utils Priority: extra Maintainer: Patrick McDermott -Build-Depends: debhelper (>= 9.0.0) +Build-Depends: debhelper (>= 11.0.0) Standards-Version: 3.9.8 Homepage: http://www.proteanos.com/dev/pro-archman/ diff --git a/debian/rules b/debian/rules index e4403eb..d038483 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --no-parallel get-orig-source: uscan --noconf --verbose --rename --force-download \ -- cgit v0.9.1