[Pkg-haskell-commits] darcs: haskell-sandi: New upstream version 0.3.5.
Clint Adams
clint at debian.org
Fri Jun 26 21:26:39 UTC 2015
Fri Jun 26 21:26:33 UTC 2015 Clint Adams <clint at debian.org>
* New upstream version 0.3.5.
M ./changelog +7
M ./control -7 +7
M ./rules +2
Fri Jun 26 21:26:33 UTC 2015 Clint Adams <clint at debian.org>
* New upstream version 0.3.5.
diff -rN -u old-haskell-sandi/changelog new-haskell-sandi/changelog
--- old-haskell-sandi/changelog 2015-06-26 21:26:39.743297498 +0000
+++ new-haskell-sandi/changelog 2015-06-26 21:26:39.747297495 +0000
@@ -1,3 +1,10 @@
+haskell-sandi (0.3.5-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Fri, 26 Jun 2015 17:07:50 -0400
+
haskell-sandi (0.3.1-2) unstable; urgency=medium
* Upload to unstable
diff -rN -u old-haskell-sandi/control new-haskell-sandi/control
--- old-haskell-sandi/control 2015-06-26 21:26:39.743297498 +0000
+++ new-haskell-sandi/control 2015-06-26 21:26:39.747297495 +0000
@@ -12,17 +12,17 @@
, libghc-conduit-dev (<< 1.3)
, libghc-conduit-prof
, libghc-exceptions-dev (>= 0.6)
- , libghc-exceptions-dev (<< 0.7)
+ , libghc-exceptions-dev (<< 0.9)
, libghc-exceptions-prof
-# , libghc-hunit-dev
-# , libghc-tasty-dev
-# , libghc-tasty-hunit-dev
-# , libghc-tasty-quickcheck-dev
-# , libghc-tasty-th-dev
+ , libghc-hunit-dev
+ , libghc-tasty-dev
+ , libghc-tasty-hunit-dev
+ , libghc-tasty-quickcheck-dev
+ , libghc-tasty-th-dev
Build-Depends-Indep: ghc-doc
, libghc-conduit-doc
, libghc-exceptions-doc
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: http://hackage.haskell.org/package/sandi
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-sandi
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-sandi
diff -rN -u old-haskell-sandi/rules new-haskell-sandi/rules
--- old-haskell-sandi/rules 2015-06-26 21:26:39.739297501 +0000
+++ new-haskell-sandi/rules 2015-06-26 21:26:39.747297495 +0000
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+DEB_ENABLE_TESTS = yes
+
# Standard way of building Haskell libraries .
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