summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-07-05 08:13:12 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-07-05 08:13:12 +0100
commitff785095bacd04bf841f0752190be0defc58d8c5 (patch)
treea84c4be7e39e09f17539116b5ea06cae32116b4a /debian
parent627d6555da3e474e4736f410872941651cba4928 (diff)
downloadstylish-haskell-ff785095bacd04bf841f0752190be0defc58d8c5.tar.gz
bump debhelper compat
Diffstat (limited to 'debian')
-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 cc1640d..d9340f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ stylish-haskell (0.7.1.0-1) UNRELEASED; urgency=medium
* Switch to dgit-maint-merge(7) workflow.
- Add d/source/options
- Add d/source/patch-header
+ * Bump debhelper compat to 10.
-- Sean Whitton <spwhitton@spwhitton.name> Tue, 01 Nov 2016 20:31:17 -0700
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 34da6bb..3388aca 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: stylish-haskell
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
ghc,
libghc-aeson-dev (>= 0.6),
libghc-aeson-dev (<< 1.2),