summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Tsitsimpis <i.tsitsimpis@gmail.com>2016-10-21 11:50:23 +0300
committerIlias Tsitsimpis <i.tsitsimpis@gmail.com>2016-10-21 11:50:23 +0300
commite074e0c9099b1cfd153fe6991de29e13f1632aaf (patch)
treeb1a5111ac14f9f19fbe50fd625af6a0eb5b419a5
parentfbfae78aeb892b4c736f234f9b60691a0cd04328 (diff)
Bump debhelper dependency to 9.20151219
We need a newer version of dh_strip in order to pass the `--no-automatic-dbgsym` option.
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 14abaaf..0f7fcfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ haskell-devscripts (0.13) experimental; urgency=medium
* Disable automatic generation of debug symbol packages
GHC cannot produce debugging symbols, so the dbgsym package ends
up being empty.
+ * Bump debhelper dependency to 9.20151219
+ We need a newer version of dh_strip in order to pass the
+ `--no-automatic-dbgsym` option.
-- Ilias Tsitsimpis <i.tsitsimpis@gmail.com> Thu, 20 Oct 2016 16:14:22 +0300
diff --git a/debian/control b/debian/control
index 0452860..2f111d0 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/haskell-devscripts.git
Package: haskell-devscripts-minimal
Architecture: all
Depends: dctrl-tools
- , debhelper
+ , debhelper (>= 9.20151219)
, dh-buildinfo
, ghc (>= 8.0.1)
, cdbs