diff options
| author | Marco Silva <marcot@debian.org> | 2011-01-15 18:06:06 +0300 |
|---|---|---|
| committer | Marco Silva <marcot@debian.org> | 2011-01-15 18:06:06 +0300 |
| commit | a54a98cfab61d38e7f10694f2133979930977c6c (patch) | |
| tree | 37074063f908864abcf1c8024e3d13293285b7b8 /p | |
| parent | 8b922469255f6318fb0473b297db66962b7d2594 (diff) | |
| download | DHG_packages-a54a98cfab61d38e7f10694f2133979930977c6c.tar.gz | |
haskell-pango: Use ghc instead of ghc6
Diffstat (limited to 'p')
| -rw-r--r-- | p/haskell-pango/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-pango/debian/control | 28 |
2 files changed, 20 insertions, 14 deletions
diff --git a/p/haskell-pango/debian/changelog b/p/haskell-pango/debian/changelog index 8b9e5bc26..a8cc45bdd 100644 --- a/p/haskell-pango/debian/changelog +++ b/p/haskell-pango/debian/changelog @@ -1,3 +1,9 @@ +haskell-pango (0.11.0-2) UNRELEASED; urgency=low + + * Use ghc instead of ghc + + -- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:41:21 -0200 + haskell-pango (0.11.0-1) unstable; urgency=low * Initial release. (Closes: #583220) diff --git a/p/haskell-pango/debian/control b/p/haskell-pango/debian/control index 601f6725d..0f4b0e14c 100644 --- a/p/haskell-pango/debian/control +++ b/p/haskell-pango/debian/control @@ -6,25 +6,25 @@ Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org> Build-Depends: debhelper (>= 7) , cdbs , haskell-devscripts (>= 0.7) - , ghc6 - , ghc6-prof - , libghc6-glib-dev (>= 0.11) - , libghc6-glib-dev (<< 0.12) - , libghc6-glib-prof - , libghc6-cairo-dev (>= 0.11) - , libghc6-cairo-dev (<< 0.12) - , libghc6-cairo-prof + , ghc + , ghc-prof + , libghc-glib-dev (>= 0.11) + , libghc-glib-dev (<< 0.12) + , libghc-glib-prof + , libghc-cairo-dev (>= 0.11) + , libghc-cairo-dev (<< 0.12) + , libghc-cairo-prof , libpango1.0-dev , gtk2hs-buildtools -Build-Depends-Indep: ghc6-doc - , libghc6-glib-doc - , libghc6-cairo-doc +Build-Depends-Indep: ghc-doc + , libghc-glib-doc + , libghc-cairo-doc Standards-Version: 3.8.4 Homepage: http://hackage.haskell.org/package/pango Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pango Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pango -Package: libghc6-pango-dev +Package: libghc-pango-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} @@ -42,7 +42,7 @@ Description: Binding to the Pango text rendering engine output text in PDF, PS or other documents or with Gtk+ to display text on-screen. -Package: libghc6-pango-prof +Package: libghc-pango-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} @@ -59,7 +59,7 @@ Description: Binding to the Pango text rendering engine; profiling libraries output text in PDF, PS or other documents or with Gtk+ to display text on-screen. -Package: libghc6-pango-doc +Package: libghc-pango-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} |
