[Pkg-haskell-commits] darcs: haskell-iteratee: releasing version 0.8.1.2-1

takaki at asis.media-as.org takaki at asis.media-as.org
Mon Apr 11 12:52:22 UTC 2011


Mon Apr 11 12:51:42 UTC 2011  takaki at asis.media-as.org
  * releasing version 0.8.1.2-1
  Ignore-this: 4f0f89ce233977838a27637a361fa6b2

    M ./changelog -1 +10
    M ./control -11 +14
    M ./watch -1 +4

Mon Apr 11 12:51:42 UTC 2011  takaki at asis.media-as.org
  * releasing version 0.8.1.2-1
  Ignore-this: 4f0f89ce233977838a27637a361fa6b2
diff -rN -u old-haskell-iteratee/changelog new-haskell-iteratee/changelog
--- old-haskell-iteratee/changelog	2011-04-11 12:52:22.725304518 +0000
+++ new-haskell-iteratee/changelog	2011-04-11 12:52:22.729304728 +0000
@@ -1,5 +1,14 @@
+haskell-iteratee (0.8.1.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Use ghc instead of ghc 6.  (Closes: #617577)
+  * Fix "FTBFS: following dependencies are missing: ListLike >=1.0 &&
+    <3" (Closes: #617660)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 11 Apr 2011 16:37:59 +0900
+
 haskell-iteratee (0.6.0.1-1) unstable; urgency=low
 
   * Initial release. (Closes: #607420)
 
- -- TANIGUCHI Takaki <takaki at debian.org>  Sat, 18 Dec 2010 13:46:24 +0900
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 08 Apr 2011 20:49:41 +0900
diff -rN -u old-haskell-iteratee/control new-haskell-iteratee/control
--- old-haskell-iteratee/control	2011-04-11 12:52:22.725304518 +0000
+++ new-haskell-iteratee/control	2011-04-11 12:52:22.729304728 +0000
@@ -4,16 +4,19 @@
 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,
-	libghc6-monadcatchio-transformers-dev,
-	libghc6-monadcatchio-transformers-prof,
-	libghc6-monadcatchio-transformers-doc,
+	ghc,
+	ghc-prof,
+	ghc-doc,
+	libghc-listlike-dev,
+	libghc-listlike-prof,
+	libghc-listlike-doc,
+	libghc-monadcatchio-transformers-dev,
+	libghc-monadcatchio-transformers-prof,
+	libghc-monadcatchio-transformers-doc,
 Standards-Version: 3.9.1
 Homepage: http://inmachina.net/~jwlato/haskell/iteratee
 
-Package: libghc6-iteratee-dev
+Package: libghc-iteratee-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -23,9 +26,9 @@
  The Iteratee monad provides strict, safe, and functional I/O. In addition
  to pure Iteratee processors, file IO and combinator functions are provided.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
-Package: libghc6-iteratee-prof
+Package: libghc-iteratee-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -35,9 +38,9 @@
  The Iteratee monad provides strict, safe, and functional I/O. In addition
  to pure Iteratee processors, file IO and combinator functions are provided.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
-Package: libghc6-iteratee-doc
+Package: libghc-iteratee-doc
 Architecture: all
 Section: doc
 Depends: ${haskell:Depends}, ${misc:Depends}
diff -rN -u old-haskell-iteratee/watch new-haskell-iteratee/watch
--- old-haskell-iteratee/watch	2011-04-11 12:52:22.725304518 +0000
+++ new-haskell-iteratee/watch	2011-04-11 12:52:22.725304518 +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/iteratee  ([\d\.]*\d)/
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|iteratee-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/iteratee \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list