[Pkg-haskell-commits] darcs: haskell-zip-archive : Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 16:21:26 UTC 2011


Sat Jan 15 15:06:21 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: a558ed7b735fae03e7e9b12dabe5018d

    M ./changelog -1 +7
    M ./control -18 +18

Sat Jan 15 15:06:21 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: a558ed7b735fae03e7e9b12dabe5018d
diff -rN -u old-haskell-zip-archive/changelog new-haskell-zip-archive/changelog
--- old-haskell-zip-archive/changelog	2011-01-15 16:21:26.617664989 +0000
+++ new-haskell-zip-archive/changelog	2011-01-15 16:21:26.625665410 +0000
@@ -1,3 +1,9 @@
+haskell-zip-archive (0.1.1.6-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:38 -0200
+
 haskell-zip-archive (0.1.1.6-1) unstable; urgency=low
 
   * Fix "Please package newer upstream release 0.1.1.4 (needed by
@@ -22,7 +28,7 @@
     Depends: of haskell-devscripts.
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
   * debian/control: Use more sintetic link in Homepage:.
-  * debian/control: Remove uneeded Build-Depends: in libghc6-utf8-
+  * debian/control: Remove uneeded Build-Depends: in libghc-utf8-
     string-*.
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-zip-archive/control new-haskell-zip-archive/control
--- old-haskell-zip-archive/control	2011-01-15 16:21:26.617664989 +0000
+++ new-haskell-zip-archive/control	2011-01-15 16:21:26.625665410 +0000
@@ -6,27 +6,27 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6 
-  , ghc6-prof
-  , ghc6-doc
-  , libghc6-mtl-dev
-  , libghc6-mtl-prof
-  , libghc6-mtl-doc
-  , libghc6-digest-dev
-  , libghc6-digest-prof
-  , libghc6-digest-doc
-  , libghc6-zlib-dev
-  , libghc6-zlib-prof
-  , libghc6-zlib-doc
-  , libghc6-binary-dev
-  , libghc6-binary-prof
-  , libghc6-binary-doc
+  , ghc 
+  , ghc-prof
+  , ghc-doc
+  , libghc-mtl-dev
+  , libghc-mtl-prof
+  , libghc-mtl-doc
+  , libghc-digest-dev
+  , libghc-digest-prof
+  , libghc-digest-doc
+  , libghc-zlib-dev
+  , libghc-zlib-prof
+  , libghc-zlib-doc
+  , libghc-binary-dev
+  , libghc-binary-prof
+  , libghc-binary-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/zip-archive
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-zip-archive
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-zip-archive
 
-Package: libghc6-zip-archive-dev
+Package: libghc-zip-archive-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
@@ -38,7 +38,7 @@
  The zip-archive library provides functions for creating, modifying, and
  extracting files from zip archives.
 
-Package: libghc6-zip-archive-prof
+Package: libghc-zip-archive-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${haskell:Provides}
@@ -50,7 +50,7 @@
  The zip-archive library provides functions for creating, modifying, and
  extracting files from zip archives.
 
-Package: libghc6-zip-archive-doc
+Package: libghc-zip-archive-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}





More information about the Pkg-haskell-commits mailing list