summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0a99147d..d193088a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ docker-compose (1.25.0-1) UNRELEASED; urgency=medium
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Use secure URI in Homepage field.
+ * Bump debhelper from old 10 to 12.
-- Felipe Sateler <fsateler@debian.org> Fri, 22 Nov 2019 21:31:08 -0300
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28b..00000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index bf3b0bb8..ce083d7d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Jason Pleau <jason@jpleau.ca>,
Section: admin
Priority: optional
Build-Depends:
- debhelper (>= 10),
+ debhelper-compat (= 12),
python3 (>= 3.6),
dh-python,
python3-cached-property (>= 1.2.0),