summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-08-03 11:35:30 +0100
committerColin Watson <cjwatson@debian.org>2019-08-03 11:35:30 +0100
commit33bb5444e24a574942edbdffb88fcc22286f27fe (patch)
tree85e9c6dc7fd634a6a48f89e4b46929511abceed2
parent056669233cea94de410a05f25e88ffd547a2e07a (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 dc11280..38e7456 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+db1-compat (2.1.3-21) UNRELEASED; urgency=medium
+
+ * Use debhelper-compat instead of debian/compat.
+
+ -- Colin Watson <cjwatson@debian.org> Sat, 03 Aug 2019 11:35:16 +0100
+
db1-compat (2.1.3-20) unstable; urgency=medium
* Change priority to optional, since "Priority: extra" is now deprecated.
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 6ef5ebf..282567b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: oldlibs
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.6.2
-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9)
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper-compat (= 9)
Vcs-Git: https://salsa.debian.org/debian/db1-compat.git
Vcs-Browser: https://salsa.debian.org/debian/db1-compat