[Pkg-haskell-commits] darcs: haskell-network: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:04:33 UTC 2011
Sat Jan 15 15:06:05 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 6b905e7bf8deaf68863c894a44cbb15a
M ./changelog -5 +9
M ./control -10 +10
Sat Jan 15 15:06:05 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 6b905e7bf8deaf68863c894a44cbb15a
diff -rN -u old-haskell-network/changelog new-haskell-network/changelog
--- old-haskell-network/changelog 2011-01-15 16:04:32.588224843 +0000
+++ new-haskell-network/changelog 2011-01-15 16:04:32.592225054 +0000
@@ -1,8 +1,12 @@
haskell-network (2.2.1.7-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:05:02 -0200
haskell-network (2.2.1.7-1) unstable; urgency=low
@@ -54,7 +58,7 @@
haskell-network (2.2.1.3-1) unstable; urgency=low
* New upstream release
- * Explicitly use libghc6-parsec2-* as build dependency.
+ * Explicitly use libghc-parsec2-* as build dependency.
* Use Section: haskell.
-- Kari Pahula <kaol at debian.org> Mon, 15 Jun 2009 23:55:00 +0300
@@ -90,7 +94,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.
@@ -148,9 +152,9 @@
haskell-network (2.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 at debian.org> Mon, 20 Nov 2006 20:50:42 +0000
@@ -166,7 +170,7 @@
haskell-network (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-network/control new-haskell-network/control
--- old-haskell-network/control 2011-01-15 16:04:32.584224632 +0000
+++ new-haskell-network/control 2011-01-15 16:04:32.592225054 +0000
@@ -7,18 +7,18 @@
debhelper (>= 7),
haskell-devscripts (>= 0.7),
cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-parsec2-dev,
- libghc6-parsec2-prof,
- libghc6-parsec2-doc,
- libghc6-mtl-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-parsec2-dev,
+ libghc-parsec2-prof,
+ libghc-parsec2-doc,
+ libghc-mtl-doc,
Homepage: http://hackage.haskell.org/package/network
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-network
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-network
-Package: libghc6-network-dev
+Package: libghc-network-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
@@ -28,7 +28,7 @@
.
This library provides network-related facilities.
-Package: libghc6-network-prof
+Package: libghc-network-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${haskell:Provides}
@@ -38,7 +38,7 @@
.
This library provides network-related facilities.
-Package: libghc6-network-doc
+Package: libghc-network-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list