diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-08-07 01:27:36 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-08-07 01:27:36 +0400 |
commit | bad4227e4acb564831b29fb221c38b2f3c8674ed (patch) | |
tree | 822e7fc3b346f9fda961239075ec97e8192baf67 | |
parent | 8acb822a6e2eb86e75550dc6313ec358d8d3b0fc (diff) | |
download | DHG_packages-bad4227e4acb564831b29fb221c38b2f3c8674ed.tar.gz |
haskell-non-negative: New upstream release
-rw-r--r-- | p/haskell-non-negative/debian/changelog | 5 | ||||
-rw-r--r-- | p/haskell-non-negative/debian/control | 3 | ||||
-rwxr-xr-x | p/haskell-non-negative/debian/rules | 1 |
3 files changed, 6 insertions, 3 deletions
diff --git a/p/haskell-non-negative/debian/changelog b/p/haskell-non-negative/debian/changelog index 4678fb067..b350f7754 100644 --- a/p/haskell-non-negative/debian/changelog +++ b/p/haskell-non-negative/debian/changelog @@ -1,8 +1,9 @@ -haskell-non-negative (0.1-6) UNRELEASED; urgency=low +haskell-non-negative (0.1.1-1) UNRELEASED; urgency=low * Adjust watch file to new hackage layout + * New upstream release - -- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:24:58 +0200 + -- Joachim Breitner <nomeata@debian.org> Wed, 06 Aug 2014 23:26:51 +0200 haskell-non-negative (0.1-5) unstable; urgency=low diff --git a/p/haskell-non-negative/debian/control b/p/haskell-non-negative/debian/control index 16f4128ad..560a894ee 100644 --- a/p/haskell-non-negative/debian/control +++ b/p/haskell-non-negative/debian/control @@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15), libghc-utility-ht-dev (>= 0.0.1), libghc-utility-ht-dev (<< 0.1), libghc-utility-ht-prof, - libghc-quickcheck2-dev, + libghc-quickcheck2-dev (>= 2.1), + libghc-quickcheck2-dev (<< 3), libghc-quickcheck2-prof Build-Depends-Indep: ghc-doc, libghc-utility-ht-doc diff --git a/p/haskell-non-negative/debian/rules b/p/haskell-non-negative/debian/rules index f2277cb16..65e09a82a 100755 --- a/p/haskell-non-negative/debian/rules +++ b/p/haskell-non-negative/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f +DEB_ENABLE_TESTS = yes DEB_BUILD_DEPENDENCIES = build-arch include /usr/share/cdbs/1/rules/debhelper.mk |