[Pkg-haskell-commits] darcs: haskell-glib: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:30:58 UTC 2011
Sat Jan 15 15:05:56 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 826889bf01ce96a16287e568be5d07ad
./libghc6-glib-dev.preinst -> ./libghc-glib-dev.preinst
M ./changelog +6
M ./control -6 +6
Sat Jan 15 15:05:56 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 826889bf01ce96a16287e568be5d07ad
diff -rN -u old-haskell-glib/changelog new-haskell-glib/changelog
--- old-haskell-glib/changelog 2011-01-15 15:30:58.014032368 +0000
+++ new-haskell-glib/changelog 2011-01-15 15:30:58.018032579 +0000
@@ -1,3 +1,9 @@
+haskell-glib (0.11.0-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:00 -0200
+
haskell-glib (0.11.0-1) unstable; urgency=low
* Initial release. (Closes: #583133)
diff -rN -u old-haskell-glib/control new-haskell-glib/control
--- old-haskell-glib/control 2011-01-15 15:30:58.014032368 +0000
+++ new-haskell-glib/control 2011-01-15 15:30:58.018032579 +0000
@@ -6,17 +6,17 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
+ , ghc
+ , ghc-prof
, libglib2.0-dev
, gtk2hs-buildtools
-Build-Depends-Indep: ghc6-doc
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/glib
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-glib
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-glib
-Package: libghc6-glib-dev
+Package: libghc-glib-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -34,7 +34,7 @@
required to support the packages that wrap libraries that are themselves based
on GLib.
-Package: libghc6-glib-prof
+Package: libghc-glib-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -51,7 +51,7 @@
required to support the packages that wrap libraries that are themselves based
on GLib.
-Package: libghc6-glib-doc
+Package: libghc-glib-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-glib/libghc6-glib-dev.preinst new-haskell-glib/libghc6-glib-dev.preinst
--- old-haskell-glib/libghc6-glib-dev.preinst 2011-01-15 15:30:57.886025619 +0000
+++ new-haskell-glib/libghc6-glib-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 glib-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
-fi
diff -rN -u old-haskell-glib/libghc-glib-dev.preinst new-haskell-glib/libghc-glib-dev.preinst
--- old-haskell-glib/libghc-glib-dev.preinst 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-glib/libghc-glib-dev.preinst 2011-01-15 15:30:58.014032368 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "upgrade" ]
+then
+ ghc-pkg unregister glib-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
+fi
More information about the Pkg-haskell-commits
mailing list