[Pkg-haskell-commits] darcs: haskell-listlike: releasing version 3.1.0-1

takaki at asis.media-as.org takaki at asis.media-as.org
Mon Apr 11 08:27:34 UTC 2011


Mon Apr 11 07:34:15 UTC 2011  takaki at asis.media-as.org
  * releasing version 3.1.0-1
  Ignore-this: 542bfcb6ce74bdaeca5c0c45385e25cb

    M ./changelog +7
    M ./control -8 +8
    M ./watch -2 +4

Mon Apr 11 07:34:15 UTC 2011  takaki at asis.media-as.org
  * releasing version 3.1.0-1
  Ignore-this: 542bfcb6ce74bdaeca5c0c45385e25cb
diff -rN -u old-haskell-listlike/changelog new-haskell-listlike/changelog
--- old-haskell-listlike/changelog	2011-04-11 08:27:34.386736150 +0000
+++ new-haskell-listlike/changelog	2011-04-11 08:27:34.402736991 +0000
@@ -1,3 +1,10 @@
+haskell-listlike (3.1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Use ghc instead of ghc 6. 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 11 Apr 2011 16:32:48 +0900
+
 haskell-listlike (2.0.1-1) unstable; urgency=low
 
   * Initial release (Closes: #607161)
diff -rN -u old-haskell-listlike/control new-haskell-listlike/control
--- old-haskell-listlike/control	2011-04-11 08:27:34.386736150 +0000
+++ new-haskell-listlike/control	2011-04-11 08:27:34.402736991 +0000
@@ -4,15 +4,15 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts,
-	ghc6,
-	ghc6-prof,
-	ghc6-doc
+	ghc,
+	ghc-prof,
+	ghc-doc
 Standards-Version: 3.9.1
 Homepage: http://software.complete.org/listlike
 #Vcs-Git: git://git.debian.org/collab-maint/haskell-listlike.git
 #Vcs-Browser: http://git.debian.org/?p=collab-maint/haskell-listlike.git;a=summary
 
-Package: libghc6-listlike-dev
+Package: libghc-listlike-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -30,9 +30,9 @@
  ByteString, for types that support input and output, and for types that can
  handle infinite lists.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
-Package: libghc6-listlike-prof
+Package: libghc-listlike-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -50,9 +50,9 @@
  ByteString, for types that support input and output, and for types that can
  handle infinite lists.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
-Package: libghc6-listlike-doc
+Package: libghc-listlike-doc
 Architecture: all
 Section: doc
 Depends: ${haskell:Depends}, ${misc:Depends}
diff -rN -u old-haskell-listlike/watch new-haskell-listlike/watch
--- old-haskell-listlike/watch	2011-04-11 08:27:34.386736150 +0000
+++ new-haskell-listlike/watch	2011-04-11 08:27:34.386736150 +0000
@@ -1,3 +1,5 @@
 version=3
-opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|  http://hackage.haskell.org/packages/archive/ListLike  ([\d\.]*\d)/
-
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|ListLike-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/ListLike \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list