summaryrefslogtreecommitdiff
path: root/p/haskell-xml
diff options
context:
space:
mode:
authorMarco TĂșlio Gontijo e Silva <marcot@debian.org>2010-02-10 19:31:26 +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:31:26 +0300
commit19ad02bdf97a8fd353973c4253c53212fc7e834f (patch)
tree1cc828d0a1464444106eeb9649eb6e00928b4580 /p/haskell-xml
parent4174a165184221e88fa8d65a61759642318d736f (diff)
downloadDHG_packages-19ad02bdf97a8fd353973c4253c53212fc7e834f.tar.gz
haskell-xml: debian/control: Use comma in the beginning of the line.
Diffstat (limited to 'p/haskell-xml')
-rw-r--r--p/haskell-xml/debian/changelog1
-rw-r--r--p/haskell-xml/debian/control34
2 files changed, 16 insertions, 19 deletions
diff --git a/p/haskell-xml/debian/changelog b/p/haskell-xml/debian/changelog
index f463d28d1..d329400ea 100644
--- a/p/haskell-xml/debian/changelog
+++ b/p/haskell-xml/debian/changelog
@@ -4,6 +4,7 @@ haskell-xml (1.3.5-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:39 -0200
diff --git a/p/haskell-xml/debian/control b/p/haskell-xml/debian/control
index d4a5c06f2..989a8f0b3 100644
--- a/p/haskell-xml/debian/control
+++ b/p/haskell-xml/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/xml
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-xml
@@ -19,10 +18,9 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-
Package: libghc6-xml-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}
@@ -33,9 +31,8 @@ Description: A simple Haskell XML library - GHC 6 libraries
Package: libghc6-xml-prof
Architecture: any
-Depends:
- ${haskell:Depends},
- ${misc:Depends}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
@@ -47,9 +44,8 @@ Description: A simple Haskell XML library - GHC 6 profiling libraries
Package: libghc6-xml-doc
Section: doc
Architecture: all
-Depends:
- ${haskell:Depends},
- ${misc:Depends}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Description: A simple Haskell XML library - documentation