[Pkg-haskell-commits] darcs: haskell-asn1-data: New upstream version 0.7.1.
Clint Adams
clint at debian.org
Sat Oct 20 03:21:10 UTC 2012
Sat Oct 20 03:20:59 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.7.1.
Ignore-this: da86bcdd70c505c55dad94b678c2236b
M ./changelog +7
M ./control -12 +6
M ./rules +2
Sat Oct 20 03:20:59 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.7.1.
Ignore-this: da86bcdd70c505c55dad94b678c2236b
diff -rN -u old-haskell-asn1-data//changelog new-haskell-asn1-data//changelog
--- old-haskell-asn1-data//changelog 2012-10-20 03:21:10.651989809 +0000
+++ new-haskell-asn1-data//changelog 2012-10-20 03:21:10.655879587 +0000
@@ -1,3 +1,10 @@
+haskell-asn1-data (0.7.1-1) experimental; urgency=low
+
+ * New upstream version.
+ * Enable test suite.
+
+ -- Clint Adams <clint at debian.org> Sat, 20 Oct 2012 03:14:47 +0000
+
haskell-asn1-data (0.6.1.3-3) experimental; urgency=low
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
diff -rN -u old-haskell-asn1-data//control new-haskell-asn1-data//control
--- old-haskell-asn1-data//control 2012-10-20 03:21:10.635949880 +0000
+++ new-haskell-asn1-data//control 2012-10-20 03:21:10.655879587 +0000
@@ -8,23 +8,17 @@
, haskell-devscripts (>= 0.8.13)
, ghc
, ghc-prof
- , libghc-attoparsec-dev (>> 0.8)
- , libghc-attoparsec-dev (<< 0.11)
- , libghc-attoparsec-prof
- , libghc-attoparsec-enumerator-dev (>> 0.2)
- , libghc-attoparsec-enumerator-dev (<< 0.4)
- , libghc-attoparsec-enumerator-prof
- , libghc-enumerator-dev (>> 0.4.5)
- , libghc-enumerator-dev (<< 0.5)
- , libghc-enumerator-prof
+ , libghc-cereal-dev
, libghc-mtl-dev
, libghc-mtl-prof
, libghc-text-dev (>> 0.11)
, libghc-text-prof
+ , libghc-hunit-dev
+ , libghc-quickcheck2-dev
+ , libghc-test-framework-dev (>> 0.3)
+ , libghc-test-framework-quickcheck2-dev (>> 0.2)
Build-Depends-Indep: ghc-doc
- , libghc-attoparsec-doc
- , libghc-attoparsec-enumerator-doc
- , libghc-enumerator-doc
+ , libghc-cereal-doc
, libghc-mtl-doc
, libghc-text-doc
Standards-Version: 3.9.4
diff -rN -u old-haskell-asn1-data//rules new-haskell-asn1-data//rules
--- old-haskell-asn1-data//rules 2012-10-20 03:21:10.555981805 +0000
+++ new-haskell-asn1-data//rules 2012-10-20 03:21:10.659719628 +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