summaryrefslogtreecommitdiff
path: root/p/haskell-stringprep/debian
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-stringprep/debian')
-rw-r--r--p/haskell-stringprep/debian/control61
1 files changed, 31 insertions, 30 deletions
diff --git a/p/haskell-stringprep/debian/control b/p/haskell-stringprep/debian/control
index db27777ad..706144074 100644
--- a/p/haskell-stringprep/debian/control
+++ b/p/haskell-stringprep/debian/control
@@ -1,33 +1,33 @@
Source: haskell-stringprep
-Section: haskell
-Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
-Build-Depends: debhelper (>= 9)
- , cdbs
- , haskell-devscripts (>= 0.9)
- , ghc
- , ghc-prof
- , libghc-text-icu-dev (>= 0.6)
- , libghc-text-icu-prof
- , libghc-text-dev (>= 0.9)
- , libghc-text-prof
-Build-Depends-Indep: ghc-doc
- , libghc-text-icu-doc
- , libghc-text-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ haskell-devscripts (>= 0.9),
+ ghc,
+ ghc-prof,
+ libghc-text-icu-dev (>= 0.6),
+ libghc-text-icu-prof,
+ libghc-text-dev (>= 0.9),
+ libghc-text-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-text-icu-doc,
+ libghc-text-doc,
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/stringprep
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stringprep
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stringprep
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stringprep
Package: libghc-stringprep-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: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
RFC 3454 describes a framework for preparing Unicode text strings in order to
increase the likelihood that string input and string comparison work in ways
@@ -39,11 +39,11 @@ Description: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
Package: libghc-stringprep-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: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
RFC 3454 describes a framework for preparing Unicode text strings in order to
increase the likelihood that string input and string comparison work in ways
@@ -54,11 +54,12 @@ Description: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
${haskell:Blurb}
Package: libghc-stringprep-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: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
RFC 3454 describes a framework for preparing Unicode text strings in order to
increase the likelihood that string input and string comparison work in ways