diff options
| author | Marco Túlio Gontijo e Silva <marcot@riseup.net> | 2010-01-27 15:02:38 +0300 |
|---|---|---|
| committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2010-01-27 15:02:38 +0300 |
| commit | 5ac0d258d9ac3148314d387e058f2b58e3aae4c3 (patch) | |
| tree | f0e213592106f5f96dc9f93cf7ba45f3dd124bba /p/haskell-language-c | |
| parent | b43a83b1d5843f7382fae23871bf3fc10ee52902 (diff) | |
| download | DHG_packages-5ac0d258d9ac3148314d387e058f2b58e3aae4c3.tar.gz | |
haskell-language-c: debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages.
Diffstat (limited to 'p/haskell-language-c')
| -rw-r--r-- | p/haskell-language-c/debian/changelog | 4 | ||||
| -rw-r--r-- | p/haskell-language-c/debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-language-c/debian/changelog b/p/haskell-language-c/debian/changelog index e26f1f391..0a48066be 100644 --- a/p/haskell-language-c/debian/changelog +++ b/p/haskell-language-c/debian/changelog @@ -6,8 +6,10 @@ haskell-language-c (0.3.1.1-2) UNRELEASED; urgency=low * debian/watch: Add .tar.gz to downloaded filename. * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. + * debian/control: Add field Provides: ${haskell:Provides} to -dev and + -prof packages. - -- Marco Túlio Gontijo e Silva <marcot@riseup.net> Tue, 26 Jan 2010 19:58:20 -0200 + -- Marco Túlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:30 -0200 haskell-language-c (0.3.1.1-1) unstable; urgency=low diff --git a/p/haskell-language-c/debian/control b/p/haskell-language-c/debian/control index e1855fb28..4eaa1c22e 100644 --- a/p/haskell-language-c/debian/control +++ b/p/haskell-language-c/debian/control @@ -15,6 +15,7 @@ Package: libghc6-language-c-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: libghc6-language-c-doc (= ${source:Version}) +Provides: ${haskell:Provides} Description: Haskell library for the analysis and generation of C code . Language C is a haskell library for the analysis and generation of C code. It @@ -28,6 +29,7 @@ Architecture: any Depends: libghc6-language-c-dev (= ${binary:Version}), ${haskell:Depends}, ${misc:Depends} Suggests: haskell-language-c-doc (= ${source:Version}) +Provides: ${haskell:Provides} Description: Profiling libraries for Haskell Library.C module . Language C is a haskell library for the analysis and generation of C code. It |
