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 | b1cd7e21647e015c82d2ecaa88517cac7948b921 (patch) | |
| tree | c7b5961d4f4e5a2f18f352ce2cc6ae2d0f5ed239 | |
| parent | 5dc3315ad0ce1e46e35119456a21903c0fe47789 (diff) | |
| download | DHG_packages-b1cd7e21647e015c82d2ecaa88517cac7948b921.tar.gz | |
haskell-zip-archive: Use ghc instead of ghc6
| -rw-r--r-- | p/haskell-zip-archive/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-zip-archive/debian/control | 36 |
2 files changed, 25 insertions, 19 deletions
diff --git a/p/haskell-zip-archive/debian/changelog b/p/haskell-zip-archive/debian/changelog index f51914902..988e5168e 100644 --- a/p/haskell-zip-archive/debian/changelog +++ b/p/haskell-zip-archive/debian/changelog @@ -1,3 +1,9 @@ +haskell-zip-archive (0.1.1.6-2) UNRELEASED; urgency=low + + * Use ghc instead of ghc + + -- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:41:38 -0200 + haskell-zip-archive (0.1.1.6-1) unstable; urgency=low * Fix "Please package newer upstream release 0.1.1.4 (needed by @@ -22,7 +28,7 @@ haskell-zip-archive (0.1.1.3-3) unstable; urgency=low Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. * debian/control: Use more sintetic link in Homepage:. - * debian/control: Remove uneeded Build-Depends: in libghc6-utf8- + * debian/control: Remove uneeded Build-Depends: in libghc-utf8- string-*. [ Joachim Breitner ] diff --git a/p/haskell-zip-archive/debian/control b/p/haskell-zip-archive/debian/control index 37dc41147..c9509d762 100644 --- a/p/haskell-zip-archive/debian/control +++ b/p/haskell-zip-archive/debian/control @@ -6,27 +6,27 @@ Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org> Build-Depends: debhelper (>= 7) , cdbs , haskell-devscripts (>= 0.7) - , ghc6 - , ghc6-prof - , ghc6-doc - , libghc6-mtl-dev - , libghc6-mtl-prof - , libghc6-mtl-doc - , libghc6-digest-dev - , libghc6-digest-prof - , libghc6-digest-doc - , libghc6-zlib-dev - , libghc6-zlib-prof - , libghc6-zlib-doc - , libghc6-binary-dev - , libghc6-binary-prof - , libghc6-binary-doc + , ghc + , ghc-prof + , ghc-doc + , libghc-mtl-dev + , libghc-mtl-prof + , libghc-mtl-doc + , libghc-digest-dev + , libghc-digest-prof + , libghc-digest-doc + , libghc-zlib-dev + , libghc-zlib-prof + , libghc-zlib-doc + , libghc-binary-dev + , libghc-binary-prof + , libghc-binary-doc Standards-Version: 3.8.4 Homepage: http://hackage.haskell.org/package/zip-archive Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-zip-archive Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-zip-archive -Package: libghc6-zip-archive-dev +Package: libghc-zip-archive-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} @@ -38,7 +38,7 @@ Description: library to create, modify and extract files from zip archives The zip-archive library provides functions for creating, modifying, and extracting files from zip archives. -Package: libghc6-zip-archive-prof +Package: libghc-zip-archive-prof Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${haskell:Provides} @@ -50,7 +50,7 @@ Description: library to create and modify zip archives; profiling library The zip-archive library provides functions for creating, modifying, and extracting files from zip archives. -Package: libghc6-zip-archive-doc +Package: libghc-zip-archive-doc Section: doc Architecture: all Depends: ${misc:Depends} |
