summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Prescott <stuart@debian.org>2019-12-22 12:20:08 +1100
committerStuart Prescott <stuart@debian.org>2019-12-22 12:20:08 +1100
commita671ec8faabdc6f5342179dce9489b9c74b34b98 (patch)
tree057125acf470821d66644d3be8b8fffe58164087
parent5dac4edb06474212980c00095843b6ff308d4630 (diff)
Switch to debhelper-compat (= 12)
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 45a4fb7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/debian/control b/debian/control
index 596b618..836be5d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: python-iniparse
Section: python
Priority: optional
Maintainer: Ludovico Cavedon <cavedon@debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,