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

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


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

     ./libghc6-gnomevfs-dev.preinst -> ./libghc-gnomevfs-dev.preinst
    M ./changelog +6
    M ./control -19 +19

Sat Jan 15 15:05:56 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 75df5572e204ede3cf98215dd2f40605
diff -rN -u old-haskell-gnomevfs/changelog new-haskell-gnomevfs/changelog
--- old-haskell-gnomevfs/changelog	2011-01-15 15:31:17.771073991 +0000
+++ new-haskell-gnomevfs/changelog	2011-01-15 15:31:17.771073991 +0000
@@ -1,3 +1,9 @@
+haskell-gnomevfs (0.11.0-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:01 -0200
+
 haskell-gnomevfs (0.11.0-2) unstable; urgency=low
 
   * control: Section: Move to oldlibs, since the C library is
diff -rN -u old-haskell-gnomevfs/control new-haskell-gnomevfs/control
--- old-haskell-gnomevfs/control	2011-01-15 15:31:17.771073991 +0000
+++ new-haskell-gnomevfs/control	2011-01-15 15:31:17.771073991 +0000
@@ -6,30 +6,30 @@
 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-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-gtk-dev (>= 0.11)
+  , libghc-gtk-dev (<< 0.12)
+#  , libghc-gtk-prof
   , libgnomevfs2-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/gnomevfs
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gnomevfs
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gnomevfs
 
-Package: libghc6-gnomevfs-dev
+Package: libghc-gnomevfs-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -48,7 +48,7 @@
  others. It provides an URI-based API, a backend supporting asynchronous file
  operations, a MIME type manipulation library and other features.
 
-# Package: libghc6-gnomevfs-prof
+# Package: libghc-gnomevfs-prof
 # Architecture: any
 # Depends: ${haskell:Depends}
 #   , ${misc:Depends}
@@ -66,7 +66,7 @@
 #  others. It provides an URI-based API, a backend supporting asynchronous file
 #  operations, a MIME type manipulation library and other features.
 
-Package: libghc6-gnomevfs-doc
+Package: libghc-gnomevfs-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-gnomevfs/libghc6-gnomevfs-dev.preinst new-haskell-gnomevfs/libghc6-gnomevfs-dev.preinst
--- old-haskell-gnomevfs/libghc6-gnomevfs-dev.preinst	2011-01-15 15:31:17.615065766 +0000
+++ new-haskell-gnomevfs/libghc6-gnomevfs-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 gnomevfs-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
-fi
diff -rN -u old-haskell-gnomevfs/libghc-gnomevfs-dev.preinst new-haskell-gnomevfs/libghc-gnomevfs-dev.preinst
--- old-haskell-gnomevfs/libghc-gnomevfs-dev.preinst	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gnomevfs/libghc-gnomevfs-dev.preinst	2011-01-15 15:31:17.771073991 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "upgrade" ]
+then
+    ghc-pkg unregister gnomevfs-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
+fi





More information about the Pkg-haskell-commits mailing list