[Pkg-haskell-commits] darcs: haskell-pcre-light: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:27:38 UTC 2013
Fri May 24 09:06:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: b2a3a51fec23f83941a0f653a136fef5
M ./changelog +1
M ./control -11 +7
Fri May 24 09:06:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: b2a3a51fec23f83941a0f653a136fef5
diff -rN -u old-haskell-pcre-light//changelog new-haskell-pcre-light//changelog
--- old-haskell-pcre-light//changelog 2013-05-24 09:27:38.299108663 +0000
+++ new-haskell-pcre-light//changelog 2013-05-24 09:27:38.303059455 +0000
@@ -1,6 +1,7 @@
haskell-pcre-light (0.4-6) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:36 +0200
diff -rN -u old-haskell-pcre-light//control new-haskell-pcre-light//control
--- old-haskell-pcre-light//control 2013-05-24 09:27:38.293542921 +0000
+++ new-haskell-pcre-light//control 2013-05-24 09:27:38.303059455 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, cdbs
, ghc
, ghc-prof
@@ -23,26 +23,24 @@
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell library for Perl 5-compatible regular expressions
+Description: Haskell library for Perl 5-compatible regular expressions${haskell:ShortBlurb}
The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5. The library
aims to be light, efficient and portable.
.
- This package provides a library for the Haskell programming language. See
- http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-pcre-light-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
Provides: ${haskell:Provides}
-Description: pcre-light library with profiling enabled
+Description: pcre-light library with profiling enabled${haskell:ShortBlurb}
The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5. The library
aims to be light, efficient and portable.
.
- 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-pcre-light-doc
Replaces: haskell-pcre-light-doc (<< 0.3.1.1-2)
@@ -54,11 +52,9 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: library documentation for pcre-light
+Description: library documentation for pcre-light${haskell:ShortBlurb}
The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5. The library
aims to be light, efficient and portable.
.
- 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