[Pkg-haskell-commits] darcs: haskell-download-curl: Allow tagsoup 0.12

Joachim Breitner mail at joachim-breitner.de
Thu Oct 13 19:50:35 UTC 2011


Thu Oct 13 19:50:21 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Allow tagsoup 0.12
  Ignore-this: 4125f0ba1cfe9a13303f908d8d85ca58

    M ./control -2 +2
    A ./patches/
    A ./patches/series
    A ./patches/tagsoup-0.12

Thu Oct 13 19:50:21 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Allow tagsoup 0.12
  Ignore-this: 4125f0ba1cfe9a13303f908d8d85ca58
diff -rN -u old-haskell-download-curl//control new-haskell-download-curl//control
--- old-haskell-download-curl//control	2011-10-13 19:50:35.568067647 +0000
+++ new-haskell-download-curl//control	2011-10-13 19:50:35.578505079 +0000
@@ -9,7 +9,7 @@
   , ghc
   , ghc-prof
   , libghc-tagsoup-dev (>= 0.8)
-  , libghc-tagsoup-dev (<< 0.11)
+  , libghc-tagsoup-dev (<< 0.13)
   , libghc-tagsoup-prof
   , libghc-curl-dev 
   , libghc-curl-prof
@@ -18,7 +18,7 @@
   , libghc-xml-dev 
   , libghc-xml-prof
 Build-Depends-Indep: ghc-doc
-  , libghc-bar-doc
+  , libghc-tagsoup-doc
   , libghc-curl-doc
   , libghc-feed-doc
   , libghc-xml-doc
diff -rN -u old-haskell-download-curl//patches/series new-haskell-download-curl//patches/series
--- old-haskell-download-curl//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-download-curl//patches/series	2011-10-13 19:50:35.578505079 +0000
@@ -0,0 +1 @@
+tagsoup-0.12
diff -rN -u old-haskell-download-curl//patches/tagsoup-0.12 new-haskell-download-curl//patches/tagsoup-0.12
--- old-haskell-download-curl//patches/tagsoup-0.12	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-download-curl//patches/tagsoup-0.12	2011-10-13 19:50:35.578505079 +0000
@@ -0,0 +1,40 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ haskell-download-curl (0.1.3-1) unstable; urgency=low
+ .
+   * Initial release.
+Author: Joachim Breitner <nomeata at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- haskell-download-curl-0.1.3.orig/download-curl.cabal
++++ haskell-download-curl-0.1.3/download-curl.cabal
+@@ -1,5 +1,5 @@
+ name:            download-curl
+-version:         0.1.3
++version:         0.1.3.0.1
+ homepage:        http://code.haskell.org/~dons/code/download-curl
+ synopsis:        High-level file download based on URLs
+ description:     High-level file download based on URLs
+@@ -56,4 +56,4 @@ library
+         build-depends:   base >= 3 && < 6, bytestring
+     else
+         build-depends:   base > 3 && < 4
+-    build-depends: curl, tagsoup >= 0.8 && < 0.11, feed, xml
++    build-depends: curl, tagsoup >= 0.8 && < 0.13, feed, xml





More information about the Pkg-haskell-commits mailing list