diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:55:09 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:55:09 +0400 |
| commit | f5ff79fdbb60634a35df74ac44685fd8dae2aee1 (patch) | |
| tree | f7808819812333779608741f64073dc71dcaece9 /p/haskell-system-filepath | |
| parent | 8c53f23a9596db50853d94dd2ff86bf8b3250500 (diff) | |
| download | DHG_packages-f5ff79fdbb60634a35df74ac44685fd8dae2aee1.tar.gz | |
haskell-system-filepath: Enable compat level 9
Diffstat (limited to 'p/haskell-system-filepath')
| -rw-r--r-- | p/haskell-system-filepath/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-system-filepath/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-system-filepath/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-system-filepath/debian/changelog b/p/haskell-system-filepath/debian/changelog index bd5e23154..bde5def47 100644 --- a/p/haskell-system-filepath/debian/changelog +++ b/p/haskell-system-filepath/debian/changelog @@ -1,3 +1,9 @@ +haskell-system-filepath (0.4.7-2) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:09 +0200 + haskell-system-filepath (0.4.7-1) experimental; urgency=low [ Giovanni Mascellani ] diff --git a/p/haskell-system-filepath/debian/compat b/p/haskell-system-filepath/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-system-filepath/debian/compat +++ b/p/haskell-system-filepath/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-system-filepath/debian/control b/p/haskell-system-filepath/debian/control index edf5ccb77..13924ed31 100644 --- a/p/haskell-system-filepath/debian/control +++ b/p/haskell-system-filepath/debian/control @@ -3,7 +3,7 @@ Section: haskell Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.13) , ghc |
