summaryrefslogtreecommitdiff
path: root/p/haskell-regex-tdfa/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:12:17 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:12:17 +0400
commit2598019959fa3177c878321b189e38601e30f284 (patch)
tree1d28ec25f2978b02db8a513b15567504efaa43c9 /p/haskell-regex-tdfa/debian
parent905448f4bace387658454dfb8bdcea63b75f1b7b (diff)
downloadDHG_packages-2598019959fa3177c878321b189e38601e30f284.tar.gz
haskell-regex-tdfa: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-regex-tdfa/debian')
-rw-r--r--p/haskell-regex-tdfa/debian/changelog1
-rw-r--r--p/haskell-regex-tdfa/debian/control14
2 files changed, 8 insertions, 7 deletions
diff --git a/p/haskell-regex-tdfa/debian/changelog b/p/haskell-regex-tdfa/debian/changelog
index ff21fd12c..5505a0aaf 100644
--- a/p/haskell-regex-tdfa/debian/changelog
+++ b/p/haskell-regex-tdfa/debian/changelog
@@ -1,6 +1,7 @@
haskell-regex-tdfa (1.1.8-4) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:49 +0200
diff --git a/p/haskell-regex-tdfa/debian/control b/p/haskell-regex-tdfa/debian/control
index 1a9f47eed..105f10533 100644
--- a/p/haskell-regex-tdfa/debian/control
+++ b/p/haskell-regex-tdfa/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
ghc-prof,
@@ -32,7 +32,7 @@ Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell library for a tagged DFA regex engine
+Description: Haskell library for a tagged DFA regex engine${haskell:ShortBlurb}
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
@@ -43,7 +43,7 @@ Description: Haskell library for a tagged DFA regex engine
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-regex-tdfa-prof
Architecture: any
@@ -51,7 +51,7 @@ Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Profiling libraries for the tagged DFA regex engine
+Description: Profiling libraries for the tagged DFA regex engine${haskell:ShortBlurb}
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
@@ -62,7 +62,7 @@ Description: Profiling libraries for the tagged DFA regex engine
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-regex-tdfa-doc
Section: doc
@@ -70,7 +70,7 @@ Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Documentation for the tagged DFA regex engine
+Description: Documentation for the tagged DFA regex engine${haskell:ShortBlurb}
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
@@ -81,4 +81,4 @@ Description: Documentation for the tagged DFA regex engine
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
- This package contains the library documentation.
+ ${haskell:Blurb}