summaryrefslogtreecommitdiff
path: root/p/haskell-semigroups/debian
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-semigroups/debian
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-semigroups/debian')
-rw-r--r--p/haskell-semigroups/debian/control81
1 files changed, 41 insertions, 40 deletions
diff --git a/p/haskell-semigroups/debian/control b/p/haskell-semigroups/debian/control
index 5b51a5fc7..7e5ff0e26 100644
--- a/p/haskell-semigroups/debian/control
+++ b/p/haskell-semigroups/debian/control
@@ -1,43 +1,43 @@
Source: haskell-semigroups
-Section: haskell
-Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
-Build-Depends: debhelper (>= 9)
- , cdbs
- , haskell-devscripts (>= 0.9)
- , ghc
- , ghc-prof
- , libghc-hashable-dev (>= 1.1)
- , libghc-hashable-dev (<< 1.3)
- , libghc-hashable-prof
- , libghc-nats-dev (>= 0.1)
- , libghc-nats-dev (<< 2)
- , libghc-nats-prof
- , libghc-text-dev (>= 0.10)
- , libghc-text-dev (<< 2)
- , libghc-text-prof
- , libghc-unordered-containers-dev (>= 0.2)
- , libghc-unordered-containers-dev (<< 0.3)
- , libghc-unordered-containers-prof
-Build-Depends-Indep: ghc-doc
- , libghc-hashable-doc
- , libghc-nats-doc
- , libghc-text-doc
- , libghc-unordered-containers-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ haskell-devscripts (>= 0.9),
+ ghc,
+ ghc-prof,
+ libghc-hashable-dev (>= 1.1),
+ libghc-hashable-dev (<< 1.3),
+ libghc-hashable-prof,
+ libghc-nats-dev (>= 0.1),
+ libghc-nats-dev (<< 2),
+ libghc-nats-prof,
+ libghc-text-dev (>= 0.10),
+ libghc-text-dev (<< 2),
+ libghc-text-prof,
+ libghc-unordered-containers-dev (>= 0.2),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-hashable-doc,
+ libghc-nats-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/semigroups
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-semigroups
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-semigroups
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-semigroups
Package: libghc-semigroups-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: Haskell98 semigroups${haskell:ShortBlurb}
It contains a Haskell 98 logically-uninhabited data type used to
indicate that a given term should not exist.
@@ -46,11 +46,11 @@ Description: Haskell98 semigroups${haskell:ShortBlurb}
Package: libghc-semigroups-prof
Architecture: any
-Depends: ${haskell:Depends}
- , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
Description: Haskell98 semigroups${haskell:ShortBlurb}
It contains a Haskell 98 logically-uninhabited data type used to
indicate that a given term should not exist.
@@ -58,11 +58,12 @@ Description: Haskell98 semigroups${haskell:ShortBlurb}
${haskell:Blurb}
Package: libghc-semigroups-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: Haskell98 semigroups${haskell:ShortBlurb}
It contains a Haskell 98 logically-uninhabited data type used to
indicate that a given term should not exist.