diff options
| author | Marco Silva <marcot@debian.org> | 2011-01-15 18:06:21 +0300 |
|---|---|---|
| committer | Marco Silva <marcot@debian.org> | 2011-01-15 18:06:21 +0300 |
| commit | 8fa576bf455719fcd38c51e540e180c9cba19c44 (patch) | |
| tree | 435791ba05ac93c527814406cf774d009a496d71 /p/haskell-xml/debian | |
| parent | b1cd7e21647e015c82d2ecaa88517cac7948b921 (diff) | |
| download | DHG_packages-8fa576bf455719fcd38c51e540e180c9cba19c44.tar.gz | |
haskell-xml: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-xml/debian')
| -rw-r--r-- | p/haskell-xml/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-xml/debian/control | 12 | ||||
| -rw-r--r-- | p/haskell-xml/debian/libghc-xml-doc.doc-base (renamed from p/haskell-xml/debian/libghc6-xml-doc.doc-base) | 4 |
3 files changed, 14 insertions, 8 deletions
diff --git a/p/haskell-xml/debian/changelog b/p/haskell-xml/debian/changelog index 9361c0a8b..153006227 100644 --- a/p/haskell-xml/debian/changelog +++ b/p/haskell-xml/debian/changelog @@ -1,3 +1,9 @@ +haskell-xml (1.3.7-2) UNRELEASED; urgency=low + + * Use ghc instead of ghc + + -- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:41:37 -0200 + haskell-xml (1.3.7-1) unstable; urgency=low [ Marco TĂșlio Gontijo e Silva ] diff --git a/p/haskell-xml/debian/control b/p/haskell-xml/debian/control index c9dcc53ba..99d9a3010 100644 --- a/p/haskell-xml/debian/control +++ b/p/haskell-xml/debian/control @@ -6,15 +6,15 @@ Uploaders: Giovanni Mascellani <mascellani@poisson.phc.unipi.it> 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/xml Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-xml Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-xml -Package: libghc6-xml-dev +Package: libghc-xml-dev Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} @@ -27,7 +27,7 @@ Description: A simple Haskell XML library - GHC 6 libraries . This package contains the libraries compiled for GHC 6. -Package: libghc6-xml-prof +Package: libghc-xml-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} @@ -39,7 +39,7 @@ Description: A simple Haskell XML library - GHC 6 profiling libraries . This package contains the profiling libraries compiled for GHC 6. -Package: libghc6-xml-doc +Package: libghc-xml-doc Section: doc Architecture: all Depends: ${haskell:Depends} diff --git a/p/haskell-xml/debian/libghc6-xml-doc.doc-base b/p/haskell-xml/debian/libghc-xml-doc.doc-base index 4cea7e388..77d1ad4c7 100644 --- a/p/haskell-xml/debian/libghc6-xml-doc.doc-base +++ b/p/haskell-xml/debian/libghc-xml-doc.doc-base @@ -6,5 +6,5 @@ Abstract: xml is a simple Haskell XML library, which provides Section: Programming/Haskell Format: HTML -Index: /usr/share/doc/libghc6-xml-doc/html/index.html -Files: /usr/share/doc/libghc6-xml-doc/html/*.html +Index: /usr/share/doc/libghc-xml-doc/html/index.html +Files: /usr/share/doc/libghc-xml-doc/html/*.html |
