[Pkg-haskell-commits] darcs: haskell-smtpclient: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:29:27 UTC 2013
Fri May 24 09:12:19 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 1898686c2ab59f8e6a9d81d0ba1fb37c
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:19 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 1898686c2ab59f8e6a9d81d0ba1fb37c
diff -rN -u old-haskell-smtpclient//changelog new-haskell-smtpclient//changelog
--- old-haskell-smtpclient//changelog 2013-05-24 09:29:27.474535449 +0000
+++ new-haskell-smtpclient//changelog 2013-05-24 09:29:27.478535370 +0000
@@ -1,6 +1,7 @@
haskell-smtpclient (1.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:55:01 +0200
diff -rN -u old-haskell-smtpclient//control new-haskell-smtpclient//control
--- old-haskell-smtpclient//control 2013-05-24 09:29:27.474535449 +0000
+++ new-haskell-smtpclient//control 2013-05-24 09:29:27.478535370 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
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
@@ -34,11 +34,11 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Simple Haskell SMTP client library - GHC libraries
+Description: Simple Haskell SMTP client library${haskell:ShortBlurb}
This Haskell library is a simple SMTP client, making the task of
sending an email as easy as calling a function.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-smtpclient-prof
Architecture: any
@@ -48,11 +48,11 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Simple Haskell SMTP client library - GHC profiling libraries
+Description: Simple Haskell SMTP client library${haskell:ShortBlurb}
This Haskell library is a simple SMTP client, making the task of
sending an email as easy as calling a function.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-smtpclient-doc
Section: doc
@@ -62,8 +62,8 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Simple Haskell SMTP client library - documentation
+Description: Simple Haskell SMTP client library${haskell:ShortBlurb}
This Haskell library is a simple SMTP client, making the task of
sending an email as easy as calling a function.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list