[Pkg-haskell-commits] darcs: haskell-xml-conduit: New upstream version 1.1.0.2.
Clint Adams
clint at debian.org
Sat May 25 17:52:12 UTC 2013
Sat May 25 17:44:57 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 1.1.0.2.
Ignore-this: 4a0f6b50dc15c186574cb7b05041d141
M ./changelog -4 +3
M ./compat -1 +1
M ./control -14 +18
Sat May 25 17:44:57 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 1.1.0.2.
Ignore-this: 4a0f6b50dc15c186574cb7b05041d141
diff -rN -u old-haskell-xml-conduit//changelog new-haskell-xml-conduit//changelog
--- old-haskell-xml-conduit//changelog 2013-05-25 17:52:12.538052046 +0000
+++ new-haskell-xml-conduit//changelog 2013-05-25 17:52:12.594319213 +0000
@@ -1,9 +1,8 @@
-haskell-xml-conduit (1.0.3.3-2) UNRELEASED; urgency=low
+haskell-xml-conduit (1.1.0.2-1) experimental; urgency=low
- * Enable compat level 9
- * Use substvars for Haskell description blurbs
+ * New upstream version.
- -- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:33 +0200
+ -- Clint Adams <clint at debian.org> Mon, 25 Feb 2013 22:46:06 -0500
haskell-xml-conduit (1.0.3.3-1) experimental; urgency=low
diff -rN -u old-haskell-xml-conduit//compat new-haskell-xml-conduit//compat
--- old-haskell-xml-conduit//compat 2013-05-25 17:52:12.526349391 +0000
+++ new-haskell-xml-conduit//compat 2013-05-25 17:52:12.594319213 +0000
@@ -1 +1 @@
-9
+7
diff -rN -u old-haskell-xml-conduit//control new-haskell-xml-conduit//control
--- old-haskell-xml-conduit//control 2013-05-25 17:52:12.526349391 +0000
+++ new-haskell-xml-conduit//control 2013-05-25 17:52:12.594319213 +0000
@@ -3,21 +3,21 @@
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 7)
, cdbs
- , haskell-devscripts (>= 0.8.15)
+ , haskell-devscripts (>= 0.8.13)
, ghc
, ghc-prof
, libghc-attoparsec-dev (>> 0.10)
, libghc-attoparsec-prof
- , libghc-attoparsec-conduit-dev (>> 0.5)
- , libghc-attoparsec-conduit-dev (<< 0.6)
+ , libghc-attoparsec-conduit-dev (>> 1.0)
+ , libghc-attoparsec-conduit-dev (<< 1.1)
, 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.5)
- , libghc-blaze-builder-conduit-dev (<< 0.6)
+ , libghc-blaze-builder-conduit-dev (>> 1.0)
+ , libghc-blaze-builder-conduit-dev (<< 1.1)
, libghc-blaze-builder-conduit-prof
, libghc-blaze-html-dev (>> 0.5)
, libghc-blaze-html-dev (<< 0.6)
@@ -25,8 +25,8 @@
, libghc-blaze-markup-dev (>> 0.5)
, libghc-blaze-markup-dev (<< 0.6)
, libghc-blaze-markup-prof
- , libghc-conduit-dev (>> 0.5)
- , libghc-conduit-dev (<< 0.6)
+ , libghc-conduit-dev (>> 1.0)
+ , libghc-conduit-dev (<< 1.1)
, libghc-conduit-prof
, libghc-data-default-dev
, libghc-data-default-prof
@@ -82,13 +82,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: HTTP client package with conduit interface and HTTPS support${haskell:ShortBlurb}
+Description: HTTP client package with conduit interface and HTTPS support
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/xml-conduit
for more information.
.
- ${haskell:Blurb}
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-conduit-prof
Architecture: any
@@ -97,13 +98,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: HTTP/HTTPS client package with conduit interface, profiling libraries${haskell:ShortBlurb}
+Description: HTTP/HTTPS client package with conduit interface, profiling libraries
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/xml-conduit
for more information.
.
- ${haskell:Blurb}
+ This package provides a library for the Haskell programming language, compiled
+ for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-conduit-doc
Section: doc
@@ -111,10 +113,12 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: HTTP client package with conduit interface and HTTPS support${haskell:ShortBlurb}
+Description: HTTP client package with conduit interface and HTTPS support; documentation
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/xml-conduit
for more information.
.
- ${haskell:Blurb}
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
More information about the Pkg-haskell-commits
mailing list