[Pkg-haskell-commits] darcs: haskell-irc: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:42:15 UTC 2011
Sat Jan 15 15:06:02 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: c59553c59b24493d3e712ec4e50def18
M ./changelog -6 +12
M ./control -6 +6
M ./rules -2 +2
Sat Jan 15 15:06:02 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: c59553c59b24493d3e712ec4e50def18
diff -rN -u old-haskell-irc/changelog new-haskell-irc/changelog
--- old-haskell-irc/changelog 2011-01-15 15:42:15.141729280 +0000
+++ new-haskell-irc/changelog 2011-01-15 15:42:15.145729491 +0000
@@ -1,3 +1,9 @@
+haskell-irc (0.4.4.2-4) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:15 -0200
+
haskell-irc (0.4.4.2-3) unstable; urgency=low
* Adobt by the Debian Haskell Team
@@ -16,8 +22,8 @@
haskell-irc (0.4.3-3) unstable; urgency=low
* Add missing Build-Depends on hscolour (Closes: #517496)
- * Bump Build-Depends on ghc6 to 6.10.1+dfsg1-13 and haddock to 2.4.1-4 to
- prevent arch-dependent issues with ghc6-doc.
+ * Bump Build-Depends on ghc to 6.10.1+dfsg1-13 and haddock to 2.4.1-4 to
+ prevent arch-dependent issues with ghc-doc.
-- Chris Lamb <lamby at debian.org> Sun, 01 Mar 2009 15:36:46 +0000
@@ -36,9 +42,9 @@
* New upstream release.
* Constrain Build-Depends:
- - ghc6 >= 6.8.2 due to newer cabal format.
+ - ghc >= 6.8.2 due to newer cabal format.
- haskell-devscripts >= 0.6.13 to avoid FTBFS due to #491506
- * Add Build-Depends on ghc6-doc and libghc6-parsec-doc to ensure
+ * Add Build-Depends on ghc-doc and libghc-parsec-doc to ensure
documentation links are generated correctly.
* Fix debian/watch file.
* Update and reflow upstream URL in debian/copyright.
@@ -55,14 +61,14 @@
haskell-irc (0.4-2) unstable; urgency=low
- * Add Depends: on libghc6-parsec-dev
+ * Add Depends: on libghc-parsec-dev
-- Chris Lamb <chris at chris-lamb.co.uk> Sun, 10 Feb 2008 14:58:11 +0000
haskell-irc (0.4-1) unstable; urgency=low
* New upstream release. (Closes: #464149)
- * Create libghc6-irc-doc package now that Haddock parses it correctly.
+ * Create libghc-irc-doc package now that Haddock parses it correctly.
-- Chris Lamb <chris at chris-lamb.co.uk> Wed, 06 Feb 2008 13:06:51 +0000
diff -rN -u old-haskell-irc/control new-haskell-irc/control
--- old-haskell-irc/control 2011-01-15 15:42:15.141729280 +0000
+++ new-haskell-irc/control 2011-01-15 15:42:15.145729491 +0000
@@ -7,17 +7,17 @@
debhelper (>= 7),
haskell-devscripts (>= 0.7),
cdbs,
- ghc6,
- ghc6-doc,
- libghc6-parsec-dev,
- libghc6-parsec-doc,
+ ghc,
+ ghc-doc,
+ libghc-parsec-dev,
+ libghc-parsec-doc,
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/irc
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-irc
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-irc
-Package: libghc6-irc-dev
+Package: libghc-irc-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -31,7 +31,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-irc-doc
+Package: libghc-irc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-irc/rules new-haskell-irc/rules
--- old-haskell-irc/rules 2011-01-15 15:42:15.141729280 +0000
+++ new-haskell-irc/rules 2011-01-15 15:42:15.145729491 +0000
@@ -3,5 +3,5 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
-install/libghc6-irc-doc::
- find debian/libghc6-irc-doc -type d -empty -delete
+install/libghc-irc-doc::
+ find debian/libghc-irc-doc -type d -empty -delete
More information about the Pkg-haskell-commits
mailing list