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

Clint Adams clint at debian.org
Tue May 15 03:44:07 UTC 2012


Tue May 15 03:44:13 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.7.0.2.
  Ignore-this: 8e5dd8d911bba0ad79f6e09cda8bbb95

    M ./changelog +7
    M ./control -8 +14
    M ./rules +2

Tue May 15 03:44:13 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.7.0.2.
  Ignore-this: 8e5dd8d911bba0ad79f6e09cda8bbb95
diff -rN -u old-haskell-xml-conduit//changelog new-haskell-xml-conduit//changelog
--- old-haskell-xml-conduit//changelog	2012-05-15 03:44:07.218370722 +0000
+++ new-haskell-xml-conduit//changelog	2012-05-15 03:44:07.218370722 +0000
@@ -1,3 +1,10 @@
+haskell-xml-conduit (0.7.0.2-1) unstable; urgency=low
+
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Mon, 14 May 2012 23:39:15 -0400
+
 haskell-xml-conduit (0.5.3-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-xml-conduit//control new-haskell-xml-conduit//control
--- old-haskell-xml-conduit//control	2012-05-15 03:44:07.210434576 +0000
+++ new-haskell-xml-conduit//control	2012-05-15 03:44:07.222371304 +0000
@@ -10,24 +10,27 @@
   , ghc-prof
   , libghc-attoparsec-dev (>> 0.10)
   , libghc-attoparsec-prof
-  , libghc-attoparsec-conduit-dev (>> 0.2)
-  , libghc-attoparsec-conduit-dev (<< 0.3)
+  , libghc-attoparsec-conduit-dev (>> 0.4)
+  , libghc-attoparsec-conduit-dev (<< 0.5)
   , libghc-attoparsec-conduit-prof
   , libghc-blaze-builder-dev (>> 0.2)
   , libghc-blaze-builder-dev (<< 0.4)
   , libghc-blaze-builder-prof
-  , libghc-blaze-builder-conduit-dev (>> 0.2)
-  , libghc-blaze-builder-conduit-dev (<< 0.3)
+  , libghc-blaze-builder-conduit-dev (>> 0.4)
+  , libghc-blaze-builder-conduit-dev (<< 0.5)
   , libghc-blaze-builder-conduit-prof
-  , libghc-conduit-dev (>> 0.2)
-  , libghc-conduit-dev (<< 0.3)
+  , libghc-conduit-dev (>> 0.4)
+  , libghc-conduit-dev (<< 0.5)
   , libghc-conduit-prof
   , libghc-data-default-dev (>> 0.2)
-  , libghc-data-default-dev (<< 0.4)
+  , libghc-data-default-dev (<< 0.5)
   , libghc-data-default-prof
   , libghc-failure-dev (>> 0.1)
   , libghc-failure-dev (<< 0.3)
   , libghc-failure-prof
+  , libghc-resourcet-dev (>> 0.3)
+  , libghc-resourcet-dev (<< 0.4)
+  , libghc-resourcet-prof
   , libghc-system-filepath-dev (>> 0.4)
   , libghc-system-filepath-dev (<< 0.5)
   , libghc-system-filepath-prof
@@ -35,11 +38,13 @@
   , libghc-text-dev (<< 0.12)
   , libghc-text-prof
   , libghc-transformers-dev (>> 0.2)
-  , libghc-transformers-dev (<< 0.3)
+  , libghc-transformers-dev (<< 0.4)
   , libghc-transformers-prof
   , libghc-xml-types-dev (>> 0.3.1)
   , libghc-xml-types-dev (<< 0.4)
   , libghc-xml-types-prof
+  , libghc-hspec-dev
+  , libghc-hunit-dev
 Build-Depends-Indep: ghc-doc
   , libghc-attoparsec-doc
   , libghc-attoparsec-conduit-doc
@@ -48,6 +53,7 @@
   , libghc-conduit-doc
   , libghc-data-default-doc
   , libghc-failure-doc
+  , libghc-resourcet-doc
   , libghc-system-filepath-doc
   , libghc-text-doc
   , libghc-transformers-doc
diff -rN -u old-haskell-xml-conduit//rules new-haskell-xml-conduit//rules
--- old-haskell-xml-conduit//rules	2012-05-15 03:44:07.118325973 +0000
+++ new-haskell-xml-conduit//rules	2012-05-15 03:44:07.222371304 +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