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

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


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

     ./libghc6-gconf-dev.preinst -> ./libghc-gconf-dev.preinst
    M ./changelog +6
    M ./control -13 +13

Sat Jan 15 15:05:54 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 41b74ec8cb8b83bdf93f9b3fd1af7c2
diff -rN -u old-haskell-gconf/changelog new-haskell-gconf/changelog
--- old-haskell-gconf/changelog	2011-01-15 15:29:01.051866817 +0000
+++ new-haskell-gconf/changelog	2011-01-15 15:29:01.055867028 +0000
@@ -1,3 +1,9 @@
+haskell-gconf (0.11.0-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:58 -0200
+
 haskell-gconf (0.11.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #583228)
diff -rN -u old-haskell-gconf/control new-haskell-gconf/control
--- old-haskell-gconf/control	2011-01-15 15:29:01.051866817 +0000
+++ new-haskell-gconf/control	2011-01-15 15:29:01.055867028 +0000
@@ -6,24 +6,24 @@
 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
+  , ghc
+  , ghc-prof
+  , libghc-mtl-dev
+  , libghc-mtl-prof
+  , libghc-glib-dev (>= 0.11)
+  , libghc-glib-dev (<< 0.12)
+  , libghc-glib-prof
   , libgconf2-dev
   , gtk2hs-buildtools
-Build-Depends-Indep: ghc6-doc
-  , libghc6-mtl-doc
-  , libghc6-glib-doc
+Build-Depends-Indep: ghc-doc
+  , libghc-mtl-doc
+  , libghc-glib-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/gconf
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gconf
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gconf
 
-Package: libghc6-gconf-dev
+Package: libghc-gconf-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -42,7 +42,7 @@
  running applications. It is written for the GNOME desktop but doesn't require
  it.
 
-Package: libghc6-gconf-prof
+Package: libghc-gconf-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${misc:Depends}
@@ -60,7 +60,7 @@
  running applications. It is written for the GNOME desktop but doesn't require
  it.
 
-Package: libghc6-gconf-doc
+Package: libghc-gconf-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-gconf/libghc6-gconf-dev.preinst new-haskell-gconf/libghc6-gconf-dev.preinst
--- old-haskell-gconf/libghc6-gconf-dev.preinst	2011-01-15 15:29:00.883857961 +0000
+++ new-haskell-gconf/libghc6-gconf-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 gconf-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
-fi
diff -rN -u old-haskell-gconf/libghc-gconf-dev.preinst new-haskell-gconf/libghc-gconf-dev.preinst
--- old-haskell-gconf/libghc-gconf-dev.preinst	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gconf/libghc-gconf-dev.preinst	2011-01-15 15:29:01.055867028 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "upgrade" ]
+then
+    ghc-pkg unregister gconf-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
+fi





More information about the Pkg-haskell-commits mailing list