diff options
| author | Marco TĂșlio Gontijo e Silva <marcot@debian.org> | 2010-03-17 23:15:51 +0300 |
|---|---|---|
| committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2010-03-17 23:15:51 +0300 |
| commit | af94b9c45e98f377db57c4f7785edaeeddac1c91 (patch) | |
| tree | 938442885da2b9acdd74c7e6077ee5b6afe1565e | |
| parent | 531efcc5c610a7947772de1dd430e24efa150576 (diff) | |
| download | DHG_packages-af94b9c45e98f377db57c4f7785edaeeddac1c91.tar.gz | |
haskell-zlib: debian/control: Rename -doc package.
| -rw-r--r-- | p/haskell-zlib/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-zlib/debian/control | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/p/haskell-zlib/debian/changelog b/p/haskell-zlib/debian/changelog index 465a6069e..edfcf7240 100644 --- a/p/haskell-zlib/debian/changelog +++ b/p/haskell-zlib/debian/changelog @@ -1,6 +1,7 @@ haskell-zlib (0.5.2.0-3) UNRELEASED; urgency=low * debian/source/format: Use 3.0 (quilt). + * debian/control: Rename -doc package. -- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Sun, 21 Feb 2010 07:46:23 -0300 diff --git a/p/haskell-zlib/debian/control b/p/haskell-zlib/debian/control index b7d2d1172..a143dc193 100644 --- a/p/haskell-zlib/debian/control +++ b/p/haskell-zlib/debian/control @@ -59,9 +59,10 @@ Description: Compression and decompression in the gzip and zlib formats; profili few cases where more control is needed it provides access to the full zlib feature set. -Package: haskell-zlib-doc -Provides: libghc6-zlib-doc -Replaces: libghc6-zlib-doc +Package: libghc6-zlib-doc +Provides: haskell-zlib-doc +Replaces: haskell-zlib-doc +Conflicts: haskell-zlib-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} |
