summaryrefslogtreecommitdiff
path: root/p/haskell-doctest
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-doctest')
-rw-r--r--p/haskell-doctest/debian/changelog7
-rw-r--r--p/haskell-doctest/debian/control10
-rwxr-xr-xp/haskell-doctest/debian/rules2
3 files changed, 17 insertions, 2 deletions
diff --git a/p/haskell-doctest/debian/changelog b/p/haskell-doctest/debian/changelog
index 1708b0c97..d6d1d800a 100644
--- a/p/haskell-doctest/debian/changelog
+++ b/p/haskell-doctest/debian/changelog
@@ -1,3 +1,10 @@
+haskell-doctest (0.9.1-1) unstable; urgency=low
+
+ * New upstream version.
+ * Bump to Standards-Version 3.9.4.
+
+ -- Clint Adams <clint@debian.org> Mon, 24 Sep 2012 21:35:49 -0400
+
haskell-doctest (0.8.0-1) unstable; urgency=low
* Initial release.
diff --git a/p/haskell-doctest/debian/control b/p/haskell-doctest/debian/control
index bef029b56..e6e7c55af 100644
--- a/p/haskell-doctest/debian/control
+++ b/p/haskell-doctest/debian/control
@@ -6,7 +6,7 @@ Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 7.0)
, haskell-devscripts (>= 0.8)
, cdbs
- , ghc (<< 7.6)
+ , ghc (<< 7.8)
, ghc-prof
, libghc-ghc-paths-dev (>> 0.1)
, libghc-ghc-paths-dev (<< 0.2)
@@ -15,11 +15,17 @@ Build-Depends: debhelper (>= 7.0)
, libghc-syb-prof
, libghc-transformers-dev
, libghc-transformers-prof
+# , libghc-hunit-dev (>> 1.2)
+# , libghc-hunit-dev (<< 1.3)
+# , libghc-hspec-dev (>> 1.3)
+# , libghc-quickcheck2-dev (>> 2.5)
+# , libghc-stringbuilder-dev
+# , libghc-silently-dev
Build-Depends-Indep: ghc-doc
, libghc-ghc-paths-doc
, libghc-syb-doc
, libghc-transformers-doc
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: https://github.com/sol/doctest-haskell
Package: libghc-doctest-dev
diff --git a/p/haskell-doctest/debian/rules b/p/haskell-doctest/debian/rules
index 21501431a..8470abea3 100755
--- a/p/haskell-doctest/debian/rules
+++ b/p/haskell-doctest/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+#DEB_ENABLE_TESTS = $(shell test -e /usr/lib/ghc/libHSrts_thr.a && echo yes)
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk