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

Clint Adams clint at debian.org
Thu Nov 8 02:39:25 UTC 2012


Thu Nov  8 02:39:07 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.3.0.3.
  Ignore-this: 877f67191192989a5d154d82c09d998b

    M ./changelog -3 +8
    M ./control -12 +6
    M ./rules +2

Thu Nov  8 02:39:07 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.3.0.3.
  Ignore-this: 877f67191192989a5d154d82c09d998b
diff -rN -u old-haskell-csv-conduit//changelog new-haskell-csv-conduit//changelog
--- old-haskell-csv-conduit//changelog	2012-11-08 02:39:24.891862798 +0000
+++ new-haskell-csv-conduit//changelog	2012-11-08 02:39:24.899910590 +0000
@@ -1,10 +1,15 @@
-haskell-csv-conduit (0.2-2) UNRELEASED; urgency=low
+haskell-csv-conduit (0.3.0.3-1) experimental; urgency=low
 
-  * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+  [ Joachim Breitner ]
+  * Depend on haskell-devscripts 0.8.13 to ensure this package is built
     against experimental
   * Bump standards version, no change
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 13 Oct 2012 14:08:31 +0200
+  [ Clint Adams ]
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Wed, 07 Nov 2012 21:31:48 -0500
 
 haskell-csv-conduit (0.2-1) unstable; urgency=low
 
diff -rN -u old-haskell-csv-conduit//control new-haskell-csv-conduit//control
--- old-haskell-csv-conduit//control	2012-11-08 02:39:24.871981216 +0000
+++ new-haskell-csv-conduit//control	2012-11-08 02:39:24.899910590 +0000
@@ -10,30 +10,24 @@
   , ghc-prof
   , libghc-attoparsec-dev (>> 0.10)
   , libghc-attoparsec-prof
-  , libghc-attoparsec-conduit-dev
+  , libghc-attoparsec-conduit-dev (>> 0.5.0.2)
   , libghc-attoparsec-conduit-prof
-  , libghc-conduit-dev (>> 0.4)
-  , libghc-conduit-dev (<< 0.5)
+  , libghc-conduit-dev (>> 0.5)
+  , libghc-conduit-dev (<< 0.6)
   , libghc-conduit-prof
   , libghc-monad-control-dev
   , libghc-monad-control-prof
-  , libghc-safe-dev
-  , libghc-safe-prof
   , libghc-text-dev
   , libghc-text-prof
-  , libghc-transformers-dev (>> 0.2)
-  , libghc-transformers-prof
-  , libghc-unix-compat-dev (>> 0.2.1.1)
-  , libghc-unix-compat-prof
+  , libghc-hunit-dev (>> 1.2)
+  , libghc-test-framework-dev
+  , libghc-test-framework-hunit-dev
 Build-Depends-Indep: ghc-doc
   , libghc-attoparsec-doc
   , libghc-attoparsec-conduit-doc
   , libghc-conduit-doc
   , libghc-monad-control-doc
-  , libghc-safe-doc
   , libghc-text-doc
-  , libghc-transformers-doc
-  , libghc-unix-compat-doc
 Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/csv-conduit
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-csv-conduit
diff -rN -u old-haskell-csv-conduit//rules new-haskell-csv-conduit//rules
--- old-haskell-csv-conduit//rules	2012-11-08 02:39:24.847985199 +0000
+++ new-haskell-csv-conduit//rules	2012-11-08 02:39:24.903950020 +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