summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-01-16 16:54:33 +0300
committerMarco Silva <marcot@debian.org>2011-01-16 16:54:33 +0300
commit33b61483590219d940fd782ddba832c0091e5659 (patch)
tree663f4ab9f1239d65a85df6030171cbd005c87173
parent21c6f94ad817a15e9462671478c3ecb55248accb (diff)
downloadDHG_packages-33b61483590219d940fd782ddba832c0091e5659.tar.gz
haskell-glut: Correct sed s/ghc6/ghc in changelog entries
-rw-r--r--p/haskell-glut/debian/changelog10
1 files changed, 5 insertions, 5 deletions
diff --git a/p/haskell-glut/debian/changelog b/p/haskell-glut/debian/changelog
index 5ee787617..b3d0a99ff 100644
--- a/p/haskell-glut/debian/changelog
+++ b/p/haskell-glut/debian/changelog
@@ -1,6 +1,6 @@
haskell-glut (2.1.2.1-2) UNRELEASED; urgency=low
- * Use ghc instead of ghc
+ * Use ghc instead of ghc6
-- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:41:01 -0200
@@ -34,7 +34,7 @@ haskell-glut (2.1.1.1-2) unstable; urgency=low
* 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:ghc:*_deps} variables in debian/control.in.
+ * Use the new ${impl:ghc6:*_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.
@@ -102,15 +102,15 @@ haskell-glut (2.0-2.1) unstable; urgency=high
haskell-glut (2.0-2) unstable; urgency=low
* Upgrade to "Generic Haskell cabal library debian/rules v0.6".
- Tell setup to use ghc rather than ghc, so that the postinst/prerm
+ Tell setup to use ghc6 rather than ghc, so that the postinst/prerm
scripts work when the ghc-pkg symlink doesn't exist or doesn't
- point to ghc's ghc-pkg.
+ point to ghc6's ghc-pkg.
-- Ian Lynagh (wibble) <igloo@debian.org> Mon, 20 Nov 2006 20:50:42 +0000
haskell-glut (2.0-1) unstable; urgency=low
- * Initial release (was part of ghc until version 6.6-1).
+ * Initial release (was part of ghc6 until version 6.6-1).
-- Ian Lynagh (wibble) <igloo@debian.org> Fri, 13 Oct 2006 16:43:11 +0000