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

Marco Silva marcot at debian.org
Sat Jan 15 15:31:50 UTC 2011


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

     ./libghc6-gtkglext-dev.preinst -> ./libghc-gtkglext-dev.preinst
    M ./changelog +6
    M ./control -25 +25

Sat Jan 15 15:05:56 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 2b5bd0f8dcb3d1a011def58e059189b2
diff -rN -u old-haskell-gtkglext/changelog new-haskell-gtkglext/changelog
--- old-haskell-gtkglext/changelog	2011-01-15 15:31:49.928769387 +0000
+++ new-haskell-gtkglext/changelog	2011-01-15 15:31:49.928769387 +0000
@@ -1,3 +1,9 @@
+haskell-gtkglext (0.11.0-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:02 -0200
+
 haskell-gtkglext (0.11.0-2) unstable; urgency=low
 
   * control: Remove -prof package.
diff -rN -u old-haskell-gtkglext/control new-haskell-gtkglext/control
--- old-haskell-gtkglext/control	2011-01-15 15:31:49.928769387 +0000
+++ new-haskell-gtkglext/control	2011-01-15 15:31:49.928769387 +0000
@@ -6,36 +6,36 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-#  , ghc6-prof
-  , libghc6-mtl-dev
-#  , libghc6-mtl-prof
-  , libghc6-glib-dev (>= 0.11)
-  , libghc6-glib-dev (<< 0.12)
-#  , libghc6-glib-prof
-  , libghc6-cairo-dev (>= 0.11)
-  , libghc6-cairo-dev (<< 0.12)
-#  , libghc6-cairo-prof
-  , libghc6-pango-dev (>= 0.11)
-  , libghc6-pango-dev (<< 0.12)
-#  , libghc6-pango-prof
-  , libghc6-gtk-dev (>= 0.11)
-  , libghc6-gtk-dev (<< 0.12)
-#  , libghc6-gtk-prof
+  , ghc
+#  , ghc-prof
+  , libghc-mtl-dev
+#  , libghc-mtl-prof
+  , libghc-glib-dev (>= 0.11)
+  , libghc-glib-dev (<< 0.12)
+#  , libghc-glib-prof
+  , libghc-cairo-dev (>= 0.11)
+  , libghc-cairo-dev (<< 0.12)
+#  , libghc-cairo-prof
+  , libghc-pango-dev (>= 0.11)
+  , libghc-pango-dev (<< 0.12)
+#  , libghc-pango-prof
+  , libghc-gtk-dev (>= 0.11)
+  , libghc-gtk-dev (<< 0.12)
+#  , libghc-gtk-prof
   , libgtkglext1-dev
   , gtk2hs-buildtools
-Build-Depends-Indep: ghc6-doc
-  , libghc6-mtl-doc
-  , libghc6-glib-doc
-  , libghc6-cairo-doc
-  , libghc6-pango-doc
-  , libghc6-gtk-doc
+Build-Depends-Indep: ghc-doc
+  , libghc-mtl-doc
+  , libghc-glib-doc
+  , libghc-cairo-doc
+  , libghc-pango-doc
+  , libghc-gtk-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/gtkglext
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gtkglext
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gtkglext
 
-Package: libghc6-gtkglext-dev
+Package: libghc-gtkglext-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -51,7 +51,7 @@
  GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and
  GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
 
-# Package: libghc6-gtkglext-prof
+# Package: libghc-gtkglext-prof
 # Architecture: any
 # Depends: ${haskell:Depends}
 #   , ${misc:Depends}
@@ -66,7 +66,7 @@
 #  GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and
 #  GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
 
-Package: libghc6-gtkglext-doc
+Package: libghc-gtkglext-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-gtkglext/libghc6-gtkglext-dev.preinst new-haskell-gtkglext/libghc6-gtkglext-dev.preinst
--- old-haskell-gtkglext/libghc6-gtkglext-dev.preinst	2011-01-15 15:31:49.820763693 +0000
+++ new-haskell-gtkglext/libghc6-gtkglext-dev.preinst	1970-01-01 00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-if [ "$1" = "upgrade" ]
-then
-    ghc-pkg unregister gtkglext-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
-fi
diff -rN -u old-haskell-gtkglext/libghc-gtkglext-dev.preinst new-haskell-gtkglext/libghc-gtkglext-dev.preinst
--- old-haskell-gtkglext/libghc-gtkglext-dev.preinst	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtkglext/libghc-gtkglext-dev.preinst	2011-01-15 15:31:49.928769387 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "upgrade" ]
+then
+    ghc-pkg unregister gtkglext-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
+fi





More information about the Pkg-haskell-commits mailing list