summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 11:55:14 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 11:55:14 +0400
commit6f5a8d5854489a842bc209927ddd1dbbef1f52fe (patch)
tree6de4714dfa6b3420b81ad12c5446e3f8ba6eca47
parent10139bd36cf315981993e0dc6d3a5437516d6829 (diff)
downloadDHG_packages-6f5a8d5854489a842bc209927ddd1dbbef1f52fe.tar.gz
haskell-testpack: Enable compat level 9
-rw-r--r--p/haskell-testpack/debian/changelog3
-rw-r--r--p/haskell-testpack/debian/compat2
-rw-r--r--p/haskell-testpack/debian/control2
3 files changed, 5 insertions, 2 deletions
diff --git a/p/haskell-testpack/debian/changelog b/p/haskell-testpack/debian/changelog
index 8804d64a6..1951fe26e 100644
--- a/p/haskell-testpack/debian/changelog
+++ b/p/haskell-testpack/debian/changelog
@@ -9,6 +9,9 @@ haskell-testpack (2.1.2.1-1) UNRELEASED; urgency=low
[ Iain Lane ]
* New upstream release
+ [ Joachim Breitner ]
+ * Enable compat level 9
+
-- Iain Lane <laney@debian.org> Mon, 11 Mar 2013 22:30:59 +0000
haskell-testpack (2.1.1-1) unstable; urgency=low
diff --git a/p/haskell-testpack/debian/compat b/p/haskell-testpack/debian/compat
index 7f8f011eb..ec635144f 100644
--- a/p/haskell-testpack/debian/compat
+++ b/p/haskell-testpack/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/p/haskell-testpack/debian/control b/p/haskell-testpack/debian/control
index 4cadaf8be..8ae95b124 100644
--- a/p/haskell-testpack/debian/control
+++ b/p/haskell-testpack/debian/control
@@ -3,7 +3,7 @@ Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen@complete.org>
Build-Depends: cdbs,
- debhelper (>= 7),
+ debhelper (>= 9),
haskell-devscripts (>= 0.8.13),
ghc,
ghc-prof,