[Pkg-haskell-commits] darcs: haskell-dlist: * debian/watch: Improved.

takaki at asis.media-as.org takaki at asis.media-as.org
Fri Apr 8 07:01:22 UTC 2011


Fri Apr  8 06:57:20 UTC 2011  takaki at asis.media-as.org
  * * debian/watch: Improved.
  Ignore-this: 96d4cb5a0612ee22e38efef62084cfad
  * use ghc instead of ghc6.

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

Fri Apr  8 06:57:20 UTC 2011  takaki at asis.media-as.org
  * * debian/watch: Improved.
  Ignore-this: 96d4cb5a0612ee22e38efef62084cfad
  * use ghc instead of ghc6.
diff -rN -u old-haskell-dlist/changelog new-haskell-dlist/changelog
--- old-haskell-dlist/changelog	2011-04-08 07:01:22.211207683 +0000
+++ new-haskell-dlist/changelog	2011-04-08 07:01:22.215207894 +0000
@@ -1,3 +1,10 @@
+haskell-dlist (0.5-2) unstable; urgency=low
+
+  * debian/watch: Improved.
+  * use ghc instead of ghc6.
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 08 Apr 2011 15:56:28 +0900
+
 haskell-dlist (0.5-1) unstable; urgency=low
 
   * Initial release. (Closes: #607421)
diff -rN -u old-haskell-dlist/control new-haskell-dlist/control
--- old-haskell-dlist/control	2011-04-08 07:01:22.211207683 +0000
+++ new-haskell-dlist/control	2011-04-08 07:01:22.215207894 +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://code.haskell.org/~dons/code/dlist/
 
-Package: libghc6-dlist-dev
+Package: libghc-dlist-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -22,9 +22,9 @@
  printing, (e.g. with the Writer monad), where list append
  quickly becomes too expensive.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
-Package: libghc6-dlist-prof
+Package: libghc-dlist-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -36,9 +36,9 @@
  printing, (e.g. with the Writer monad), where list append
  quickly becomes too expensive.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
-Package: libghc6-dlist-doc
+Package: libghc-dlist-doc
 Architecture: all
 Section: doc
 Depends: ${haskell:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list