summaryrefslogtreecommitdiff
path: root/p/haskell-fast-logger
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-10-21 20:39:35 +0400
committerClint Adams <clint@debian.org>2012-10-21 20:39:35 +0400
commitffc409c4803641a24b34ef79607dcd9516d02930 (patch)
tree6582c45a9c83538b5fe9760a1b3692bad88e4130 /p/haskell-fast-logger
parente6d49c82c7dff8c4b8ee58feff5b4b6afcf0327e (diff)
downloadDHG_packages-ffc409c4803641a24b34ef79607dcd9516d02930.tar.gz
haskell-fast-logger: New upstream version 0.3.1.
Diffstat (limited to 'p/haskell-fast-logger')
-rw-r--r--p/haskell-fast-logger/debian/changelog7
-rw-r--r--p/haskell-fast-logger/debian/control7
-rwxr-xr-xp/haskell-fast-logger/debian/rules2
3 files changed, 16 insertions, 0 deletions
diff --git a/p/haskell-fast-logger/debian/changelog b/p/haskell-fast-logger/debian/changelog
index 4acd2fc0f..92a5f7221 100644
--- a/p/haskell-fast-logger/debian/changelog
+++ b/p/haskell-fast-logger/debian/changelog
@@ -1,3 +1,10 @@
+haskell-fast-logger (0.3.1-1) experimental; urgency=low
+
+ * New upstream version.
+ * Enable test suite.
+
+ -- Clint Adams <clint@debian.org> Wed, 17 Oct 2012 21:07:40 -0400
+
haskell-fast-logger (0.0.2-2) experimental; urgency=low
[ Giovanni Mascellani ]
diff --git a/p/haskell-fast-logger/debian/control b/p/haskell-fast-logger/debian/control
index b06a213cd..a52e0cd84 100644
--- a/p/haskell-fast-logger/debian/control
+++ b/p/haskell-fast-logger/debian/control
@@ -8,10 +8,17 @@ Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.8.13)
, ghc
, ghc-prof
+ , libghc-date-cache-dev (>> 0.3)
+ , libghc-date-cache-prof
, libghc-blaze-builder-dev
, libghc-blaze-builder-prof
+ , libghc-text-dev
+ , libghc-text-prof
+ , libghc-hspec-dev
Build-Depends-Indep: ghc-doc
, libghc-blaze-builder-doc
+ , libghc-date-cache-doc
+ , libghc-text-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/fast-logger
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-fast-logger
diff --git a/p/haskell-fast-logger/debian/rules b/p/haskell-fast-logger/debian/rules
index 683e77bcf..01f1aaf04 100755
--- a/p/haskell-fast-logger/debian/rules
+++ b/p/haskell-fast-logger/debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+DEB_ENABLE_TESTS = yes
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk