[Pkg-haskell-commits] darcs: haskell-terminfo: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:16:17 UTC 2011
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: fed70af49dc12b2d929112d49b0c23ce
M ./changelog -2 +6
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: fed70af49dc12b2d929112d49b0c23ce
diff -rN -u old-haskell-terminfo/changelog new-haskell-terminfo/changelog
--- old-haskell-terminfo/changelog 2011-01-15 16:16:17.485374120 +0000
+++ new-haskell-terminfo/changelog 2011-01-15 16:16:17.489374331 +0000
@@ -1,7 +1,11 @@
haskell-terminfo (0.3.0.2-4) 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-terminfo (0.3.0.2-3) unstable; urgency=low
@@ -45,10 +49,10 @@
haskell-terminfo (0.3.0.2-1) unstable; urgency=low
* New upstream version.
- * Remove extensible-exceptions patch, since ghc6 now ships it.
+ * Remove extensible-exceptions patch, since ghc now ships it.
* debian/control:
- Use versioned Build-Depends.
- - Use unversioned Recommends for ghc6-doc in libghc6-terminfo-doc.
+ - Use unversioned Recommends for ghc-doc in libghc-terminfo-doc.
- Build-Depends on libncurses5-dev and requires haskell-devscripts >=
0.6.15+nmu8, which contains dh_haskell_shlibdeps. Closes: #530624.
- Use haskell Section.
diff -rN -u old-haskell-terminfo/control new-haskell-terminfo/control
--- old-haskell-terminfo/control 2011-01-15 16:16:17.481373909 +0000
+++ new-haskell-terminfo/control 2011-01-15 16:16:17.485374120 +0000
@@ -7,15 +7,15 @@
Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6
- , ghc6-prof
+ , ghc
+ , ghc-prof
, libncurses5-dev
-Build-Depends-Indep: ghc6-doc
+Build-Depends-Indep: ghc-doc
Homepage: http://hackage.haskell.org/cgi-bin/terminfo/package/terminfo
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-terminfo
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-terminfo
-Package: libghc6-terminfo-dev
+Package: libghc-terminfo-dev
Architecture: any
Depends: libncurses5-dev
, ${haskell:Depends}
@@ -31,7 +31,7 @@
the curses library). Terminfo allows POSIX systems to interact with a variety
of terminals using a standard set of capabilities.
-Package: libghc6-terminfo-prof
+Package: libghc-terminfo-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -46,7 +46,7 @@
the curses library). Terminfo allows POSIX systems to interact with a variety
of terminals using a standard set of capabilities.
-Package: libghc6-terminfo-doc
+Package: libghc-terminfo-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list