summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@debian.org>2019-07-21 11:42:22 -0700
committerRuss Allbery <rra@debian.org>2019-07-21 11:42:22 -0700
commit5d15b0cbcf4ddea5d1e0b3b2bfa2f79fe3b39a28 (patch)
tree6bc04945180c4fa86069853a15888a74b78e7b52
parentb5aa0ab2da5c926c5cc8bc4ce2b3ea0cbe4b1bf8 (diff)
Update to debhelper compatibility level V11
* Update to debhelper compatibility level V11. - Depend on debhelper-compat instead of using debian/compat.
-rw-r--r--debian/changelog2
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 04dc65e..17db8d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ gnubg (1.06.002-2) UNRELEASED; urgency=medium
* Increase the size of static buffers used to build messages during
program start so that the Spanish translation doesn't overflow a
buffer. (Closes: #932351)
+ * Update to debhelper compatibility level V11.
+ - Depend on debhelper-compat instead of using debian/compat.
-- Russ Allbery <rra@debian.org> Sun, 21 Jul 2019 11:39:46 -0700
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index aa5a594..de1171c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Russ Allbery <rra@debian.org>
Build-Depends:
autoconf-archive,
bison,
- debhelper (>= 11),
+ debhelper-compat (= 12),
flex,
graphicsmagick,
libcairo2-dev,