[Pkg-haskell-commits] darcs: haskell-hopenpgp: New upstream verison, enable tests, fix Vcs-* headers.
Clint Adams
clint at debian.org
Wed Sep 12 02:27:31 UTC 2012
Wed Sep 12 02:28:37 UTC 2012 Clint Adams <clint at debian.org>
* New upstream verison, enable tests, fix Vcs-* headers.
Ignore-this: ddd299ada0567424c9550dc6285f83d4
M ./changelog +8
M ./control +7
M ./rules +2
Wed Sep 12 02:28:37 UTC 2012 Clint Adams <clint at debian.org>
* New upstream verison, enable tests, fix Vcs-* headers.
Ignore-this: ddd299ada0567424c9550dc6285f83d4
diff -rN -u old-haskell-hopenpgp//changelog new-haskell-hopenpgp//changelog
--- old-haskell-hopenpgp//changelog 2012-09-12 02:27:31.221822416 +0000
+++ new-haskell-hopenpgp//changelog 2012-09-12 02:27:31.225826497 +0000
@@ -1,3 +1,11 @@
+haskell-hopenpgp (0.5-1) unstable; urgency=low
+
+ * New upstream version.
+ * Enable test suite.
+ * Add Vcs-* headers.
+
+ -- Clint Adams <clint at debian.org> Tue, 11 Sep 2012 22:01:35 -0400
+
haskell-hopenpgp (0.4-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-hopenpgp//control new-haskell-hopenpgp//control
--- old-haskell-hopenpgp//control 2012-09-12 02:27:31.197822794 +0000
+++ new-haskell-hopenpgp//control 2012-09-12 02:27:31.225826497 +0000
@@ -36,6 +36,11 @@
, libghc-split-prof
, libghc-zlib-dev
, libghc-zlib-prof
+ , libghc-hunit-dev
+ , libghc-exception-transformers-dev (>> 0.3)
+ , libghc-exception-transformers-dev (<< 0.4)
+ , libghc-test-framework-dev
+ , libghc-test-framework-hunit-dev
Build-Depends-Indep: ghc-doc
, libghc-asn1-data-doc
, libghc-attoparsec-doc
@@ -52,6 +57,8 @@
, libghc-split-doc
, libghc-zlib-doc
Standards-Version: 3.9.3
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hopenpgp
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hopenpgp
Homepage: http://floss.scru.org/hOpenPGP/
Package: libghc-hopenpgp-dev
diff -rN -u old-haskell-hopenpgp//rules new-haskell-hopenpgp//rules
--- old-haskell-hopenpgp//rules 2012-09-12 02:27:31.197822794 +0000
+++ new-haskell-hopenpgp//rules 2012-09-12 02:27:31.225826497 +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