summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-14 18:26:31 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-14 18:36:18 (EDT)
commit284ea82394a204fbc5a6f0837d93ee898c9169c1 (patch)
tree843e6828ce74e39f8049df22253a0426b85661b0
parent5d19a7c0d843dd87f7efed5acf74fc6d49211b0a (diff)
debian/compat, debian/control, debian/rules: Use dh 11
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
4 files changed, 4 insertions, 3 deletions
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 <patrick.mcdermott@libiquity.com> 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 <patrick.mcdermott@libiquity.com>
-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 \