summaryrefslogtreecommitdiff
path: root/p/haskell-html
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-01-15 18:06:00 +0300
committerMarco Silva <marcot@debian.org>2011-01-15 18:06:00 +0300
commit3c90e1c28eeb289777797b455ce048d02a52b0a2 (patch)
treed65125a4f7837bb9ae71827a95d396c124c14bb1 /p/haskell-html
parent2ed56a39efb43253f418fcd1d5cebe1a88ee7940 (diff)
downloadDHG_packages-3c90e1c28eeb289777797b455ce048d02a52b0a2.tar.gz
haskell-html: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-html')
-rw-r--r--p/haskell-html/debian/changelog13
-rw-r--r--p/haskell-html/debian/control12
2 files changed, 15 insertions, 10 deletions
diff --git a/p/haskell-html/debian/changelog b/p/haskell-html/debian/changelog
index 0bb5c9fca..bb1288bb3 100644
--- a/p/haskell-html/debian/changelog
+++ b/p/haskell-html/debian/changelog
@@ -1,7 +1,11 @@
haskell-html (1.0.1.2-4) 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@debian.org> Sun, 21 Feb 2010 07:45:59 -0300
haskell-html (1.0.1.2-3) unstable; urgency=low
@@ -31,7 +35,7 @@ haskell-html (1.0.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: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.
@@ -89,9 +93,9 @@ haskell-html (1.0.1-1) unstable; urgency=low
haskell-html (1.0-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@debian.org> Mon, 20 Nov 2006 20:50:42 +0000
@@ -107,6 +111,7 @@ haskell-html (1.0-2) unstable; urgency=low
haskell-html (1.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@debian.org> Fri, 13 Oct 2006 16:43:11 +0000
+
diff --git a/p/haskell-html/debian/control b/p/haskell-html/debian/control
index e2b9b1fe2..deedd678b 100644
--- a/p/haskell-html/debian/control
+++ b/p/haskell-html/debian/control
@@ -7,14 +7,14 @@ Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6
- , ghc6-prof
- , ghc6-doc
+ , ghc
+ , ghc-prof
+ , ghc-doc
Homepage: http://web.archive.org/web/20070406145557/http://www.cse.ogi.edu/~andy/html/intro.htm
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-html
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-html
-Package: libghc6-html-dev
+Package: libghc-html-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -26,7 +26,7 @@ Description: Haskell html library for GHC
.
This library provides combinators for constructing HTML documents.
-Package: libghc6-html-prof
+Package: libghc-html-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -37,7 +37,7 @@ Description: Haskell html library for GHC; profiling libraries
.
This library provides combinators for constructing HTML documents.
-Package: libghc6-html-doc
+Package: libghc-html-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}