[Pkg-haskell-commits] darcs: haskell-hunit: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:39:49 UTC 2011
Sat Jan 15 15:06:01 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 52faa27e8dcf2a7940b6d04629e02e
M ./changelog -5 +11
M ./control -5 +5
Sat Jan 15 15:06:01 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 52faa27e8dcf2a7940b6d04629e02e
diff -rN -u old-haskell-hunit/changelog new-haskell-hunit/changelog
--- old-haskell-hunit/changelog 2011-01-15 15:39:49.090030098 +0000
+++ new-haskell-hunit/changelog 2011-01-15 15:39:49.094030308 +0000
@@ -1,3 +1,9 @@
+haskell-hunit (1.2.2.1-3) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:11 -0200
+
haskell-hunit (1.2.2.1-2) unstable; urgency=low
* debian/copyright: Specify revision of Format-Specification:.
@@ -15,7 +21,7 @@
* debian/control: Bump Standards-Version to 3.8.4, no changes needed.
* debian/control: Bump Build-Depends: on haskell-devscripts, removing
haddock and hscolour from Build-Depends: and using an unversioned
- Build-Depends: on ghc6.
+ Build-Depends: on ghc.
* debian/control: Add field Provides: to -dev and -prof packages.
* debian/control: Use ${haskell:Recommends} and Suggests.
* debian/watch: Created.
@@ -49,7 +55,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.
@@ -107,9 +113,9 @@
haskell-hunit (1.1-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
@@ -125,7 +131,7 @@
haskell-hunit (1.1-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-hunit/control new-haskell-hunit/control
--- old-haskell-hunit/control 2011-01-15 15:39:49.086029887 +0000
+++ new-haskell-hunit/control 2011-01-15 15:39:49.094030308 +0000
@@ -4,13 +4,13 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
Standards-Version: 3.8.4
-Build-Depends: debhelper (>= 7), haskell-devscripts (>= 0.7), ghc6, ghc6-prof, cdbs
-Build-Depends-Indep: ghc6-doc
+Build-Depends: debhelper (>= 7), haskell-devscripts (>= 0.7), ghc, ghc-prof, cdbs
+Build-Depends-Indep: ghc-doc
Homepage: http://hunit.sourceforge.net/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hunit
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hunit
-Package: libghc6-hunit-dev
+Package: libghc-hunit-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -23,7 +23,7 @@
HUnit is a unit testing framework for Haskell, inspired by the
JUnit tool for Java, see: <http://www.junit.org>.
-Package: libghc6-hunit-prof
+Package: libghc-hunit-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -37,7 +37,7 @@
HUnit is a unit testing framework for Haskell, inspired by the
JUnit tool for Java, see: <http://www.junit.org>.
-Package: libghc6-hunit-doc
+Package: libghc-hunit-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list