[Pkg-haskell-commits] darcs: haskell-weighted-regexp: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:31:32 UTC 2013
Fri May 24 08:56:13 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 6b318f483c8f0a7228e26ebfd258c934
M ./changelog +1
M ./control -11 +7
Fri May 24 08:56:13 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 6b318f483c8f0a7228e26ebfd258c934
diff -rN -u old-haskell-weighted-regexp//changelog new-haskell-weighted-regexp//changelog
--- old-haskell-weighted-regexp//changelog 2013-05-24 09:31:31.947040290 +0000
+++ new-haskell-weighted-regexp//changelog 2013-05-24 09:31:31.951036707 +0000
@@ -1,6 +1,7 @@
haskell-weighted-regexp (0.3.1.2-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:30 +0200
diff -rN -u old-haskell-weighted-regexp//control new-haskell-weighted-regexp//control
--- old-haskell-weighted-regexp//control 2013-05-24 09:31:31.943037306 +0000
+++ new-haskell-weighted-regexp//control 2013-05-24 09:31:31.951036707 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, happy
@@ -23,7 +23,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Weighted Regular Expression Matcher
+Description: Weighted Regular Expression Matcher${haskell:ShortBlurb}
Haskell implementation of a weighted regular expression matcher with linear
worst-case time and space bounds. More specifically, the worst-case run time
for matching a word against a regular expression is linearly bounded by the
@@ -33,8 +33,7 @@
untrusted data, e.g. in a web service, without risking an unexpected runtime
blow-up.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-weighted-regexp-prof
Architecture: any
@@ -43,7 +42,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Weighted Regular Expression Matcher; profiling libraries
+Description: Weighted Regular Expression Matcher${haskell:ShortBlurb}
Haskell implementation of a weighted regular expression matcher with linear
worst-case time and space bounds. More specifically, the worst-case run time
for matching a word against a regular expression is linearly bounded by the
@@ -53,8 +52,7 @@
untrusted data, e.g. in a web service, without risking an unexpected runtime
blow-up.
.
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-weighted-regexp-doc
Section: doc
@@ -62,7 +60,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Weighted Regular Expression Matcher; documentation
+Description: Weighted Regular Expression Matcher${haskell:ShortBlurb}
Haskell implementation of a weighted regular expression matcher with linear
worst-case time and space bounds. More specifically, the worst-case run time
for matching a word against a regular expression is linearly bounded by the
@@ -72,6 +70,4 @@
untrusted data, e.g. in a web service, without risking an unexpected runtime
blow-up.
.
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list