summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-08-07 01:30:41 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-08-07 01:30:41 +0400
commit32450f57d88b350fecab1f62e0e221efdf3bb656 (patch)
tree049d433e802d2d7559fcbd78e1ee2a9205c940b0
parenta3182f72354c7cf4cc31a230734f605a87b4dcee (diff)
downloadDHG_packages-32450f57d88b350fecab1f62e0e221efdf3bb656.tar.gz
haskell-event-list: New upstream release
-rw-r--r--p/haskell-event-list/debian/changelog5
-rw-r--r--p/haskell-event-list/debian/control12
-rwxr-xr-xp/haskell-event-list/debian/rules2
3 files changed, 12 insertions, 7 deletions
diff --git a/p/haskell-event-list/debian/changelog b/p/haskell-event-list/debian/changelog
index e11522c4a..5acf66e25 100644
--- a/p/haskell-event-list/debian/changelog
+++ b/p/haskell-event-list/debian/changelog
@@ -1,8 +1,9 @@
-haskell-event-list (0.1.0.2-4) UNRELEASED; urgency=low
+haskell-event-list (0.1.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:49 +0200
+ -- Joachim Breitner <nomeata@debian.org> Wed, 06 Aug 2014 23:29:47 +0200
haskell-event-list (0.1.0.2-3) unstable; urgency=low
diff --git a/p/haskell-event-list/debian/control b/p/haskell-event-list/debian/control
index 78fdf45a1..de61858e4 100644
--- a/p/haskell-event-list/debian/control
+++ b/p/haskell-event-list/debian/control
@@ -5,22 +5,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15),
ghc, ghc-prof,
- libghc-quickcheck2-dev (>= 1.1),
+ libghc-quickcheck2-dev (>= 2.1),
libghc-quickcheck2-dev (<< 3),
libghc-quickcheck2-prof,
libghc-non-negative-dev (>= 0.1),
libghc-non-negative-dev (<< 0.2),
libghc-non-negative-prof,
libghc-transformers-dev (>= 0.1),
- libghc-transformers-dev (<< 0.4),
+ libghc-transformers-dev (<< 0.5),
libghc-transformers-prof,
- libghc-utility-ht-dev (>= 0.0.3),
+ libghc-utility-ht-dev (>= 0.0.10),
libghc-utility-ht-dev (<< 0.1),
- libghc-utility-ht-prof
+ libghc-utility-ht-prof,
+# for the test suite
+ libghc-random-dev,
Build-Depends-Indep: ghc-doc,
libghc-transformers-doc,
libghc-non-negative-doc,
- libghc-utility-ht-doc
+ libghc-utility-ht-doc,
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/event-list
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-event-list
diff --git a/p/haskell-event-list/debian/rules b/p/haskell-event-list/debian/rules
index f2277cb16..b3b647eef 100755
--- a/p/haskell-event-list/debian/rules
+++ b/p/haskell-event-list/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+DEB_ENABLE_TESTS = yes
+
DEB_BUILD_DEPENDENCIES = build-arch
include /usr/share/cdbs/1/rules/debhelper.mk