[Pkg-haskell-commits] darcs: haskell-gtksourceview2: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:32:01 UTC 2011
Sat Jan 15 15:05:56 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: b0e1dd873263d74e5a88d0cef3c538fb
./libghc6-gtksourceview2-dev.preinst -> ./libghc-gtksourceview2-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: b0e1dd873263d74e5a88d0cef3c538fb
diff -rN -u old-haskell-gtksourceview2/changelog new-haskell-gtksourceview2/changelog
--- old-haskell-gtksourceview2/changelog 2011-01-15 15:32:00.097305483 +0000
+++ new-haskell-gtksourceview2/changelog 2011-01-15 15:32:00.097305483 +0000
@@ -1,3 +1,9 @@
+haskell-gtksourceview2 (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-gtksourceview2 (0.11.0-2) unstable; urgency=low
* control: Remove -prof package.
diff -rN -u old-haskell-gtksourceview2/control new-haskell-gtksourceview2/control
--- old-haskell-gtksourceview2/control 2011-01-15 15:32:00.097305483 +0000
+++ new-haskell-gtksourceview2/control 2011-01-15 15:32:00.097305483 +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
, libgtksourceview2.0-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/gtksourceview2
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gtksourceview2
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gtksourceview2
-Package: libghc6-gtksourceview2-dev
+Package: libghc-gtksourceview2-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -46,7 +46,7 @@
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
-# Package: libghc6-gtksourceview2-prof
+# Package: libghc-gtksourceview2-prof
# Architecture: any
# Depends: ${haskell:Depends}
# , ${misc:Depends}
@@ -62,7 +62,7 @@
# GtkTextView. It improves GtkTextView by implementing syntax highlighting and
# other features typical of a source editor.
-Package: libghc6-gtksourceview2-doc
+Package: libghc-gtksourceview2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-gtksourceview2/libghc6-gtksourceview2-dev.preinst new-haskell-gtksourceview2/libghc6-gtksourceview2-dev.preinst
--- old-haskell-gtksourceview2/libghc6-gtksourceview2-dev.preinst 2011-01-15 15:32:00.001300421 +0000
+++ new-haskell-gtksourceview2/libghc6-gtksourceview2-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 gtksourceview2-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
-fi
diff -rN -u old-haskell-gtksourceview2/libghc-gtksourceview2-dev.preinst new-haskell-gtksourceview2/libghc-gtksourceview2-dev.preinst
--- old-haskell-gtksourceview2/libghc-gtksourceview2-dev.preinst 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtksourceview2/libghc-gtksourceview2-dev.preinst 2011-01-15 15:32:00.097305483 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "upgrade" ]
+then
+ ghc-pkg unregister gtksourceview2-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
+fi
More information about the Pkg-haskell-commits
mailing list