summaryrefslogtreecommitdiff
path: root/p/haskell-regex-base
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-12-21 15:25:34 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-12-21 15:25:34 +0300
commit51963046653627ab9442d5d96b7c833b4cb2b5c0 (patch)
tree443e7ba83e2ba584c5bfca5c33351b620bbe9251 /p/haskell-regex-base
parentdd2f42453bd9cb2bd8fddd8a5a2be27bdd3325ce (diff)
downloadDHG_packages-51963046653627ab9442d5d96b7c833b4cb2b5c0.tar.gz
haskell-regex-base: Use standard substvars
Diffstat (limited to 'p/haskell-regex-base')
-rw-r--r--p/haskell-regex-base/debian/changelog1
-rw-r--r--p/haskell-regex-base/debian/control44
2 files changed, 22 insertions, 23 deletions
diff --git a/p/haskell-regex-base/debian/changelog b/p/haskell-regex-base/debian/changelog
index eb5a7d73b..a4a78f0e3 100644
--- a/p/haskell-regex-base/debian/changelog
+++ b/p/haskell-regex-base/debian/changelog
@@ -2,6 +2,7 @@ haskell-regex-base (0.93.2-5) UNRELEASED; urgency=low
* Adjust watch file to new hackage layout
* Depend on haskell-devscripts 0.9, found in experimental
+ * Use standard substvars
-- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:21:30 +0200
diff --git a/p/haskell-regex-base/debian/control b/p/haskell-regex-base/debian/control
index ed0f846d5..e7cf2e9ad 100644
--- a/p/haskell-regex-base/debian/control
+++ b/p/haskell-regex-base/debian/control
@@ -18,46 +18,44 @@ Standards-Version: 3.9.4
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-base/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-base
Homepage: http://sourceforge.net/projects/lazy-regex
+X-Description: GHC library providing an API for regular expressions
+ A library containing the interface API for the Haskell regular
+ expressions library packages regex-posix, regex-pcre, regex-parsec,
+ regex-tdfs, regex-dfa.
Package: libghc-regex-base-dev
Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: GHC library providing an API for regular expressions
- A library containing the interface API for the Haskell regular
- expressions library packages regex-posix, regex-pcre, regex-parsec,
- regex-tdfs, regex-dfa.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- This package contains the libraries for use with GHC.
+ ${haskell:Blurb}
Package: libghc-regex-base-prof
Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: GHC profiling library providing an API for regular expressions
- A library containing the interface API for the Haskell regular
- expressions library packages regex-posix, regex-pcre, regex-parsec,
- regex-tdfs, regex-dfa.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- This package contains additional profiling libraries which can be
- used with ghc-prof.
+ ${haskell:Blurb}
Package: libghc-regex-base-doc
-Replaces: haskell-regex-base-doc (<< 0.93.1-7)
-Conflicts: haskell-regex-base-doc (<< 0.93.1-7)
-Architecture: all
Section: doc
-Depends: ${haskell:Depends}, ${misc:Depends}
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: API documentation for regex-base Haskell library
- A library containing the interface API for the Haskell regular
- expressions library packages regex-posix, regex-pcre, regex-parsec,
- regex-tdfs, regex-dfa.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- This package contains the API documentation of the library.
+ ${haskell:Blurb}
+