summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco TĂșlio Gontijo e Silva <marcot@debian.org>2010-02-11 00:47:59 +0300
committer=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=>2010-02-11 00:47:59 +0300
commitb743d6063678f51cfb65c3439f7ae56d2a450cf2 (patch)
treedf6ba72d77fc7bef1e7b21dd9e296c6b9658fff4
parent8d3c3bee2cb0e603cab22b4696a41f4c390a6ce9 (diff)
downloadDHG_packages-b743d6063678f51cfb65c3439f7ae56d2a450cf2.tar.gz
haskell-polyparse: debian/control: Use comma in the beginning of the line.
-rw-r--r--p/haskell-polyparse/debian/changelog1
-rw-r--r--p/haskell-polyparse/debian/control24
2 files changed, 14 insertions, 11 deletions
diff --git a/p/haskell-polyparse/debian/changelog b/p/haskell-polyparse/debian/changelog
index 70f579a83..24dcaa265 100644
--- a/p/haskell-polyparse/debian/changelog
+++ b/p/haskell-polyparse/debian/changelog
@@ -16,6 +16,7 @@ haskell-polyparse (1.3-2) UNRELEASED; urgency=low
* debian/control: Use Vcs-Browser: field.
* debian/control: Remove dependency in hscolour, since it's now a
dependency of haskell-devscripts.
+ * 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:06 -0200
diff --git a/p/haskell-polyparse/debian/control b/p/haskell-polyparse/debian/control
index a194723dc..332244c0d 100644
--- a/p/haskell-polyparse/debian/control
+++ b/p/haskell-polyparse/debian/control
@@ -3,14 +3,14 @@ Priority: optional
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),
- ghc6-prof,
- haddock (>= 2.4.2)
+Build-Depends: dctrl-tools
+ , dpkg-dev (>= 1.13.19)
+ , debhelper (>= 5.0.0)
+ , haskell-devscripts (>= 0.6.0)
+ , cdbs
+ , ghc6 (>= 6.10.3)
+ , ghc6-prof
+ , haddock (>= 2.4.2)
Standards-Version: 3.8.3
Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/polyparse
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-polyparse
@@ -18,7 +18,8 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-
Package: libghc6-polyparse-dev
Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
Suggests: libghc6-polyparse-doc (= ${source:Version})
Provides: ${haskell:Provides}
Description: A variety of alternative parser combinator libraries for Haskell
@@ -33,8 +34,9 @@ Description: A variety of alternative parser combinator libraries for Haskell
Package: libghc6-polyparse-prof
Architecture: any
-Depends: libghc6-polyparse-dev (= ${binary:Version}), ${haskell:Depends},
- ${misc:Depends}
+Depends: libghc6-polyparse-dev (= ${binary:Version})
+ , ${haskell:Depends}
+ , ${misc:Depends}
Suggests: libghc6-polyparse-doc (= ${source:Version})
Provides: ${haskell:Provides}
Description: Profiling libraries for haskell-polyparse