summaryrefslogtreecommitdiff
path: root/p/haskell-safe
diff options
context:
space:
mode:
authorMarco TĂșlio Gontijo e Silva <marcot@debian.org>2010-02-10 19:01:52 +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:01:52 +0300
commit70a91abe5935c72b9e920871681b688dbb81d65b (patch)
tree460a477a2050b8e3cd6221c9a165f3b6bcc0cb30 /p/haskell-safe
parent363c8f83f9ae53eeac51498fe13121d3985e755a (diff)
downloadDHG_packages-70a91abe5935c72b9e920871681b688dbb81d65b.tar.gz
haskell-safe: debian/control: Split dependencies in more than one line.
Diffstat (limited to 'p/haskell-safe')
-rw-r--r--p/haskell-safe/debian/changelog1
-rw-r--r--p/haskell-safe/debian/control19
2 files changed, 14 insertions, 6 deletions
diff --git a/p/haskell-safe/debian/changelog b/p/haskell-safe/debian/changelog
index b083648a8..337da40c4 100644
--- a/p/haskell-safe/debian/changelog
+++ b/p/haskell-safe/debian/changelog
@@ -15,6 +15,7 @@ haskell-safe (0.2-2) 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:09 -0200
diff --git a/p/haskell-safe/debian/control b/p/haskell-safe/debian/control
index 5eafb1444..62f5a528f 100644
--- a/p/haskell-safe/debian/control
+++ b/p/haskell-safe/debian/control
@@ -3,9 +3,14 @@ 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),
- haskell-devscripts (>= 0.6.0), cdbs, ghc6 (>= 6.10.3), hscolour (>=1.8),
- ghc6-prof
+Build-Depends: dctrl-tools
+ , dpkg-dev (>= 1.13.19)
+ , debhelper (>= 5.0.0)
+ , haskell-devscripts (>= 0.6.0)
+ , cdbs
+ , ghc6 (>= 6.10.3)
+ , hscolour (>=1.8)
+ , ghc6-prof
Build-Depends-Indep: haddock (>= 2.4.2)
Standards-Version: 3.8.2
Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/safe
@@ -14,7 +19,8 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-
Package: libghc6-safe-dev
Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
Suggests: libghc6-safe-doc (= ${source:Version})
Provides: ${haskell:Provides}
Description: GHC 6 Library for safe (pattern match free) functions
@@ -28,8 +34,9 @@ Description: GHC 6 Library for safe (pattern match free) functions
Package: libghc6-safe-prof
Architecture: any
-Depends: libghc6-safe-dev (= ${binary:Version}), ${haskell:Depends},
- ${misc:Depends}
+Depends: libghc6-safe-dev (= ${binary:Version})
+ , ${haskell:Depends}
+ , ${misc:Depends}
Suggests: libghc6-safe-doc (= ${source:Version})
Provides: ${haskell:Provides}
Description: Profiling library for safe (pattern match free) functions