[Pkg-haskell-commits] darcs: haskell-bzlib : Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:20:10 UTC 2011
Sat Jan 15 15:05:49 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: ddf7ab6c860444ed2a657429eadda00f
./libghc6-bzlib-doc.doc-base -> ./libghc-bzlib-doc.doc-base
M ./changelog +6
M ./control -6 +6
M ./libghc-bzlib-doc.doc-base -4 +4
Sat Jan 15 15:05:49 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: ddf7ab6c860444ed2a657429eadda00f
diff -rN -u old-haskell-bzlib/changelog new-haskell-bzlib/changelog
--- old-haskell-bzlib/changelog 2011-01-15 15:20:10.391894282 +0000
+++ new-haskell-bzlib/changelog 2011-01-15 15:20:10.395894493 +0000
@@ -1,3 +1,9 @@
+haskell-bzlib (0.5.0.0-5) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:40:49 -0200
+
haskell-bzlib (0.5.0.0-4) unstable; urgency=low
[ Marco Túlio Gontijo e Silva ]
diff -rN -u old-haskell-bzlib/control new-haskell-bzlib/control
--- old-haskell-bzlib/control 2011-01-15 15:20:10.391894282 +0000
+++ new-haskell-bzlib/control 2011-01-15 15:20:10.395894493 +0000
@@ -7,16 +7,16 @@
, cdbs
, debhelper (>= 7)
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
- , ghc6-doc
+ , ghc
+ , ghc-prof
+ , ghc-doc
, libbz2-dev
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/bzlib
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bzlib
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bzlib
-Package: libghc6-bzlib-dev
+Package: libghc-bzlib-dev
Architecture: any
Depends: libbz2-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Suggests: ${haskell:Suggests}
@@ -33,7 +33,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-bzlib-prof
+Package: libghc-bzlib-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
@@ -50,7 +50,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-bzlib-doc
+Package: libghc-bzlib-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
diff -rN -u old-haskell-bzlib/libghc6-bzlib-doc.doc-base new-haskell-bzlib/libghc6-bzlib-doc.doc-base
--- old-haskell-bzlib/libghc6-bzlib-doc.doc-base 2011-01-15 15:20:10.391894282 +0000
+++ new-haskell-bzlib/libghc6-bzlib-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
-Document: libghc6-bzlib-doc
-Title: Manual for the Haskell bzlib library
-Abstract: A pure interface for compressing and decompressing streams of data
- represented as lazy ByteStrings. It uses the bz2 C library so it has high
- performance.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libghc6-bzlib-doc/html/doc-index.html
-Files: /usr/share/doc/libghc6-bzlib-doc/html/*.html
- /usr/share/doc/libghc6-bzlib-doc/html/src/*.html
diff -rN -u old-haskell-bzlib/libghc-bzlib-doc.doc-base new-haskell-bzlib/libghc-bzlib-doc.doc-base
--- old-haskell-bzlib/libghc-bzlib-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bzlib/libghc-bzlib-doc.doc-base 2011-01-15 15:20:10.395894493 +0000
@@ -0,0 +1,11 @@
+Document: libghc-bzlib-doc
+Title: Manual for the Haskell bzlib library
+Abstract: A pure interface for compressing and decompressing streams of data
+ represented as lazy ByteStrings. It uses the bz2 C library so it has high
+ performance.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libghc-bzlib-doc/html/doc-index.html
+Files: /usr/share/doc/libghc-bzlib-doc/html/*.html
+ /usr/share/doc/libghc-bzlib-doc/html/src/*.html
More information about the Pkg-haskell-commits
mailing list