[Pkg-haskell-commits] darcs: haskell-directory-tree: releasing version 0.10.0-1

takaki at asis.media-as.org takaki at asis.media-as.org
Fri Apr 8 06:19:33 UTC 2011


Fri Apr  8 06:18:17 UTC 2011  takaki at asis.media-as.org
  * releasing version 0.10.0-1
  Ignore-this: 47fbb3f569325d4d1a0e1d2d9d4b6957

    M ./changelog +7
    M ./control -8 +8
    M ./watch -1 +1

Fri Apr  8 06:18:17 UTC 2011  takaki at asis.media-as.org
  * releasing version 0.10.0-1
  Ignore-this: 47fbb3f569325d4d1a0e1d2d9d4b6957
diff -rN -u old-haskell-directory-tree/changelog new-haskell-directory-tree/changelog
--- old-haskell-directory-tree/changelog	2011-04-08 06:19:32.347109571 +0000
+++ new-haskell-directory-tree/changelog	2011-04-08 06:19:32.351109781 +0000
@@ -1,3 +1,10 @@
+haskell-directory-tree (0.10.0-1) unstable; urgency=low
+
+  * New upstream release
+  * use ghc instead of ghc6. (Closes: #617575)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 08 Apr 2011 15:17:10 +0900
+
 haskell-directory-tree (0.9.1-1) unstable; urgency=low
 
   * Initial release. (Closes: #607422)
diff -rN -u old-haskell-directory-tree/control new-haskell-directory-tree/control
--- old-haskell-directory-tree/control	2011-04-08 06:19:32.347109571 +0000
+++ new-haskell-directory-tree/control	2011-04-08 06:19:32.351109781 +0000
@@ -4,13 +4,13 @@
 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://coder.bsimmons.name/blog/2009/05/directory-tree-module-released/
 
-Package: libghc6-directory-tree-dev
+Package: libghc-directory-tree-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -24,9 +24,9 @@
  filesystem, as well as useful functions for reading and writing
  file and directory structures in the IO monad.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
-Package: libghc6-directory-tree-prof
+Package: libghc-directory-tree-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -40,9 +40,9 @@
  filesystem, as well as useful functions for reading and writing
  file and directory structures in the IO monad.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
-Package: libghc6-directory-tree-doc
+Package: libghc-directory-tree-doc
 Architecture: all
 Section: doc
 Depends: ${haskell:Depends}, ${misc:Depends}
diff -rN -u old-haskell-directory-tree/watch new-haskell-directory-tree/watch
--- old-haskell-directory-tree/watch	2011-04-08 06:19:32.347109571 +0000
+++ new-haskell-directory-tree/watch	2011-04-08 06:19:32.347109571 +0000
@@ -1,2 +1,2 @@
 version=3
-opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|  http://hackage.haskell.org/packages/archive/directory-tree  ([\d\.]*\d)/
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,filenamemangle=s|(.*)/$|directory-tree-$1.tar.gz|" http://hackage.haskell.org/packages/archive/directory-tree ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list