summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorMarco TĂșlio Gontijo e Silva <marcot@debian.org>2010-02-10 19:30:14 +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:30:14 +0300
commit4174a165184221e88fa8d65a61759642318d736f (patch)
treeaee1755f4370739eb56b12b6224a1196986f6ef7 /p
parent4b0f8dc055a0bfeb3d0a7a9e397d820bee943bae (diff)
downloadDHG_packages-4174a165184221e88fa8d65a61759642318d736f.tar.gz
haskell-split: debian/control: Use comma in the beginning of the line.
Diffstat (limited to 'p')
-rw-r--r--p/haskell-split/debian/changelog1
-rw-r--r--p/haskell-split/debian/control34
2 files changed, 16 insertions, 19 deletions
diff --git a/p/haskell-split/debian/changelog b/p/haskell-split/debian/changelog
index b6a7f0ab7..012089520 100644
--- a/p/haskell-split/debian/changelog
+++ b/p/haskell-split/debian/changelog
@@ -4,6 +4,7 @@ haskell-split (0.1.2-2) UNRELEASED; urgency=low
* debian/watch: Remove spaces, since they're not allowed by uscan.
* debian/control: Add field Provides: ${haskell:Provides} to -dev and
-prof packages.
+ * debian/control: Use comma in the beginning of the line.
-- Marco TĂșlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:35 -0200
diff --git a/p/haskell-split/debian/control b/p/haskell-split/debian/control
index 46c524ce7..e9989109a 100644
--- a/p/haskell-split/debian/control
+++ b/p/haskell-split/debian/control
@@ -3,15 +3,14 @@ Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
-Build-Depends:
- debhelper (>= 7),
- haskell-devscripts,
- cdbs,
- ghc6 (>= 6.10),
- ghc6-prof,
- ghc6-doc,
- haddock,
- hscolour
+Build-Depends: debhelper (>= 7)
+ , haskell-devscripts
+ , cdbs
+ , ghc6 (>= 6.10)
+ , ghc6-prof
+ , ghc6-doc
+ , haddock
+ , hscolour
Standards-Version: 3.8.3
Homepage: http://hackage.haskell.org/package/split
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-split
@@ -19,10 +18,9 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-
Package: libghc6-split-dev
Architecture: any
-Depends:
- ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+ , ${shlibs:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
@@ -38,9 +36,8 @@ Description: Haskell library for splitting lists - GHC 6 libraries
Package: libghc6-split-prof
Architecture: any
-Depends:
- ${haskell:Depends},
- ${misc:Depends}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
@@ -57,9 +54,8 @@ Description: Haskell library for splitting lists - GHC 6 profiling libraries
Package: libghc6-split-doc
Section: doc
Architecture: all
-Depends:
- ${haskell:Depends},
- ${misc:Depends}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Description: Haskell library for splitting lists - documentation