[Pkg-haskell-commits] darcs: haskell-harp: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:23:46 UTC 2013
Fri May 24 09:12:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 301b38360cfef83737124bdb5827068
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 301b38360cfef83737124bdb5827068
diff -rN -u old-haskell-harp//changelog new-haskell-harp//changelog
--- old-haskell-harp//changelog 2013-05-24 09:23:46.198389646 +0000
+++ new-haskell-harp//changelog 2013-05-24 09:23:46.198389646 +0000
@@ -1,6 +1,7 @@
haskell-harp (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:53:41 +0200
diff -rN -u old-haskell-harp//control new-haskell-harp//control
--- old-haskell-harp//control 2013-05-24 09:23:46.191051700 +0000
+++ new-haskell-harp//control 2013-05-24 09:23:46.198389646 +0000
@@ -5,7 +5,7 @@
Uploaders: Giovanni Mascellani <gio at debian.org>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
ghc-prof
@@ -25,7 +25,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell support for regexp based pattern matching - GHC libraries
+Description: Haskell support for regexp based pattern matching${haskell:ShortBlurb}
HaRP, or Haskell Regular Patterns, is a Haskell extension that extends
the normal pattern matching facility, allowing the user to match against
regular expressions. This expressive power is highly useful in a wide
@@ -33,7 +33,7 @@
expression patterns in HaRP work over ordinary Haskell lists ([]) of
arbitrary type. HaRP is implemented as a pre-processor to ordinary Haskell.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-harp-prof
Architecture: any
@@ -43,7 +43,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell support for regexp based pattern matching - GHC profiling libraries
+Description: Haskell support for regexp based pattern matching${haskell:ShortBlurb}
HaRP, or Haskell Regular Patterns, is a Haskell extension that extends
the normal pattern matching facility, allowing the user to match against
regular expressions. This expressive power is highly useful in a wide
@@ -51,7 +51,7 @@
expression patterns in HaRP work over ordinary Haskell lists ([]) of
arbitrary type. HaRP is implemented as a pre-processor to ordinary Haskell.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-harp-doc
Section: doc
@@ -61,7 +61,7 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Haskell support for regexp based pattern matching - documentation
+Description: Haskell support for regexp based pattern matching${haskell:ShortBlurb}
HaRP, or Haskell Regular Patterns, is a Haskell extension that extends
the normal pattern matching facility, allowing the user to match against
regular expressions. This expressive power is highly useful in a wide
@@ -69,4 +69,4 @@
expression patterns in HaRP work over ordinary Haskell lists ([]) of
arbitrary type. HaRP is implemented as a pre-processor to ordinary Haskell.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list