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

Marco Silva marcot at debian.org
Sat Jan 15 15:37:47 UTC 2011


Sat Jan 15 15:05:57 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 83769f772dd86f59bb7740494a61a217

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

Sat Jan 15 15:05:57 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 83769f772dd86f59bb7740494a61a217
diff -rN -u old-haskell-hsql/changelog new-haskell-hsql/changelog
--- old-haskell-hsql/changelog	2011-01-15 15:37:47.319610757 +0000
+++ new-haskell-hsql/changelog	2011-01-15 15:37:47.323610968 +0000
@@ -1,3 +1,9 @@
+haskell-hsql (1.7.1-5) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:09 -0200
+
 haskell-hsql (1.7.1-4) unstable; urgency=low
 
   * Fix "Updating the haskell-hsql Uploaders list" changing Uploader
@@ -64,7 +70,7 @@
 haskell-hsql (1.7-2) unstable; urgency=low
 
   * debian/control:
-    - Add a libghc6-hsql-prof binary package containing the profiling
+    - Add a libghc-hsql-prof binary package containing the profiling
       library of hsql for use with GHC 6.
     - Add Vcs-* fields.
   
@@ -79,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 libghc6-hsql-sqlite3-dev,
-        libghc6-hsql-sqlite-dev, libghc6-hsql-odbc-dev,
-        libghc6-hsql-mysql-dev and libghc6-hsql-postgresql-dev which all
+      + 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
         will get their own source package.
       + Update Build-Depends on haskell-devscripts to 0.6.0 needed to
         build the package.
-      + Add dpatch and ghc6-prof to the build dependencies.
+      + Add dpatch and ghc-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)
@@ -104,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 libghc6-hsql-dev and libghc6-hsql-prof to libdevel
+    - Change section of libghc-hsql-dev and libghc-hsql-prof to libdevel
       to fix lintian warning dev-package-should-be-section-libdevel
     - Bump Standards-Version 3.7.3. No furthur changes needed.
 
@@ -122,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 ghc6 (Closes: #379264)
+  * Fixes FTBFS: needs to update for new ghc (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 ghc6 (>= 6.4.2) which ships the
-      new Cabal version. Drop the build dependency on ghc6 (6.4.1-999) to
+    - 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
       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 ghc6
+      with a call to /usr/bin/ghc-pkg6 to make independant of the ghc
       version.
 
  -- Margarita Manterola <marga at debian.org>  Thu, 10 Aug 2006 15:27:19 -0300
@@ -205,8 +211,8 @@
 
 haskell-hsql (1.4-4) unstable; urgency=low
 
-  * Rebuilt for ghc6 6.4.
-  * Minor code hacks for ghc6 6.4 compatibility.
+  * Rebuilt for ghc 6.4.
+  * Minor code hacks for ghc 6.4 compatibility.
 
  -- John Goerzen <jgoerzen at complete.org>  Thu, 12 May 2005 06:34:33 -0500
 
diff -rN -u old-haskell-hsql/control new-haskell-hsql/control
--- old-haskell-hsql/control	2011-01-15 15:37:47.315610546 +0000
+++ new-haskell-hsql/control	2011-01-15 15:37:47.323610968 +0000
@@ -7,18 +7,18 @@
  , debhelper (>= 7)
  , haskell-devscripts (>= 0.7)
  , cpphs
- , ghc6 
- , ghc6-prof
- , ghc6-doc
+ , ghc 
+ , ghc-prof
+ , ghc-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/hsql
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsql
 
-Package: libghc6-hsql-dev
+Package: libghc-hsql-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: ${haskell:Suggests}, libghc6-hsql-sqlite3-dev, libghc6-hsql-sqlite-dev, libghc6-hsql-odbc-dev, libghc6-hsql-mysql-dev, libghc6-hsql-postgresql-dev, haskell-hsql-doc
+Suggests: ${haskell:Suggests}, libghc-hsql-sqlite3-dev, libghc-hsql-sqlite-dev, libghc-hsql-odbc-dev, libghc-hsql-mysql-dev, libghc-hsql-postgresql-dev, haskell-hsql-doc
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Description: Multi-Database Interface System library for GHC6
@@ -28,7 +28,7 @@
  database systems.  In this sense, it is similar to Java's JDBC,
  Python's DB-API, or Perl's DBI.
 
-Package: libghc6-hsql-prof
+Package: libghc-hsql-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -43,7 +43,7 @@
  database systems.  In this sense, it is similar to Java's JDBC,
  Python's DB-API, or Perl's DBI.
 
-Package: libghc6-hsql-doc
+Package: libghc-hsql-doc
 Replaces: haskell-hsql-doc (<< 1.7.1-3)
 Conflicts: haskell-hsql-doc (<< 1.7.1-3)
 Provides: haskell-hsql-doc





More information about the Pkg-haskell-commits mailing list