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

Clint Adams clint at debian.org
Sat Jun 16 13:24:14 UTC 2012


Sat Jun 16 13:24:43 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.5.
  Ignore-this: 9738dea3a31c4e55d14d4d1ecfcf0bc8

    M ./changelog -3 +7
    M ./control -8 +3
    R ./patches/missing-test-deps.diff
    R ./patches/series
    M ./rules -1 +1

Sat Jun 16 13:24:43 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.5.
  Ignore-this: 9738dea3a31c4e55d14d4d1ecfcf0bc8
diff -rN -u old-haskell-cereal-conduit//changelog new-haskell-cereal-conduit//changelog
--- old-haskell-cereal-conduit//changelog	2012-06-16 13:24:14.454321994 +0000
+++ new-haskell-cereal-conduit//changelog	2012-06-16 13:24:14.454321994 +0000
@@ -1,9 +1,13 @@
-haskell-cereal-conduit (0.0.6.1-2) UNRELEASED; urgency=low
+haskell-cereal-conduit (0.5-1) unstable; urgency=low
 
-  * Team upload.
+  [ Giovanni Mascellani ]
   * Fix Homepage: link
 
- -- Giovanni Mascellani <gio at debian.org>  Fri, 15 Jun 2012 18:09:27 +0200
+  [ Clint Adams ]
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Sat, 16 Jun 2012 09:16:23 -0400
 
 haskell-cereal-conduit (0.0.6.1-1) unstable; urgency=low
 
diff -rN -u old-haskell-cereal-conduit//control new-haskell-cereal-conduit//control
--- old-haskell-cereal-conduit//control	2012-06-16 13:24:14.432863636 +0000
+++ new-haskell-cereal-conduit//control	2012-06-16 13:24:14.458321973 +0000
@@ -13,19 +13,14 @@
   , libghc-conduit-dev (>> 0.4)
   , libghc-conduit-dev (<< 0.5)
   , libghc-conduit-prof
-  , libghc-exception-transformers-dev
-  , libghc-exception-transformers-prof
-  , libghc-mtl-dev
-  , libghc-mtl-prof
   , libghc-void-dev
   , libghc-void-prof
-#  , libghc-hunit-dev
-#  , libghc-test-framework-hunit-dev
+  , libghc-hunit-dev
+  , libghc-resourcet-dev
+  , libghc-mtl-dev
 Build-Depends-Indep: ghc-doc
   , libghc-cereal-doc
   , libghc-conduit-doc
-  , libghc-exception-transformers-doc
-  , libghc-mtl-doc
   , libghc-void-doc
 Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/cereal-conduit
diff -rN -u old-haskell-cereal-conduit//patches/missing-test-deps.diff new-haskell-cereal-conduit//patches/missing-test-deps.diff
--- old-haskell-cereal-conduit//patches/missing-test-deps.diff	2012-06-16 13:24:14.414322268 +0000
+++ new-haskell-cereal-conduit//patches/missing-test-deps.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
---- a/cereal-conduit.cabal
-+++ b/cereal-conduit.cabal
-@@ -35,6 +35,8 @@
-                  , test-framework-hunit
-                  , HUnit
-                  , transformers
-+                 , exception-transformers
-+                 , void
- 
- source-repository head
-   type:     git
diff -rN -u old-haskell-cereal-conduit//patches/series new-haskell-cereal-conduit//patches/series
--- old-haskell-cereal-conduit//patches/series	2012-06-16 13:24:14.414322268 +0000
+++ new-haskell-cereal-conduit//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-missing-test-deps.diff
diff -rN -u old-haskell-cereal-conduit//rules new-haskell-cereal-conduit//rules
--- old-haskell-cereal-conduit//rules	2012-06-16 13:24:14.414322268 +0000
+++ new-haskell-cereal-conduit//rules	2012-06-16 13:24:14.458321973 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-#DEB_ENABLE_TESTS = yes
+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