diff options
| author | Marco TĂșlio Gontijo e Silva <marcot@debian.org> | 2010-02-10 19:13:30 +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:13:30 +0300 |
| commit | c8f9c0f8c2fde50bba308a5161e68dd8738958bb (patch) | |
| tree | 9029db34de3167f0f7f735e570ca2ba2a70966e0 /p/haskell-uulib | |
| parent | f5783258685661891daf8c7fc613b0a27158260a (diff) | |
| download | DHG_packages-c8f9c0f8c2fde50bba308a5161e68dd8738958bb.tar.gz | |
haskell-uulib: debian/control: Split dependencies in more than one line.
Diffstat (limited to 'p/haskell-uulib')
| -rw-r--r-- | p/haskell-uulib/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-uulib/debian/control | 25 |
2 files changed, 21 insertions, 5 deletions
diff --git a/p/haskell-uulib/debian/changelog b/p/haskell-uulib/debian/changelog index 25f0e3ae5..6348445dc 100644 --- a/p/haskell-uulib/debian/changelog +++ b/p/haskell-uulib/debian/changelog @@ -10,6 +10,7 @@ haskell-uulib (0.9.10-0.3) UNRELEASED; urgency=low * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * debian/control: Use Vcs-Browser: field. + * debian/control: Split dependencies in more than one line. -- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Tue, 02 Feb 2010 20:31:13 -0200 diff --git a/p/haskell-uulib/debian/control b/p/haskell-uulib/debian/control index bf8752a0e..6938cffe8 100644 --- a/p/haskell-uulib/debian/control +++ b/p/haskell-uulib/debian/control @@ -2,7 +2,16 @@ Source: haskell-uulib Section: haskell Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Build-Depends: debhelper (>= 5), cdbs, ghc6 (>= 6.8.2), ghc6-prof (>= 6.4.2), haskell-devscripts (>= 0.6.15+nmu1), cpphs, haddock, hugs, ghc6-doc, hscolour (>= 1.8) +Build-Depends: debhelper (>= 5) + , cdbs + , ghc6 (>= 6.8.2) + , ghc6-prof (>= 6.4.2) + , haskell-devscripts (>= 0.6.15+nmu1) + , cpphs + , haddock + , hugs + , ghc6-doc + , hscolour (>= 1.8) Standards-Version: 3.8.1 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-uulib/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-uulib @@ -11,7 +20,8 @@ Homepage: http://www.cs.uu.nl/wiki/HUT/WebHome Package: libghc6-uulib-dev Architecture: any Section: haskell -Depends: ${haskell:Depends}, ${misc:Depends} +Depends: ${haskell:Depends} + , ${misc:Depends} Suggests: haskell-uulib-doc (= ${source:Version}) Provides: ${haskell:Provides} Description: parser and pretty print combinator library for GHC 6 @@ -27,7 +37,9 @@ Description: parser and pretty print combinator library for GHC 6 Package: libghc6-uulib-prof Architecture: any Section: haskell -Depends: libghc6-uulib-dev (= ${binary:Version}), ${haskell:Depends}, ${misc:Depends} +Depends: libghc6-uulib-dev (= ${binary:Version}) + , ${haskell:Depends} + , ${misc:Depends} Suggests: haskell-uulib-doc (= ${source:Version}) Provides: ${haskell:Provides} Description: profiling parser and pretty print combinator library for GHC 6 @@ -45,7 +57,8 @@ Description: profiling parser and pretty print combinator library for GHC 6 Package: libhugs-uulib Architecture: all -Depends: ${haskell:Depends}, ${misc:Depends} +Depends: ${haskell:Depends} + , ${misc:Depends} Suggests: haskell-uulib-doc (= ${source:Version}) Description: parser and pretty print combinator library for hugs98 The uulib Haskell library contains fast, error repairing parser @@ -61,7 +74,9 @@ Package: haskell-uulib-doc Architecture: all Section: doc Depends: ${misc:Depends} -Recommends: doc-base, libghc6-base-doc, libghc6-haskell98-doc +Recommends: doc-base + , libghc6-base-doc + , libghc6-haskell98-doc Description: API documentation for uulib Haskell library The API documentation of the uulib parser and pretty print combinator library. |
