diff options
author | Marco Silva <marcot@debian.org> | 2011-01-15 18:05:57 +0300 |
---|---|---|
committer | Marco Silva <marcot@debian.org> | 2011-01-15 18:05:57 +0300 |
commit | 5f0dbf1c40f51af57e4e637e9e7ca9153a893640 (patch) | |
tree | f587888efc2581759c6f5ca92dc966e8555e964a /p/haskell-hsp | |
parent | 7becb1342d40b4ad9ac7d932bbd0e4c34c74d6b9 (diff) | |
download | DHG_packages-5f0dbf1c40f51af57e4e637e9e7ca9153a893640.tar.gz |
haskell-hsp: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-hsp')
-rw-r--r-- | p/haskell-hsp/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-hsp/debian/control | 36 | ||||
-rw-r--r-- | p/haskell-hsp/debian/libghc-hsp-doc.doc-base (renamed from p/haskell-hsp/debian/libghc6-hsp-doc.doc-base) | 4 |
3 files changed, 26 insertions, 20 deletions
diff --git a/p/haskell-hsp/debian/changelog b/p/haskell-hsp/debian/changelog index efa003bdf..20a5a07c4 100644 --- a/p/haskell-hsp/debian/changelog +++ b/p/haskell-hsp/debian/changelog @@ -1,3 +1,9 @@ +haskell-hsp (0.5.2-2) UNRELEASED; urgency=low + + * Use ghc instead of ghc + + -- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:41:08 -0200 + haskell-hsp (0.5.2-1) unstable; urgency=low * Initial release. (closes: #583168) diff --git a/p/haskell-hsp/debian/control b/p/haskell-hsp/debian/control index c2f461b80..4b47181f9 100644 --- a/p/haskell-hsp/debian/control +++ b/p/haskell-hsp/debian/control @@ -7,28 +7,28 @@ Build-Depends: debhelper (>= 7), haskell-devscripts, cdbs, - ghc6, - ghc6-prof, - libghc6-mtl-dev, - libghc6-mtl-prof, - libghc6-harp-dev, - libghc6-harp-prof, - libghc6-hsx-dev (>= 0.7.0), - libghc6-hsx-prof (>= 0.7.0), - libghc6-hjscript-dev (>= 0.5.0), - libghc6-hjscript-prof (>= 0.5.0) + ghc, + ghc-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-harp-dev, + libghc-harp-prof, + libghc-hsx-dev (>= 0.7.0), + libghc-hsx-prof (>= 0.7.0), + libghc-hjscript-dev (>= 0.5.0), + libghc-hjscript-prof (>= 0.5.0) Build-Depends-Indep: - ghc6-doc, - libghc6-mtl-doc, - libghc6-harp-doc, - libghc6-hsx-doc (>= 0.7.0), - libghc6-hjscript-doc (>= 0.5.0) + ghc-doc, + libghc-mtl-doc, + libghc-harp-doc, + libghc-hsx-doc (>= 0.7.0), + libghc-hjscript-doc (>= 0.5.0) Standards-Version: 3.8.4 Homepage: http://hackage.haskell.org/package/hsp Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hsp Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsp -Package: libghc6-hsp-dev +Package: libghc-hsp-dev Architecture: any Depends: ${haskell:Depends}, @@ -45,7 +45,7 @@ Description: Haskell library for dynamic server-side web pages - GHC 6 libraries . This package contains the libraries compiled for GHC 6. -Package: libghc6-hsp-prof +Package: libghc-hsp-prof Architecture: any Depends: ${haskell:Depends}, @@ -61,7 +61,7 @@ Description: Haskell library for dynamic server-side web pages - GHC 6 profiling . This package contains the profiling libraries compiled for GHC 6. -Package: libghc6-hsp-doc +Package: libghc-hsp-doc Section: doc Architecture: all Depends: diff --git a/p/haskell-hsp/debian/libghc6-hsp-doc.doc-base b/p/haskell-hsp/debian/libghc-hsp-doc.doc-base index 25c267c94..0ae4b9c17 100644 --- a/p/haskell-hsp/debian/libghc6-hsp-doc.doc-base +++ b/p/haskell-hsp/debian/libghc-hsp-doc.doc-base @@ -5,5 +5,5 @@ Abstract: hsp is a Haskell library for dynamic server-side web pages Section: Programming/Haskell Format: HTML -Index: /usr/share/doc/libghc6-hsp-doc/html/index.html -Files: /usr/share/doc/libghc6-hsp-doc/html/*.html +Index: /usr/share/doc/libghc-hsp-doc/html/index.html +Files: /usr/share/doc/libghc-hsp-doc/html/*.html |