[Pkg-haskell-commits] darcs: haskell-zlib : Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:21:41 UTC 2011
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: ef7829dead508a98d03d3729fbe36b2f
M ./changelog -1 +7
M ./control -6 +6
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: ef7829dead508a98d03d3729fbe36b2f
diff -rN -u old-haskell-zlib/changelog new-haskell-zlib/changelog
--- old-haskell-zlib/changelog 2011-01-15 16:21:41.194433331 +0000
+++ new-haskell-zlib/changelog 2011-01-15 16:21:41.202433753 +0000
@@ -1,3 +1,9 @@
+haskell-zlib (0.5.2.0-5) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:38 -0200
+
haskell-zlib (0.5.2.0-4) unstable; urgency=low
* control: Use versioned Replaces: and Conflicts:
@@ -28,7 +34,7 @@
Depends: of haskell-devscripts.
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
* debian/control: Bump version of Build-Depends: on haskell-devscripts
- to 0.7 and remove versioned Build-Depends: on ghc6.
+ to 0.7 and remove versioned Build-Depends: on ghc.
* debian/control: Include missing haskell: variables.
* debian/control: Split Build-Depends: to Build-Depends-Indep:.
* Use debian/compat 7.
diff -rN -u old-haskell-zlib/control new-haskell-zlib/control
--- old-haskell-zlib/control 2011-01-15 16:21:41.194433331 +0000
+++ new-haskell-zlib/control 2011-01-15 16:21:41.198433542 +0000
@@ -7,15 +7,15 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
+ , ghc
+ , ghc-prof
, zlib1g-dev
-Build-Depends-Indep: ghc6-doc
+Build-Depends-Indep: ghc-doc
Homepage: http://hackage.haskell.org/package/zlib
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-zlib
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-zlib
-Package: libghc6-zlib-dev
+Package: libghc-zlib-dev
Architecture: any
Depends: zlib1g-dev
, ${haskell:Depends}
@@ -37,7 +37,7 @@
few cases where more control is needed it provides access to the full zlib
feature set.
-Package: libghc6-zlib-prof
+Package: libghc-zlib-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -59,7 +59,7 @@
few cases where more control is needed it provides access to the full zlib
feature set.
-Package: libghc6-zlib-doc
+Package: libghc-zlib-doc
Provides: haskell-zlib-doc
Replaces: haskell-zlib-doc (<< 0.5.2.0-3)
Conflicts: haskell-zlib-doc (<< 0.5.2.0-3)
More information about the Pkg-haskell-commits
mailing list