[Pkg-haskell-commits] darcs: haskell-doctest: New upstream version 0.9.1.
Clint Adams
clint at debian.org
Tue Sep 25 01:53:42 UTC 2012
Tue Sep 25 01:52:58 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.9.1.
Ignore-this: ce54201286ab08b16afa52f49ac9ffad
M ./changelog +7
M ./control -2 +8
M ./rules +2
Tue Sep 25 01:52:58 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.9.1.
Ignore-this: ce54201286ab08b16afa52f49ac9ffad
diff -rN -u old-haskell-doctest//changelog new-haskell-doctest//changelog
--- old-haskell-doctest//changelog 2012-09-25 01:53:42.762546766 +0000
+++ new-haskell-doctest//changelog 2012-09-25 01:53:42.762546766 +0000
@@ -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 at debian.org> Mon, 24 Sep 2012 21:35:49 -0400
+
haskell-doctest (0.8.0-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-doctest//control new-haskell-doctest//control
--- old-haskell-doctest//control 2012-09-25 01:53:42.750394365 +0000
+++ new-haskell-doctest//control 2012-09-25 01:53:42.766466749 +0000
@@ -6,7 +6,7 @@
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 @@
, 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 -rN -u old-haskell-doctest//rules new-haskell-doctest//rules
--- old-haskell-doctest//rules 2012-09-25 01:53:42.734355034 +0000
+++ new-haskell-doctest//rules 2012-09-25 01:53:42.766466749 +0000
@@ -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
More information about the Pkg-haskell-commits
mailing list