[Pkg-haskell-commits] darcs: haskell-cgi: Correct sed s/ghc6/ghc in changelog entries

Marco Silva marcot at debian.org
Sun Jan 16 14:09:38 UTC 2011


Sun Jan 16 13:51:35 UTC 2011  Marco Silva <marcot at debian.org>
  * Correct sed s/ghc6/ghc in changelog entries
  Ignore-this: b71da2e5f632fd7c7ba49c4c596d2d93

    M ./changelog -6 +6

Sun Jan 16 13:51:35 UTC 2011  Marco Silva <marcot at debian.org>
  * Correct sed s/ghc6/ghc in changelog entries
  Ignore-this: b71da2e5f632fd7c7ba49c4c596d2d93
diff -rN -u old-haskell-cgi/changelog new-haskell-cgi/changelog
--- old-haskell-cgi/changelog	2011-01-16 14:09:35.607166309 +0000
+++ new-haskell-cgi/changelog	2011-01-16 14:09:35.615166731 +0000
@@ -1,6 +1,6 @@
 haskell-cgi (3001.1.7.2-2) UNRELEASED; urgency=low
 
-  * Use ghc instead of ghc
+  * Use ghc instead of ghc6
 
  -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:50 -0200
 
@@ -20,7 +20,7 @@
 haskell-cgi (3001.1.7.1-2) unstable; urgency=low
 
   [ Kari Pahula ]
-  * Added missing build dependency on libghc-mtl-dev (Closes: #536584)
+  * Added missing build dependency on libghc6-mtl-dev (Closes: #536584)
   * Bumped Standards-Version to 3.8.2.
     * Use Section: haskell.
 
@@ -39,7 +39,7 @@
   * Upgrade to "Generic Haskell cabal library packaging files v10":
     * Versioned dependencies are now generated for the Cabal packages we
       depend on.
-    * Use the new ${impl:ghc:*_deps} variables in debian/control.in.
+    * Use the new ${impl:ghc6:*_deps} variables in debian/control.in.
     * Call canonicalise-comma-list on the depends and suggests fields in
       control.in. This works around bugs in lintian, where it gets
       confused and starts giving spurious warnings.
@@ -97,9 +97,9 @@
 haskell-cgi (2006.9.6-3) unstable; urgency=low
 
   * Upgrade to "Generic Haskell cabal library debian/rules v0.6".
-    Tell setup to use ghc rather than ghc, so that the postinst/prerm
+    Tell setup to use ghc6 rather than ghc, so that the postinst/prerm
     scripts work when the ghc-pkg symlink doesn't exist or doesn't
-    point to ghc's ghc-pkg. 
+    point to ghc6's ghc-pkg. 
 
  -- Ian Lynagh (wibble) <igloo at debian.org>  Mon, 20 Nov 2006 20:50:42 +0000
 
@@ -115,7 +115,7 @@
 
 haskell-cgi (2006.9.6-1) unstable; urgency=low
 
-  * Initial release (was part of ghc until version 6.6-1).
+  * Initial release (was part of ghc6 until version 6.6-1).
 
  -- Ian Lynagh (wibble) <igloo at debian.org>  Fri, 13 Oct 2006 16:43:11 +0000
 





More information about the Pkg-haskell-commits mailing list