summaryrefslogtreecommitdiff
path: root/p/haskell-uniplate
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-uniplate
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-uniplate')
-rw-r--r--p/haskell-uniplate/debian/control72
1 files changed, 36 insertions, 36 deletions
diff --git a/p/haskell-uniplate/debian/control b/p/haskell-uniplate/debian/control
index 7d5c0c614..955615282 100644
--- a/p/haskell-uniplate/debian/control
+++ b/p/haskell-uniplate/debian/control
@@ -1,38 +1,37 @@
Source: haskell-uniplate
-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:
- , debhelper (>= 9)
- , haskell-devscripts (>= 0.9)
- , cdbs
- , ghc
- , ghc-prof
- , libghc-syb-dev
- , libghc-syb-prof
- , libghc-syb-doc
- , libghc-hashable-dev (>= 1.1.2.3)
- , libghc-hashable-dev (<< 1.3)
- , libghc-hashable-prof
- , libghc-hashable-doc
- , libghc-unordered-containers-dev (>= 0.2.1)
- , libghc-unordered-containers-dev (<< 0.3)
- , libghc-unordered-containers-prof
- , libghc-unordered-containers-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-syb-dev,
+ libghc-syb-prof,
+ libghc-syb-doc,
+ libghc-hashable-dev (>= 1.1.2.3),
+ libghc-hashable-dev (<< 1.3),
+ libghc-hashable-prof,
+ libghc-hashable-doc,
+ libghc-unordered-containers-dev (>= 0.2.1),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
+ libghc-unordered-containers-doc,
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/uniplate
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-uniplate
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-uniplate
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-uniplate
Package: libghc-uniplate-dev
Architecture: any
-Depends: ${haskell:Depends}
- , ${shlibs:Depends}
- , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
Description: A Haskell library for uniform type generic traversals${haskell:ShortBlurb}
.
The Haskell Uniplate library abstracts over common traversals and queries in a
@@ -46,12 +45,12 @@ Description: A Haskell library for uniform type generic traversals${haskell:Shor
Package: libghc-uniplate-prof
Architecture: any
-Depends: ${haskell:Depends}
- , ${shlibs:Depends}
- , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
Description: Profiling libraries for uniform type generic traversals${haskell:ShortBlurb}
.
The Haskell Uniplate library abstracts over common traversals and queries in a
@@ -64,11 +63,12 @@ Description: Profiling libraries for uniform type generic traversals${haskell:Sh
${haskell:Blurb}
Package: libghc-uniplate-doc
-Section: doc
Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
Description: Documentation for uniform type generic traversals${haskell:ShortBlurb}
.
The Haskell Uniplate library abstracts over common traversals and queries in a