[Pkg-haskell-commits] darcs: haskell-conduit: New upstream version 0.4.2.

Clint Adams clint at debian.org
Tue May 15 01:58:03 UTC 2012


Tue May 15 01:57:55 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.4.2.
  Ignore-this: e2978cf347a6dc7beefb083169af2eb1

    M ./changelog +7
    M ./control -5 +9
    M ./rules +2

Tue May 15 01:57:55 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.4.2.
  Ignore-this: e2978cf347a6dc7beefb083169af2eb1
diff -rN -u old-haskell-conduit//changelog new-haskell-conduit//changelog
--- old-haskell-conduit//changelog	2012-05-15 01:58:03.197338181 +0000
+++ new-haskell-conduit//changelog	2012-05-15 01:58:03.197338181 +0000
@@ -1,3 +1,10 @@
+haskell-conduit (0.4.2-1) unstable; urgency=low
+
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Mon, 14 May 2012 21:36:00 -0400
+
 haskell-conduit (0.2.0-2) unstable; urgency=low
 
   * Sourceful upload to rebuild documentation package.
diff -rN -u old-haskell-conduit//control new-haskell-conduit//control
--- old-haskell-conduit//control	2012-05-15 01:58:03.185346648 +0000
+++ new-haskell-conduit//control	2012-05-15 01:58:03.197338181 +0000
@@ -14,24 +14,28 @@
   , libghc-monad-control-dev (>> 0.3.1)
   , libghc-monad-control-dev (<< 0.4)
   , libghc-monad-control-prof
+  , libghc-resourcet-dev (>> 0.3)
+  , libghc-resourcet-dev (<< 0.4)
+  , libghc-resourcet-prof
   , libghc-text-dev (>> 0.11)
   , libghc-text-prof
   , libghc-transformers-dev (>> 0.2.2)
-  , libghc-transformers-dev (<< 0.3)
+  , libghc-transformers-dev (<< 0.4)
   , libghc-transformers-prof
   , libghc-transformers-base-dev (>> 0.4.1)
   , libghc-transformers-base-dev (<< 0.5)
   , libghc-transformers-base-prof
-# , libghc-hspec-dev (>> 0.9.1)
-# , libghc-hunit-dev
-# , libghc-quickcheck-dev
+  , libghc-hspec-dev (>> 0.9.1)
+  , libghc-hunit-dev
+  , libghc-quickcheck2-dev
 Build-Depends-Indep: ghc-doc
   , libghc-lifted-base-doc
   , libghc-monad-control-doc
+  , libghc-resourcet-doc
   , libghc-text-doc
   , libghc-transformers-doc
   , libghc-transformers-base-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/haskell-conduit
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-conduit
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-conduit
diff -rN -u old-haskell-conduit//rules new-haskell-conduit//rules
--- old-haskell-conduit//rules	2012-05-15 01:58:03.129356425 +0000
+++ new-haskell-conduit//rules	2012-05-15 01:58:03.201335977 +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