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

Marco Silva marcot at debian.org
Sun Jan 16 14:29:45 UTC 2011


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

    M ./changelog -13 +13

Sun Jan 16 13:54:45 UTC 2011  Marco Silva <marcot at debian.org>
  * Correct sed s/ghc6/ghc in changelog entries
  Ignore-this: 89e7b661f7dee47306fc02c3f0d0a2d3
diff -rN -u old-haskell-hsql/changelog new-haskell-hsql/changelog
--- old-haskell-hsql/changelog	2011-01-16 14:29:45.438932409 +0000
+++ new-haskell-hsql/changelog	2011-01-16 14:29:45.446932831 +0000
@@ -1,6 +1,6 @@
 haskell-hsql (1.7.1-5) UNRELEASED; urgency=low
 
-  * Use ghc instead of ghc
+  * Use ghc instead of ghc6
 
  -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:09 -0200
 
@@ -70,7 +70,7 @@
 haskell-hsql (1.7-2) unstable; urgency=low
 
   * debian/control:
-    - Add a libghc-hsql-prof binary package containing the profiling
+    - Add a libghc6-hsql-prof binary package containing the profiling
       library of hsql for use with GHC 6.
     - Add Vcs-* fields.
   
@@ -85,13 +85,13 @@
   * New upstream release. The source tarball has been split up and every
     Haskell library has its own source source tarball now.
     - debian/control:
-      + Remove the binary stanzas for libghc-hsql-sqlite3-dev,
-        libghc-hsql-sqlite-dev, libghc-hsql-odbc-dev,
-        libghc-hsql-mysql-dev and libghc-hsql-postgresql-dev which all
+      + Remove the binary stanzas for libghc6-hsql-sqlite3-dev,
+        libghc6-hsql-sqlite-dev, libghc6-hsql-odbc-dev,
+        libghc6-hsql-mysql-dev and libghc6-hsql-postgresql-dev which all
         will get their own source package.
       + Update Build-Depends on haskell-devscripts to 0.6.0 needed to
         build the package.
-      + Add dpatch and ghc-prof to the build dependencies.
+      + Add dpatch and ghc6-prof to the build dependencies.
     - debian/rules:
       + Replaced with a much simpler version as we only need to build one
         Haskell library. This version works with (and needs)
@@ -110,7 +110,7 @@
   * Convert debian/copyright file to UTF-8 to fix lintian warning 
     debian-copyright-file-uses-obsolete-national-encoding
   * debian/control:
-    - Change section of libghc-hsql-dev and libghc-hsql-prof to libdevel
+    - Change section of libghc6-hsql-dev and libghc6-hsql-prof to libdevel
       to fix lintian warning dev-package-should-be-section-libdevel
     - Bump Standards-Version 3.7.3. No furthur changes needed.
 
@@ -128,14 +128,14 @@
 
   * Non-maintainer upload, to fix Failure To Build From Source, applying patch
     by Arjan Oosting.
-  * Fixes FTBFS: needs to update for new ghc (Closes: #379264)
+  * Fixes FTBFS: needs to update for new ghc6 (Closes: #379264)
     - update MySQL/Setup.lhs, PostgresSQL/Setup.lhs, SQLite/Setup.lhs and
       SQLite3/Setup.lhs for the new Cabal version shipped with ghc 6.4.2.
-    - debian/control: Build-Depends on the ghc (>= 6.4.2) which ships the
-      new Cabal version. Drop the build dependency on ghc (6.4.1-999) to
+    - debian/control: Build-Depends on the ghc6 (>= 6.4.2) which ships the
+      new Cabal version. Drop the build dependency on ghc6 (6.4.1-999) to
       make (binary) non-maintainer uploads easier.
     - debian/ghc-pkg: replace the call to /usr/lib/ghc-6.4.1/bin/ghc-pkg
-      with a call to /usr/bin/ghc-pkg6 to make independant of the ghc
+      with a call to /usr/bin/ghc-pkg6 to make independant of the ghc6
       version.
 
  -- Margarita Manterola <marga at debian.org>  Thu, 10 Aug 2006 15:27:19 -0300
@@ -211,8 +211,8 @@
 
 haskell-hsql (1.4-4) unstable; urgency=low
 
-  * Rebuilt for ghc 6.4.
-  * Minor code hacks for ghc 6.4 compatibility.
+  * Rebuilt for ghc6 6.4.
+  * Minor code hacks for ghc6 6.4 compatibility.
 
  -- John Goerzen <jgoerzen at complete.org>  Thu, 12 May 2005 06:34:33 -0500
 





More information about the Pkg-haskell-commits mailing list