diff options
| author | Marco TĂșlio Gontijo e Silva <marcot@debian.org> | 2010-02-10 19:28:34 +0300 |
|---|---|---|
| committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2010-02-10 19:28:34 +0300 |
| commit | 4b0f8dc055a0bfeb3d0a7a9e397d820bee943bae (patch) | |
| tree | 3b54b9fdc68ef9f499b970032b5dabded266840e /p/haskell-language-c | |
| parent | 45236fc7ced04e638bb5076fe287b8b0274c307b (diff) | |
| download | DHG_packages-4b0f8dc055a0bfeb3d0a7a9e397d820bee943bae.tar.gz | |
haskell-language-c: debian/control: Use comma in the beginning of the line.
Diffstat (limited to 'p/haskell-language-c')
| -rw-r--r-- | p/haskell-language-c/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-language-c/debian/control | 27 |
2 files changed, 20 insertions, 8 deletions
diff --git a/p/haskell-language-c/debian/changelog b/p/haskell-language-c/debian/changelog index e80238596..e6f9d43ff 100644 --- a/p/haskell-language-c/debian/changelog +++ b/p/haskell-language-c/debian/changelog @@ -9,6 +9,7 @@ haskell-language-c (0.3.1.1-2) UNRELEASED; urgency=low * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * debian/control: Use Vcs-Browser: field. + * debian/control: Use comma in the beginning of the line. -- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Tue, 02 Feb 2010 20:31:02 -0200 diff --git a/p/haskell-language-c/debian/control b/p/haskell-language-c/debian/control index ca2a79af4..9efa2975c 100644 --- a/p/haskell-language-c/debian/control +++ b/p/haskell-language-c/debian/control @@ -3,10 +3,18 @@ Priority: extra Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com> -Build-Depends: dctrl-tools, dpkg-dev (>= 1.13.19), debhelper (>= 5.0.0), - cdbs, haskell-devscripts (>= 0.6.0), ghc6 (>= 6.10.3), ghc6-prof, alex, happy, - hscolour (>= 1.8) -Build-Depends-Indep: haddock (>= 2.4.2), ghc6-doc +Build-Depends: dctrl-tools + , dpkg-dev (>= 1.13.19) + , debhelper (>= 5.0.0) + , cdbs + , haskell-devscripts (>= 0.6.0) + , ghc6 (>= 6.10.3) + , ghc6-prof + , alex + , happy + , hscolour (>= 1.8) +Build-Depends-Indep: haddock (>= 2.4.2) + , ghc6-doc Standards-Version: 3.8.2 Homepage: http://hackage.haskell.org/package/language-c Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-language-c @@ -14,7 +22,8 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell- Package: libghc6-language-c-dev Architecture: any -Depends: ${haskell:Depends}, ${misc:Depends} +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 @@ -27,8 +36,9 @@ Description: Haskell library for the analysis and generation of C code Package: libghc6-language-c-prof Architecture: any -Depends: libghc6-language-c-dev (= ${binary:Version}), ${haskell:Depends}, - ${misc:Depends} +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 @@ -43,7 +53,8 @@ Package: libghc6-language-c-doc Section: doc Architecture: all Depends: ${misc:Depends} -Recommends: doc-base, libghc6-network-doc +Recommends: doc-base + , libghc6-network-doc Description: Documentation for Haskell Library.C module . Language C is a haskell library for the analysis and generation of C code. It |
