[Pkg-haskell-commits] darcs: haskell-hxt-xpath: releasing version 9.1.1-1

takaki at asis.media-as.org takaki at asis.media-as.org
Thu Apr 14 02:29:49 UTC 2011


Thu Apr 14 02:23:32 UTC 2011  takaki at asis.media-as.org
  * releasing version 9.1.1-1
  Ignore-this: b111426af9b9a45e0d063b7ce0a19691

    M ./changelog -2 +6
    M ./control -10 +10
    M ./watch -1 +5

Thu Apr 14 02:23:32 UTC 2011  takaki at asis.media-as.org
  * releasing version 9.1.1-1
  Ignore-this: b111426af9b9a45e0d063b7ce0a19691
diff -rN -u old-haskell-hxt-xpath/changelog new-haskell-hxt-xpath/changelog
--- old-haskell-hxt-xpath/changelog	2011-04-14 02:29:49.887462350 +0000
+++ new-haskell-hxt-xpath/changelog	2011-04-14 02:29:49.899462981 +0000
@@ -1,8 +1,12 @@
-haskell-hxt-xpath (9.0.0-3) UNRELEASED; urgency=low
+haskell-hxt-xpath (9.1.1-1) unstable; urgency=low
 
+  [ Marco Silva ]
   * Use ghc instead of ghc6
 
- -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:14 -0200
+  [ TANIGUCHI Takaki ]
+  * New upstream release
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 14 Apr 2011 11:17:10 +0900
 
 haskell-hxt-xpath (9.0.0-2) unstable; urgency=low
 
diff -rN -u old-haskell-hxt-xpath/control new-haskell-hxt-xpath/control
--- old-haskell-hxt-xpath/control	2011-04-14 02:29:49.887462350 +0000
+++ new-haskell-hxt-xpath/control	2011-04-14 02:29:49.899462981 +0000
@@ -1,17 +1,17 @@
 Source: haskell-hxt-xpath
 Section: haskell
 Priority: extra
-Maintainer: TANIGUCHI Takaki <takaki at debian.org>
-Uploaders: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
 	haskell-devscripts(>=0.7),
 	cdbs,
 	ghc,
 	ghc-prof,
 	ghc-doc,
-	libghc-parsec-dev,
-	libghc-parsec-prof,
-	libghc-parsec-doc,
+	libghc-parsec3-dev,
+	libghc-parsec3-prof,
+	libghc-parsec3-doc,
 	libghc-hxt-dev (>= 9), libghc-hxt-dev (<< 10),
 	libghc-hxt-prof (>= 9), libghc-hxt-prof (<< 10),
 	libghc-hxt-doc (>= 9), libghc-hxt-doc (<< 10),
@@ -24,13 +24,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: The XPath modules for HXT.
+Description: XPath modules for HXT.
  This is a part of Haskell XML Toolbox.
  .
  The Haskell XML Toolbox XPath library.
  Since version 8.5 this library is packed in a separate package.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
 Package: libghc-hxt-xpath-prof
 Architecture: any
@@ -38,13 +38,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: The XPath modules for HXT.; profiling library
+Description: XPath modules for HXT.; profiling library
  This is a part of Haskell XML Toolbox.
  .
  The Haskell XML Toolbox XPath library.
  Since version 8.5 this library is packed in a separate package.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
 Package: libghc-hxt-xpath-doc
 Section: doc
@@ -53,7 +53,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: The XPath modules for HXT.; documentation
+Description: XPath modules for HXT.; documentation
  This is a part of Haskell XML Toolbox.
  .
  The Haskell XML Toolbox XPath library.
diff -rN -u old-haskell-hxt-xpath/watch new-haskell-hxt-xpath/watch
--- old-haskell-hxt-xpath/watch	2011-04-14 02:29:49.887462350 +0000
+++ new-haskell-hxt-xpath/watch	2011-04-14 02:29:49.895462770 +0000
@@ -1,2 +1,5 @@
 version=3
-opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|  http://hackage.haskell.org/packages/archive/hxt-xpath  ([\d\.]*\d)/
\ No newline at end of file
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hxt-xpath-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/hxt-xpath \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list