summaryrefslogtreecommitdiff
path: root/p/haskell-feed
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 20:17:21 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 20:17:21 +0200
commit9fa2cdb713769ca89053c21e8700c29bb4bbb005 (patch)
treed8f74cd79b335d63b8eeae05c47a8b2324446c5f /p/haskell-feed
parent0443e71918b6bdf9dbe9f6a02899c4296dd947af (diff)
downloadDHG_packages-9fa2cdb713769ca89053c21e8700c29bb4bbb005.tar.gz
Normalize all control files
by reading them into cabal-debian, and serializing them again. This _should_ only change whitespace, linebreaks and order of fields. At least I hope so :-)
Diffstat (limited to 'p/haskell-feed')
-rw-r--r--p/haskell-feed/debian/control45
1 files changed, 20 insertions, 25 deletions
diff --git a/p/haskell-feed/debian/control b/p/haskell-feed/debian/control
index f60730810..a3fe4fc10 100644
--- a/p/haskell-feed/debian/control
+++ b/p/haskell-feed/debian/control
@@ -1,10 +1,9 @@
Source: haskell-feed
-Priority: extra
-Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio@debian.org>
-Build-Depends:
- debhelper (>= 9),
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.9),
cdbs,
ghc,
@@ -19,23 +18,21 @@ Build-Depends:
libghc-time-locale-compat-dev (>= 0.1),
libghc-time-locale-compat-dev (<< 0.2),
libghc-time-locale-compat-prof,
-Build-Depends-Indep:
- ghc-doc,
+Build-Depends-Indep: ghc-doc,
libghc-time-locale-compat-doc,
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/feed
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-feed
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-feed
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-feed
Package: libghc-feed-dev
Architecture: any
-Depends:
- ${haskell:Depends},
+Depends: ${haskell:Depends},
${misc:Depends},
- ${shlibs:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
Description: Haskell interface to RSS and Atom feeds${haskell:ShortBlurb}
This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom
feeds, allowing both importing and exporting them.
@@ -44,12 +41,11 @@ Description: Haskell interface to RSS and Atom feeds${haskell:ShortBlurb}
Package: libghc-feed-prof
Architecture: any
-Depends:
- ${haskell:Depends},
- ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
Description: Haskell interface to RSS and Atom feeds${haskell:ShortBlurb}
This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom
feeds, allowing both importing and exporting them.
@@ -57,13 +53,12 @@ Description: Haskell interface to RSS and Atom feeds${haskell:ShortBlurb}
${haskell:Blurb}
Package: libghc-feed-doc
-Section: doc
Architecture: all
-Depends:
- ${haskell:Depends},
- ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
Description: Haskell interface to RSS and Atom feeds${haskell:ShortBlurb}
This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom
feeds, allowing both importing and exporting them.