[Pkg-haskell-commits] darcs: haskell-hgl: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:35:39 UTC 2011
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 91487c5675988c4c48b46f25a025080e
M ./changelog -5 +9
M ./control -9 +9
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 91487c5675988c4c48b46f25a025080e
diff -rN -u old-haskell-hgl/changelog new-haskell-hgl/changelog
--- old-haskell-hgl/changelog 2011-01-15 15:35:39.184855752 +0000
+++ new-haskell-hgl/changelog 2011-01-15 15:35:39.188855963 +0000
@@ -1,8 +1,12 @@
haskell-hgl (3.2.0.2-2) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* debian/control: Use more sintetic link in Homepage:.
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Fri, 19 Feb 2010 14:04:56 -0200
haskell-hgl (3.2.0.2-1) unstable; urgency=low
@@ -45,7 +49,7 @@
haskell-hgl (3.2.0.0-3) unstable; urgency=low
- * Build against libghc6-x11-dev 1.4.2-1.
+ * Build against libghc-x11-dev 1.4.2-1.
-- Ian Lynagh (wibble) <igloo at debian.org> Thu, 24 Jul 2008 14:55:49 +0000
@@ -54,7 +58,7 @@
* Upgrade to "Generic Haskell cabal library packaging files v10":
* Versioned dependencies are now generated for the Cabal packages we
depend on.
- * Use the new ${impl:ghc6:*_deps} variables in debian/control.in.
+ * Use the new ${impl:ghc:*_deps} variables in debian/control.in.
* Call canonicalise-comma-list on the depends and suggests fields in
control.in. This works around bugs in lintian, where it gets
confused and starts giving spurious warnings.
@@ -112,9 +116,9 @@
haskell-hgl (3.1-3) unstable; urgency=low
* Upgrade to "Generic Haskell cabal library debian/rules v0.6".
- Tell setup to use ghc6 rather than ghc, so that the postinst/prerm
+ Tell setup to use ghc rather than ghc, so that the postinst/prerm
scripts work when the ghc-pkg symlink doesn't exist or doesn't
- point to ghc6's ghc-pkg.
+ point to ghc's ghc-pkg.
-- Ian Lynagh (wibble) <igloo at debian.org> Mon, 20 Nov 2006 20:50:42 +0000
@@ -130,7 +134,7 @@
haskell-hgl (3.1-1) unstable; urgency=low
- * Initial release (was part of ghc6 until version 6.6-1).
+ * Initial release (was part of ghc until version 6.6-1).
-- Ian Lynagh (wibble) <igloo at debian.org> Fri, 13 Oct 2006 16:43:11 +0000
diff -rN -u old-haskell-hgl/control new-haskell-hgl/control
--- old-haskell-hgl/control 2011-01-15 15:35:39.184855752 +0000
+++ new-haskell-hgl/control 2011-01-15 15:35:39.188855963 +0000
@@ -8,17 +8,17 @@
cdbs,
debhelper (>= 7),
haskell-devscripts (>= 0.7),
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-x11-dev,
- libghc6-x11-prof,
- libghc6-x11-doc
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-x11-dev,
+ libghc-x11-prof,
+ libghc-x11-doc
Homepage: http://hackage.haskell.org/package/HGL
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hgl
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hgl
-Package: libghc6-hgl-dev
+Package: libghc-hgl-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -36,7 +36,7 @@
interface used in "The Haskell School of Expression", by Paul
Hudak, cf <http://www.haskell.org/soe/>.
-Package: libghc6-hgl-prof
+Package: libghc-hgl-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -55,7 +55,7 @@
interface used in "The Haskell School of Expression", by Paul
Hudak, cf <http://www.haskell.org/soe/>.
-Package: libghc6-hgl-doc
+Package: libghc-hgl-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list