summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-08-17 17:21:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-08-17 17:21:51 -0700
commitd7c7f13f42fc54a0ef0e5b08359c7a52e33c7e9c (patch)
tree147ac16d02fdaa6bf324fac7e2b692f0cc367903
parentb50fb780ce3402715932c2bfe13a7e0bab1ee74d (diff)
bump debhelper compat to 10
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4695f166..1308ed17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
propellor (4.7.6-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Bump debhelper compat to 10.
* Bump std-ver to 4.0.1 (no changes required).
-- Sean Whitton <spwhitton@spwhitton.name> Thu, 17 Aug 2017 17:19:56 -0700
diff --git a/debian/compat b/debian/compat
index ec635144..f599e28b 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 3c25f57c..2f16c4a2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Build-Depends:
cabal-install,
cdbs,
- debhelper (>= 9),
+ debhelper (>= 10),
ghc (>= 7.6),
git,
haskell-devscripts,