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

Marco Silva marcot at debian.org
Sat Jan 15 16:05:29 UTC 2011


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

    M ./changelog -4 +8
    M ./control -6 +6

Sat Jan 15 15:06:06 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: c4efd0ac132317b140748a71674bfca6
diff -rN -u old-haskell-opengl/changelog new-haskell-opengl/changelog
--- old-haskell-opengl/changelog	2011-01-15 16:05:29.815240925 +0000
+++ new-haskell-opengl/changelog	2011-01-15 16:05:29.823241347 +0000
@@ -1,8 +1,12 @@
 haskell-opengl (2.2.3.0-3) UNRELEASED; urgency=low
 
+  [ Marco Túlio Gontijo e Silva ]
   * Use debian/compat 7.
   * debian/source/format: Use 3.0 (quilt).
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Thu, 18 Feb 2010 22:40:59 -0200
 
 haskell-opengl (2.2.3.0-2) unstable; urgency=low
@@ -31,7 +35,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:ghc6:*_deps} variables in debian/control.in.
+    * Use the new ${impl:ghc:*_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.
@@ -89,15 +93,15 @@
 haskell-opengl (2.1-2) unstable; urgency=low
 
   * Upgrade to "Generic Haskell cabal library debian/rules v0.6".
-    Tell setup to use ghc6 rather than ghc, so that the postinst/prerm
+    Tell setup to use ghc rather than ghc, so that the postinst/prerm
     scripts work when the ghc-pkg symlink doesn't exist or doesn't
-    point to ghc6's ghc-pkg. 
+    point to ghc's ghc-pkg. 
 
  -- Ian Lynagh (wibble) <igloo at debian.org>  Mon, 20 Nov 2006 20:50:42 +0000
 
 haskell-opengl (2.1-1) unstable; urgency=low
 
-  * Initial release (was part of ghc6 until version 6.6-1).
+  * Initial release (was part of ghc until version 6.6-1).
   * Remove the word "industry's" from the .cabal file as the ' was
     not being handled correctly when generating the script.
 
diff -rN -u old-haskell-opengl/control new-haskell-opengl/control
--- old-haskell-opengl/control	2011-01-15 16:05:29.815240925 +0000
+++ new-haskell-opengl/control	2011-01-15 16:05:29.819241136 +0000
@@ -7,9 +7,9 @@
 Build-Depends: debhelper (>= 7)
   , haskell-devscripts (>= 0.7)
   , cdbs
-  , ghc6
-  , ghc6-prof
-  , ghc6-doc
+  , ghc
+  , ghc-prof
+  , ghc-doc
   , libgl1-mesa-dev | libgl-dev
   , libglu1-mesa-dev | libglu-dev
   , libx11-dev
@@ -17,7 +17,7 @@
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-opengl
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-opengl
 
-Package: libghc6-opengl-dev
+Package: libghc-opengl-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -38,7 +38,7 @@
  other powerful visualization functions.  For more information
  about OpenGL, please see: <http://www.opengl.org/>.
 
-Package: libghc6-opengl-prof
+Package: libghc-opengl-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${misc:Depends}
@@ -55,7 +55,7 @@
  other powerful visualization functions.  For more information
  about OpenGL, please see: <http://www.opengl.org/>.
 
-Package: libghc6-opengl-doc
+Package: libghc-opengl-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list