diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:14:48 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:14:48 +0400 |
| commit | c2f1d8c2e8ff4f86aadbdb065de630755cdc1932 (patch) | |
| tree | 68c1872ce909d75acc3a87c1c6e128036c16be1e /p/haskell-network-multicast | |
| parent | d5a7266d216d4972c85095e8c258ebfb76363723 (diff) | |
| download | DHG_packages-c2f1d8c2e8ff4f86aadbdb065de630755cdc1932.tar.gz | |
haskell-network-multicast: Enable compat level 9
Diffstat (limited to 'p/haskell-network-multicast')
| -rw-r--r-- | p/haskell-network-multicast/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-network-multicast/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-network-multicast/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-network-multicast/debian/changelog b/p/haskell-network-multicast/debian/changelog index 60a4f48c6..1e53c7b80 100644 --- a/p/haskell-network-multicast/debian/changelog +++ b/p/haskell-network-multicast/debian/changelog @@ -1,3 +1,9 @@ +haskell-network-multicast (0.0.7-2) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:26 +0200 + haskell-network-multicast (0.0.7-1) experimental; urgency=low * Change Vcs headers to Darcs diff --git a/p/haskell-network-multicast/debian/compat b/p/haskell-network-multicast/debian/compat index 45a4fb75d..ec635144f 100644 --- a/p/haskell-network-multicast/debian/compat +++ b/p/haskell-network-multicast/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/p/haskell-network-multicast/debian/control b/p/haskell-network-multicast/debian/control index 36695c811..2633a4699 100644 --- a/p/haskell-network-multicast/debian/control +++ b/p/haskell-network-multicast/debian/control @@ -3,7 +3,7 @@ Section: haskell Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joey Hess <joeyh@debian.org> -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.13) , ghc |
