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

Marco Silva marcot at debian.org
Sun Jan 16 13:59:46 UTC 2011


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

    M ./changelog -17 +17

Sun Jan 16 13:51:04 UTC 2011  Marco Silva <marcot at debian.org>
  * Correct sed s/ghc6/ghc in changelog entries
  Ignore-this: aabb5f0595ab086c3b81a85da44d4570
diff -rN -u old-c2hs/changelog new-c2hs/changelog
--- old-c2hs/changelog	2011-01-16 13:59:46.068090808 +0000
+++ new-c2hs/changelog	2011-01-16 13:59:46.068090808 +0000
@@ -1,6 +1,6 @@
 c2hs (0.16.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:44 -0200
 
@@ -8,12 +8,12 @@
 
   [ Marco Túlio Gontijo e Silva ]
   * debian/copyright: Specify revision of Format-Specification:.
-  * debian/patches/04_ghc-6.12.diff: Use DEP-3 format.
+  * debian/patches/04_ghc6-6.12.diff: Use DEP-3 format.
   * Use debian/compat 7.
 
   [ Joachim Breitner ]
   * New upstream release. 
-  * Remove patch 04_ghc-6.12.diff 
+  * Remove patch 04_ghc6-6.12.diff 
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 23 Apr 2010 14:33:24 +0200
 
@@ -44,10 +44,10 @@
   * debian/control: Use Vcs-Browser: field.
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
   * Use 3.0 (quilt) source format.
-  * Include patch to work with ghc-6.12.
+  * Include patch to work with ghc6-6.12.
   * debian/copyright: Use DEP-5 format.
   * debian/control: Bump Build-Depends: on haskell-devscripts to 0.7 and
-    remove versioned Build-Depends on ghc.
+    remove versioned Build-Depends on ghc6.
   * debian/control: Correct spacing of Homepage: field.
 
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Fri, 12 Feb 2010 22:34:33 -0200
@@ -77,7 +77,7 @@
 
   * Update for GHC 6.8.2 which ships a new Cabal version:
     - debian/patches/00list: Disable 02_backport-to-old-cabal.
-    - debian/control: Bump build dependency on ghc to 6.8.2.
+    - debian/control: Bump build dependency on ghc6 to 6.8.2.
     - debian/rules: Remove installed license file COPYING.
 
  -- Arjan Oosting <arjan at debian.org>  Mon, 07 Jan 2008 11:16:19 +0100
@@ -185,7 +185,7 @@
 
 c2hs (0.14.5-5) unstable; urgency=low
 
-  * Stop using update-haskell-control and $ghc_* variables, as it is not
+  * Stop using update-haskell-control and $ghc6_* variables, as it is not
     necessary and not using it simplifies the work for porters and for me.
 
  -- Arjan Oosting <arjan at debian.org>  Sat, 21 Oct 2006 22:49:45 +0200
@@ -216,11 +216,11 @@
 
 c2hs (0.14.5-2) unstable; urgency=low
 
-  * Update package for ghc version 6.4.2.
+  * Update package for ghc6 version 6.4.2.
   * debian/control.in:
-    - remove libghc-cabal-dev from Build-Depends.
-    - add ghc (>= 6.4.2) to Build-Depends to get Cabal version >= 1.1.4.
-    - add ppc64 to Architectures as ghc is now available on ppc64.
+    - remove libghc6-cabal-dev from Build-Depends.
+    - add ghc6 (>= 6.4.2) to Build-Depends to get Cabal version >= 1.1.4.
+    - add ppc64 to Architectures as ghc6 is now available on ppc64.
   * debian/patches/01_update-manpage.dpatch: updated. Fix typo.
   * debian/patches/06_fix-Setup-for-ghc-6.4.2.dpatch: added. Replace
     Setup.hs with version from upstream VCS to fix build with ghc 6.4.2.
@@ -230,13 +230,13 @@
 c2hs (0.14.5-1) unstable; urgency=low
 
   * New upstream release. Closes: #372836
-    - no longer ships a library for ghc.
+    - no longer ships a library for ghc6.
   * New maintainer. Closes: #342801
   * debian/c2hs-doc.doc-base: change section to Apps/Programming. 
   * added debian/control.in
-    - drop the libghc-c2hs-dev package.
-    - use $ghc_app_bdeps, $ghc_arches substitution variables from
-      update-haskell-control to get the build dependency on ghc and
+    - drop the libghc6-c2hs-dev package.
+    - use $ghc6_app_bdeps, $ghc6_arches substitution variables from
+      update-haskell-control to get the build dependency on ghc6 and
       architecture list for c2hs.
     - replace ${Source-Version} with ${binary:Version} and
       ${source:Version} to make the package binNMU safe.
@@ -297,7 +297,7 @@
 c2hs (0.13.6-1) unstable; urgency=low
 
   * New upstream version.
-  * Depends on ghc. Closes: #274157.
+  * Depends on ghc6. Closes: #274157.
   * Can be build in any architecture. Closes: #319915.
   * Upload sponsored by John Goerzen <jgoerzen at debian.org>.
   
@@ -312,7 +312,7 @@
   * Removed "Recommends: ghc | ghc5" (seems redundant as ghc5 is being
     depended on and no other GHC is useful).
   * Force dependency to be on ghc5 rather than any other ghc (doesn't
-    get ghc dependencies right currently).
+    get ghc6 dependencies right currently).
 
  -- Ian Lynagh (wibble) <igloo at debian.org>  Tue, 18 Nov 2003 21:24:11 +0000
 





More information about the Pkg-haskell-commits mailing list