[Pkg-haskell-commits] darcs: haskell-stringsearch: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:29:05 UTC 2013
Sat May 25 09:07:12 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: d6d4e653886e7ae21ac071c80d6ba4ea
M ./changelog +1
M ./control -4 +4
Sat May 25 09:07:12 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: d6d4e653886e7ae21ac071c80d6ba4ea
diff -rN -u old-haskell-stringsearch//changelog new-haskell-stringsearch//changelog
--- old-haskell-stringsearch//changelog 2013-05-25 10:29:05.230060851 +0000
+++ new-haskell-stringsearch//changelog 2013-05-25 10:29:05.238039035 +0000
@@ -1,6 +1,7 @@
haskell-stringsearch (0.3.6.4-3) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 11:06:53 +0200
diff -rN -u old-haskell-stringsearch//control new-haskell-stringsearch//control
--- old-haskell-stringsearch//control 2013-05-25 10:29:05.218055537 +0000
+++ new-haskell-stringsearch//control 2013-05-25 10:29:05.234064744 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, cdbs
, ghc
, ghc-prof
@@ -20,7 +20,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Fast searching, splitting and replacing of ByteStrings
+Description: Fast searching, splitting and replacing of ByteStrings${haskell:ShortBlurb}
This package provides several functions to quickly
search for substrings in strict or lazy ByteStrings.
It also provides functions for breaking or splitting
@@ -39,7 +39,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Fast searching, splitting and replacing of ByteStrings
+Description: Fast searching, splitting and replacing of ByteStrings${haskell:ShortBlurb}
This package provides several functions to quickly
search for substrings in strict or lazy ByteStrings.
It also provides functions for breaking or splitting
@@ -58,7 +58,7 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Fast searching, splitting and replacing of ByteStrings
+Description: Fast searching, splitting and replacing of ByteStrings${haskell:ShortBlurb}
This package provides several functions to quickly
search for substrings in strict or lazy ByteStrings.
It also provides functions for breaking or splitting
More information about the Pkg-haskell-commits
mailing list