[Pkg-haskell-commits] darcs: haskell-x11-xft: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:20:45 UTC 2011
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: db0eac1c508d32193566584edac824b7
M ./changelog -4 +8
M ./control -9 +9
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: db0eac1c508d32193566584edac824b7
diff -rN -u old-haskell-x11-xft/changelog new-haskell-x11-xft/changelog
--- old-haskell-x11-xft/changelog 2011-01-15 16:20:45.655506367 +0000
+++ new-haskell-x11-xft/changelog 2011-01-15 16:20:45.659506578 +0000
@@ -1,7 +1,11 @@
haskell-x11-xft (0.3-6) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Sun, 21 Feb 2010 07:46:21 -0300
haskell-x11-xft (0.3-5) unstable; urgency=low
@@ -22,7 +26,7 @@
[ Joachim Breitner ]
* Bump haskell-devscripts dependency to 0.7
- * Remove utf8-string dependency, as its bundled in ghc6 now
+ * Remove utf8-string dependency, as its bundled in ghc now
-- Joachim Breitner <nomeata at debian.org> Wed, 17 Feb 2010 21:08:51 +0100
@@ -34,7 +38,7 @@
[ Marco Túlio Gontijo e Silva ]
* debian/control: Use one package for line in dependencies.
* debian/control: Use haskell:Recommends and haskell:Suggests.
- * debian/control: Remove Suggests: libghc6-x11-doc in -prof package.
+ * debian/control: Remove Suggests: libghc-x11-doc in -prof package.
* debian/control: Change Priority: to extra.
* debian/watch: Use format that works for --download-current-version.
@@ -46,13 +50,13 @@
haskell-x11-xft (0.3-3) unstable; urgency=low
- * Rebuilt with ghc6 with arch-independent .haddock and .hi files
+ * Rebuilt with ghc with arch-independent .haddock and .hi files
-- Joachim Breitner <nomeata at debian.org> Sun, 01 Mar 2009 17:33:21 +0100
haskell-x11-xft (0.3-2) unstable; urgency=low
- * Rebuilt with ghc6 with arch-independent .haddock files
+ * Rebuilt with ghc with arch-independent .haddock files
* Add build-dependency on haskell-utf8-string
-- Joachim Breitner <nomeata at debian.org> Sat, 28 Feb 2009 12:06:40 +0100
diff -rN -u old-haskell-x11-xft/control new-haskell-x11-xft/control
--- old-haskell-x11-xft/control 2011-01-15 16:20:45.655506367 +0000
+++ new-haskell-x11-xft/control 2011-01-15 16:20:45.659506578 +0000
@@ -7,18 +7,18 @@
Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6
- , ghc6-prof
- , ghc6-doc
- , libghc6-x11-dev (>= 1.2.1)
- , libghc6-x11-doc
- , libghc6-x11-prof
+ , ghc
+ , ghc-prof
+ , ghc-doc
+ , libghc-x11-dev (>= 1.2.1)
+ , libghc-x11-doc
+ , libghc-x11-prof
, libxft-dev
Homepage: http://hackage.haskell.org/package/X11-xft
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-x11-xft
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-x11-xft
-Package: libghc6-x11-xft-dev
+Package: libghc-x11-xft-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -37,7 +37,7 @@
specification resolution. Where available, the RENDER extension handles glyph
drawing; otherwise, the core X protocol is used.
-Package: libghc6-x11-xft-prof
+Package: libghc-x11-xft-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -54,7 +54,7 @@
specification resolution. Where available, the RENDER extension handles glyph
drawing; otherwise, the core X protocol is used.
-Package: libghc6-x11-xft-doc
+Package: libghc-x11-xft-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list