summaryrefslogtreecommitdiff
path: root/p/alex/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/alex/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/alex/debian')
-rw-r--r--p/alex/debian/control39
1 files changed, 19 insertions, 20 deletions
diff --git a/p/alex/debian/control b/p/alex/debian/control
index 9a3e95571..3535541c9 100644
--- a/p/alex/debian/control
+++ b/p/alex/debian/control
@@ -1,31 +1,30 @@
Source: alex
-Section: haskell
-Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>, Clint Adams <clint@debian.org>
- , Louis Bettens <louis@bettens.info>
-Standards-Version: 3.9.4
+Uploaders: Joachim Breitner <nomeata@debian.org>, Clint Adams <clint@debian.org>, Louis Bettens <louis@bettens.info>
+Priority: extra
+Section: haskell
Build-Depends: cdbs (>= 0.4.59),
- haskell-devscripts (>= 0.9),
- debhelper (>= 9),
- ghc,
- alex,
- happy,
- jade,
- docbook-utils,
- docbook-xsl,
- docbook-xml,
- xsltproc,
- autoconf,
- libghc-quickcheck2-dev
+ haskell-devscripts (>= 0.9),
+ debhelper (>= 9),
+ ghc,
+ alex,
+ happy,
+ jade,
+ docbook-utils,
+ docbook-xsl,
+ docbook-xml,
+ xsltproc,
+ autoconf,
+ libghc-quickcheck2-dev,
+Standards-Version: 3.9.4
Homepage: http://www.haskell.org/alex/
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/alex
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/alex
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/alex
Package: alex
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Multi-Arch: foreign
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
Description: lexical analyser generator for Haskell
Alex is a tool for generating lexical analysers in Haskell, given a
description of the tokens to be recognised in the form of regular