diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 20:17:21 +0200 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 20:17:21 +0200 |
| commit | 9fa2cdb713769ca89053c21e8700c29bb4bbb005 (patch) | |
| tree | d8f74cd79b335d63b8eeae05c47a8b2324446c5f /p/haskell-hxt-relaxng | |
| parent | 0443e71918b6bdf9dbe9f6a02899c4296dd947af (diff) | |
| download | DHG_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-hxt-relaxng')
| -rw-r--r-- | p/haskell-hxt-relaxng/debian/control | 74 |
1 files changed, 40 insertions, 34 deletions
diff --git a/p/haskell-hxt-relaxng/debian/control b/p/haskell-hxt-relaxng/debian/control index bd4c7380d..ac9f08e3e 100644 --- a/p/haskell-hxt-relaxng/debian/control +++ b/p/haskell-hxt-relaxng/debian/control @@ -1,37 +1,39 @@ Source: haskell-hxt-relaxng -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: TANIGUCHI Takaki <takaki@debian.org> +Priority: extra +Section: haskell Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.9), - cdbs, - ghc, - ghc-prof, - ghc-doc, - libghc-network-uri-dev, - libghc-network-uri-prof, - libghc-network-uri-doc, - libghc-hxt-dev (>= 9.1.3), - libghc-hxt-dev (<< 10), - libghc-hxt-prof, - libghc-hxt-doc, - libghc-hxt-charproperties-dev (>= 9.1.3), - libghc-hxt-charproperties-dev (<< 10), - libghc-hxt-charproperties-prof, - libghc-hxt-charproperties-doc, - libghc-hxt-regex-xmlschema-dev (>= 9.2), - libghc-hxt-regex-xmlschema-prof (<< 10), - libghc-hxt-regex-xmlschema-doc, + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + ghc-doc, + libghc-network-uri-dev, + libghc-network-uri-prof, + libghc-network-uri-doc, + libghc-hxt-dev (>= 9.1.3), + libghc-hxt-dev (<< 10), + libghc-hxt-prof, + libghc-hxt-doc, + libghc-hxt-charproperties-dev (>= 9.1.3), + libghc-hxt-charproperties-dev (<< 10), + libghc-hxt-charproperties-prof, + libghc-hxt-charproperties-doc, + libghc-hxt-regex-xmlschema-dev (>= 9.2), + libghc-hxt-regex-xmlschema-prof (<< 10), + libghc-hxt-regex-xmlschema-doc, Standards-Version: 3.9.4 Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-relaxng-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: HXT RelaxNG validator${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . @@ -41,10 +43,12 @@ Description: HXT RelaxNG validator${haskell:ShortBlurb} Package: libghc-hxt-relaxng-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: HXT RelaxNG validator${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . @@ -53,12 +57,14 @@ Description: HXT RelaxNG validator${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-hxt-relaxng-doc -Section: doc Architecture: all -Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Section: doc +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: HXT RelaxNG validator${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . |
