[Pkg-haskell-commits] darcs: haskell-tar: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:16:03 UTC 2011
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: b77e94ce9af42565563f8b871dc32d2d
M ./changelog +4
M ./control -6 +6
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: b77e94ce9af42565563f8b871dc32d2d
diff -rN -u old-haskell-tar/changelog new-haskell-tar/changelog
--- old-haskell-tar/changelog 2011-01-15 16:16:03.608642823 +0000
+++ new-haskell-tar/changelog 2011-01-15 16:16:03.612643033 +0000
@@ -1,7 +1,11 @@
haskell-tar (0.3.1.0-3) 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:46:16 -0300
haskell-tar (0.3.1.0-2) unstable; urgency=low
diff -rN -u old-haskell-tar/control new-haskell-tar/control
--- old-haskell-tar/control 2011-01-15 16:16:03.608642823 +0000
+++ new-haskell-tar/control 2011-01-15 16:16:03.612643033 +0000
@@ -6,15 +6,15 @@
Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6
- , ghc6-prof
- , ghc6-doc
+ , ghc
+ , ghc-prof
+ , ghc-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/tar
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tar
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tar
-Package: libghc6-tar-dev
+Package: libghc-tar-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
@@ -29,7 +29,7 @@
This makes it suitable for distribution but not backup because details like
file ownership and exact permissions are not preserved.
-Package: libghc6-tar-prof
+Package: libghc-tar-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -45,7 +45,7 @@
This makes it suitable for distribution but not backup because details like
file ownership and exact permissions are not preserved.
-Package: libghc6-tar-doc
+Package: libghc-tar-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list