[Pkg-haskell-commits] darcs: haskell-cipher-camellia: New upstream version 0.0.2.
Clint Adams
clint at debian.org
Sun Dec 8 01:50:48 UTC 2013
Sun Dec 8 01:50:41 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 0.0.2.
M ./changelog +7
M ./control -2 +7
M ./rules +2
Sun Dec 8 01:50:41 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 0.0.2.
diff -rN -u old-haskell-cipher-camellia/changelog new-haskell-cipher-camellia/changelog
--- old-haskell-cipher-camellia/changelog 2013-12-08 01:50:48.181800978 +0000
+++ new-haskell-cipher-camellia/changelog 2013-12-08 01:50:48.185800976 +0000
@@ -1,3 +1,10 @@
+haskell-cipher-camellia (0.0.2-1) unstable; urgency=low
+
+ * New upstream version.
+ * Enable test suite.
+
+ -- Clint Adams <clint at debian.org> Sat, 07 Dec 2013 20:39:18 -0500
+
haskell-cipher-camellia (0.0.1-2) unstable; urgency=low
* Adjust watch file to new hackage layout
diff -rN -u old-haskell-cipher-camellia/control new-haskell-cipher-camellia/control
--- old-haskell-cipher-camellia/control 2013-12-08 01:50:48.181800978 +0000
+++ new-haskell-cipher-camellia/control 2013-12-08 01:50:48.185800976 +0000
@@ -10,18 +10,23 @@
, ghc-prof
, libghc-byteable-dev
, libghc-byteable-prof
- , libghc-crypto-cipher-types-dev (>> 0.0.3)
+ , libghc-crypto-cipher-types-dev (>= 0.0.3)
+ , libghc-crypto-cipher-types-dev (<< 0.1)
, libghc-crypto-cipher-types-prof
, libghc-securemem-dev (>> 0.1.2)
, libghc-securemem-prof
, libghc-vector-dev
, libghc-vector-prof
+ , libghc-quickcheck2-dev
+ , libghc-test-framework-dev (>= 0.3.3)
+ , libghc-test-framework-quickcheck2-dev (>= 0.2.9)
+ , libghc-crypto-cipher-tests-dev
Build-Depends-Indep: ghc-doc
, libghc-byteable-doc
, libghc-crypto-cipher-types-doc
, libghc-securemem-doc
, libghc-vector-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/cipher-camellia
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-camellia
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-camellia
diff -rN -u old-haskell-cipher-camellia/rules new-haskell-cipher-camellia/rules
--- old-haskell-cipher-camellia/rules 2013-12-08 01:50:48.181800978 +0000
+++ new-haskell-cipher-camellia/rules 2013-12-08 01:50:48.189800974 +0000
@@ -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
More information about the Pkg-haskell-commits
mailing list