summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-08-03 12:46:45 +0100
committerColin Watson <cjwatson@debian.org>2019-08-03 12:46:45 +0100
commit5b1fbedb960c089bf85a3ba7ee86bd891e0bc660 (patch)
treed19dc5bdee40560d4f57fa7fad95f5e1fea7b911
parent8a4f237eff001420711345fd5d989b385158f4ca (diff)
Use debhelper-compat instead of debian/compat
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9e7d843..ee181eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgetargs-long-perl (1.1012-3) UNRELEASED; urgency=medium
+
+ * Use debhelper-compat instead of debian/compat.
+
+ -- Colin Watson <cjwatson@debian.org> Sat, 03 Aug 2019 12:46:37 +0100
+
libgetargs-long-perl (1.1012-2) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 36b1a06..8c2d17c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libgetargs-long-perl
Section: perl
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper-compat (= 9),
liblog-agent-perl (>= 0.105),
libmodule-install-perl (>= 0.40),
libtest-compile-perl,