[Pkg-haskell-commits] darcs: haskell-hsemail: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:24:32 UTC 2013
Fri May 24 09:12:06 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c940419e7240bec79284a433a440144e
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:06 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c940419e7240bec79284a433a440144e
diff -rN -u old-haskell-hsemail//changelog new-haskell-hsemail//changelog
--- old-haskell-hsemail//changelog 2013-05-24 09:24:32.310039757 +0000
+++ new-haskell-hsemail//changelog 2013-05-24 09:24:32.310039757 +0000
@@ -1,6 +1,7 @@
haskell-hsemail (1.7.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:53:52 +0200
diff -rN -u old-haskell-hsemail//control new-haskell-hsemail//control
--- old-haskell-hsemail//control 2013-05-24 09:24:32.302064012 +0000
+++ new-haskell-hsemail//control 2013-05-24 09:24:32.314042139 +0000
@@ -5,7 +5,7 @@
Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
ghc-prof,
@@ -31,11 +31,11 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell parser for emails and SMTP conversations - GHC libraries
+Description: Haskell parser for emails and SMTP conversations${haskell:ShortBlurb}
This Haskell library is parser for email messages (as described in RFC
2822) and SMTP conversation (as described in RFC 2821).
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hsemail-prof
Architecture: any
@@ -45,11 +45,11 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell parser for emails and SMTP conversations - GHC profiling libraries
+Description: Haskell parser for emails and SMTP conversations${haskell:ShortBlurb}
This Haskell library is parser for email messages (as described in RFC
2822) and SMTP conversation (as described in RFC 2821).
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hsemail-doc
Section: doc
@@ -59,8 +59,8 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Haskell parser for emails and SMTP conversations - documentation
+Description: Haskell parser for emails and SMTP conversations${haskell:ShortBlurb}
This Haskell library is parser for email messages (as described in RFC
2822) and SMTP conversation (as described in RFC 2821).
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list