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

Marco Silva marcot at debian.org
Sun Apr 6 08:42:04 UTC 2014


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

     ./libghc6-gtk-dev.preinst -> ./libghc-gtk-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
diff -rN -u old-haskell-gtk3/changelog new-haskell-gtk3/changelog
--- old-haskell-gtk3/changelog	2014-04-06 08:42:04.628198410 +0000
+++ new-haskell-gtk3/changelog	2014-04-06 08:42:04.660198408 +0000
@@ -1,3 +1,9 @@
+haskell-gtk (0.11.0-6) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:01 -0200
+
 haskell-gtk (0.11.0-5) unstable; urgency=low
 
   * debian/patches/gtk-thread-backport-597837.patch: 
diff -rN -u old-haskell-gtk3/control new-haskell-gtk3/control
--- old-haskell-gtk3/control	2014-04-06 08:42:04.628198410 +0000
+++ new-haskell-gtk3/control	2014-04-06 08:42:04.660198408 +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-gio-dev (>= 0.11)
-  , libghc6-gio-dev (<< 0.12)
-#  , libghc6-gio-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-gio-dev (>= 0.11)
+  , libghc-gio-dev (<< 0.12)
+#  , libghc-gio-prof
   , libgtk2.0-dev
   , gtk2hs-buildtools
-Build-Depends-Indep: ghc6-doc
-  , libghc6-mtl-doc
-  , libghc6-glib-doc
-  , libghc6-cairo-doc
-  , libghc6-pango-doc
-  , libghc6-gio-doc
+Build-Depends-Indep: ghc-doc
+  , libghc-mtl-doc
+  , libghc-glib-doc
+  , libghc-cairo-doc
+  , libghc-pango-doc
+  , libghc-gio-doc
 Standards-Version: 3.9.1
 Homepage: http://hackage.haskell.org/package/gtk
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gtk
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gtk
 
-Package: libghc6-gtk-dev
+Package: libghc-gtk-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -52,7 +52,7 @@
  Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
  graphical user interfaces.
 
-# Package: libghc6-gtk-prof
+# Package: libghc-gtk-prof
 # Architecture: any
 # Depends: ${haskell:Depends}
 #   , ${misc:Depends}
@@ -68,7 +68,7 @@
 #  Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
 #  graphical user interfaces.
 
-Package: libghc6-gtk-doc
+Package: libghc-gtk-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-gtk3/libghc6-gtk-dev.preinst new-haskell-gtk3/libghc6-gtk-dev.preinst
--- old-haskell-gtk3/libghc6-gtk-dev.preinst	2014-04-06 08:42:04.624198410 +0000
+++ new-haskell-gtk3/libghc6-gtk-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 gtk-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
-fi
diff -rN -u old-haskell-gtk3/libghc-gtk-dev.preinst new-haskell-gtk3/libghc-gtk-dev.preinst
--- old-haskell-gtk3/libghc-gtk-dev.preinst	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/libghc-gtk-dev.preinst	2014-04-06 08:42:04.656198408 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "upgrade" ]
+then
+    ghc-pkg unregister gtk-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
+fi




More information about the Pkg-haskell-commits mailing list