summaryrefslogtreecommitdiff
path: root/p/haskell-regex-posix
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-regex-posix')
-rw-r--r--p/haskell-regex-posix/debian/control41
1 files changed, 22 insertions, 19 deletions
diff --git a/p/haskell-regex-posix/debian/control b/p/haskell-regex-posix/debian/control
index 6fb1f2ba1..c95c426ec 100644
--- a/p/haskell-regex-posix/debian/control
+++ b/p/haskell-regex-posix/debian/control
@@ -1,10 +1,9 @@
Source: haskell-regex-posix
-Section: haskell
-Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
-Build-Depends:
- cdbs,
+Priority: extra
+Section: haskell
+Build-Depends: cdbs,
debhelper (>= 9),
haskell-devscripts (>= 0.9),
cpphs,
@@ -13,17 +12,19 @@ Build-Depends:
ghc-doc,
libghc-regex-base-dev (>= 0.93.1),
libghc-regex-base-prof,
- libghc-regex-base-doc
+ libghc-regex-base-doc,
Standards-Version: 3.9.4
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-posix/
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-posix
Homepage: http://sourceforge.net/projects/lazy-regex
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-posix
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-posix/
Package: libghc-regex-posix-dev
Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
Description: GHC library of the POSIX regex backend for regex-base
A library containing a POSIX regular expression backend conforming to
the interface API of regex-base.
@@ -32,9 +33,10 @@ Description: GHC library of the POSIX regex backend for regex-base
Package: libghc-regex-posix-prof
Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
Description: GHC profiling library of the POSIX regex backend for regex-base
A library containing a POSIX regular expression backend conforming to
the interface API of regex-base.
@@ -43,14 +45,15 @@ Description: GHC profiling library of the POSIX regex backend for regex-base
used with ghc-prof.
Package: libghc-regex-posix-doc
-Replaces: haskell-regex-posix-doc (<< 0.93.2-6)
-Conflicts: haskell-regex-posix-doc (<< 0.93.2-6)
-Provides: haskell-regex-posix-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, ${haskell:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: haskell-regex-posix-doc (<< 0.93.2-6),
+Provides: haskell-regex-posix-doc,
+Replaces: haskell-regex-posix-doc (<< 0.93.2-6),
Description: API documentation for regex-posix Haskell library
A library containing a POSIX regular expression backend conforming to
the interface API of regex-base.