[Pkg-haskell-commits] darcs: haskell-glut: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:31:07 UTC 2011
Sat Jan 15 15:05:56 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: e81120fbb76aea86d418933268876446
./libghc6-glut-doc.examples -> ./libghc-glut-doc.examples
M ./changelog -4 +10
M ./control -9 +9
Sat Jan 15 15:05:56 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: e81120fbb76aea86d418933268876446
diff -rN -u old-haskell-glut/changelog new-haskell-glut/changelog
--- old-haskell-glut/changelog 2011-01-15 15:31:07.742545271 +0000
+++ new-haskell-glut/changelog 2011-01-15 15:31:07.746545482 +0000
@@ -1,3 +1,9 @@
+haskell-glut (2.1.2.1-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:01 -0200
+
haskell-glut (2.1.2.1-1) unstable; urgency=low
[ Marco Túlio Gontijo e Silva ]
@@ -28,7 +34,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.
@@ -96,15 +102,15 @@
haskell-glut (2.0-2) 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
haskell-glut (2.0-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-glut/control new-haskell-glut/control
--- old-haskell-glut/control 2011-01-15 15:31:07.738545060 +0000
+++ new-haskell-glut/control 2011-01-15 15:31:07.746545482 +0000
@@ -7,12 +7,12 @@
Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6
- , ghc6-prof
- , ghc6-doc
- , libghc6-opengl-dev
- , libghc6-opengl-prof
- , libghc6-opengl-doc
+ , ghc
+ , ghc-prof
+ , ghc-doc
+ , libghc-opengl-dev
+ , libghc-opengl-prof
+ , libghc-opengl-doc
, freeglut3-dev
, libice-dev
, libsm-dev
@@ -22,7 +22,7 @@
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-glut
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-glut
-Package: libghc6-glut-dev
+Package: libghc-glut-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -42,7 +42,7 @@
information about the C library on which this binding is based,
please see: <http://www.opengl.org/resources/libraries/glut/>.
-Package: libghc6-glut-prof
+Package: libghc-glut-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -56,7 +56,7 @@
information about the C library on which this binding is based,
please see: <http://www.opengl.org/resources/libraries/glut/>.
-Package: libghc6-glut-doc
+Package: libghc-glut-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}
diff -rN -u old-haskell-glut/libghc6-glut-doc.examples new-haskell-glut/libghc6-glut-doc.examples
--- old-haskell-glut/libghc6-glut-doc.examples 2011-01-15 15:31:07.666541264 +0000
+++ new-haskell-glut/libghc6-glut-doc.examples 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-examples/*
diff -rN -u old-haskell-glut/libghc-glut-doc.examples new-haskell-glut/libghc-glut-doc.examples
--- old-haskell-glut/libghc-glut-doc.examples 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-glut/libghc-glut-doc.examples 2011-01-15 15:31:07.742545271 +0000
@@ -0,0 +1 @@
+examples/*
More information about the Pkg-haskell-commits
mailing list