diff options
author | Clint Adams <clint@debian.org> | 2016-10-09 16:09:34 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-12 22:55:34 -0400 |
commit | 1c5f8e0489c1719608082ce851f1cf40bd245747 (patch) | |
tree | e50d49b3a4e98d1b3fd1f2e73c532223f8d8e73b /p/haskell-hunit/debian | |
parent | 46b608237e251037ff2d47a5c63f6af71cf512ee (diff) | |
download | DHG_packages-1c5f8e0489c1719608082ce851f1cf40bd245747.tar.gz |
HUnit: build against ghc8 in experimental
Diffstat (limited to 'p/haskell-hunit/debian')
-rw-r--r-- | p/haskell-hunit/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-hunit/debian/control | 23 |
2 files changed, 19 insertions, 11 deletions
diff --git a/p/haskell-hunit/debian/changelog b/p/haskell-hunit/debian/changelog index 7e550f186..efbf78664 100644 --- a/p/haskell-hunit/debian/changelog +++ b/p/haskell-hunit/debian/changelog @@ -1,3 +1,10 @@ +haskell-hunit (1.3.1.2-2) experimental; urgency=medium + + * Factor out package descriptions into X-Description. + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Sun, 09 Oct 2016 16:09:12 -0400 + haskell-hunit (1.3.1.2-1) unstable; urgency=medium * New upstream release diff --git a/p/haskell-hunit/debian/control b/p/haskell-hunit/debian/control index bcc84bf9d..602e5302d 100644 --- a/p/haskell-hunit/debian/control +++ b/p/haskell-hunit/debian/control @@ -6,13 +6,16 @@ Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, - ghc, + ghc (>= 8), ghc-prof, Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.8 Homepage: https://github.com/hspec/HUnit#readme Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hunit -Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git +Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git +X-Description: Haskell unit testing framework for GHC + HUnit is a unit testing framework for Haskell, inspired by the + JUnit tool for Java, see: <http://www.junit.org>. Package: libghc-hunit-dev Architecture: any @@ -22,9 +25,8 @@ Depends: ${haskell:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, -Description: Haskell unit testing framework for GHC${haskell:ShortBlurb} - HUnit is a unit testing framework for Haskell, inspired by the - JUnit tool for Java, see: <http://www.junit.org>. +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} . ${haskell:Blurb} @@ -35,9 +37,8 @@ Depends: ${haskell:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, -Description: Haskell unit testing framework for GHC${haskell:ShortBlurb} - HUnit is a unit testing framework for Haskell, inspired by the - JUnit tool for Java, see: <http://www.junit.org>. +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} . ${haskell:Blurb} @@ -49,8 +50,8 @@ Depends: ${haskell:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, -Description: Haskell unit testing framework for GHC${haskell:ShortBlurb} - HUnit is a unit testing framework for Haskell, inspired by the - JUnit tool for Java, see: <http://www.junit.org>. +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} . ${haskell:Blurb} + |