[Pkg-haskell-commits] darcs: haskell-binary: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:19:36 UTC 2011
Sat Jan 15 15:05:48 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: da91f03ce38b8821f126ecb8f1eb9c19
./libghc6-binary-doc.examples -> ./libghc-binary-doc.examples
M ./changelog -4 +8
M ./control -6 +6
M ./rules -1 +1
Sat Jan 15 15:05:48 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: da91f03ce38b8821f126ecb8f1eb9c19
diff -rN -u old-haskell-binary/changelog new-haskell-binary/changelog
--- old-haskell-binary/changelog 2011-01-15 15:19:36.702118313 +0000
+++ new-haskell-binary/changelog 2011-01-15 15:19:36.710118735 +0000
@@ -1,7 +1,11 @@
haskell-binary (0.5.0.2-2) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Sun, 21 Feb 2010 07:45:41 -0300
haskell-binary (0.5.0.2-1) unstable; urgency=low
@@ -26,7 +30,7 @@
haskell-binary (0.5-2) unstable; urgency=low
- * Added ghc6-doc as a build dep, again.
+ * Added ghc-doc as a build dep, again.
* Built against new haddock and haskell-devscripts, to get arch
independent .haddock files again.
@@ -49,21 +53,21 @@
haskell-binary (0.4.4-1) unstable; urgency=low
* New upstream release
- * Built against ghc6 6.10.1.
+ * Built against ghc 6.10.1.
* Updated hlibrary.mk.
-- Kari Pahula <kaol at debian.org> Tue, 17 Feb 2009 22:55:20 +0200
haskell-binary (0.4.1-3) unstable; urgency=low
- * Don't use runhaskell but compile Setup.lhs to avoid ghc6's "not built
+ * Don't use runhaskell but compile Setup.lhs to avoid ghc's "not built
for interactive use" errors on most arches.
-- Kari Pahula <kaol at debian.org> Sat, 19 Jan 2008 04:13:48 +0200
haskell-binary (0.4.1-2) unstable; urgency=low
- * Added missing build-dep ghc6-prof.
+ * Added missing build-dep ghc-prof.
-- Kari Pahula <kaol at debian.org> Sat, 19 Jan 2008 03:36:35 +0200
diff -rN -u old-haskell-binary/control new-haskell-binary/control
--- old-haskell-binary/control 2011-01-15 15:19:36.702118313 +0000
+++ new-haskell-binary/control 2011-01-15 15:19:36.710118735 +0000
@@ -7,16 +7,16 @@
haskell-devscripts (>= 0.7),
debhelper (>= 7),
cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
cpphs,
Standards-Version: 3.8.4
Homepage: http://code.haskell.org/binary/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-binary/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-binary
-Package: libghc6-binary-dev
+Package: libghc-binary-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -38,7 +38,7 @@
or compiler version. For example, data encoded using the Binary class
could be written from GHC, and read back in Hugs.
-Package: libghc6-binary-prof
+Package: libghc-binary-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -55,7 +55,7 @@
then be written to disk, sent over the network, or futher processed
(for example, compressed with gzip).
-Package: libghc6-binary-doc
+Package: libghc-binary-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends}
diff -rN -u old-haskell-binary/libghc6-binary-doc.examples new-haskell-binary/libghc6-binary-doc.examples
--- old-haskell-binary/libghc6-binary-doc.examples 2011-01-15 15:19:36.390101865 +0000
+++ new-haskell-binary/libghc6-binary-doc.examples 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-tools/derive/*
-tests/*
diff -rN -u old-haskell-binary/libghc-binary-doc.examples new-haskell-binary/libghc-binary-doc.examples
--- old-haskell-binary/libghc-binary-doc.examples 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-binary/libghc-binary-doc.examples 2011-01-15 15:19:36.706118524 +0000
@@ -0,0 +1,2 @@
+tools/derive/*
+tests/*
diff -rN -u old-haskell-binary/rules new-haskell-binary/rules
--- old-haskell-binary/rules 2011-01-15 15:19:36.702118313 +0000
+++ new-haskell-binary/rules 2011-01-15 15:19:36.706118524 +0000
@@ -3,5 +3,5 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
-binary-fixup/libghc6-binary-doc::
+binary-fixup/libghc-binary-doc::
chmod -x debian/$(notdir $@)/usr/share/doc/$(notdir $@)/examples/*
More information about the Pkg-haskell-commits
mailing list