[Pkg-haskell-commits] darcs: haskell-openpgp-asciiarmor: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:27:20 UTC 2013
Fri May 24 08:55:30 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 94e949bd64113e9bd3640439b83b1304
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:30 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 94e949bd64113e9bd3640439b83b1304
diff -rN -u old-haskell-openpgp-asciiarmor//changelog new-haskell-openpgp-asciiarmor//changelog
--- old-haskell-openpgp-asciiarmor//changelog 2013-05-24 09:27:20.763037904 +0000
+++ new-haskell-openpgp-asciiarmor//changelog 2013-05-24 09:27:20.767097130 +0000
@@ -1,6 +1,7 @@
haskell-openpgp-asciiarmor (0.1-3) 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:31 +0200
diff -rN -u old-haskell-openpgp-asciiarmor//control new-haskell-openpgp-asciiarmor//control
--- old-haskell-openpgp-asciiarmor//control 2013-05-24 09:27:20.759038587 +0000
+++ new-haskell-openpgp-asciiarmor//control 2013-05-24 09:27:20.767097130 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-attoparsec-dev
@@ -37,11 +37,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: OpenPGP (RFC4880) ASCII Armor codec
+Description: OpenPGP (RFC4880) ASCII Armor codec${haskell:ShortBlurb}
This library does encoding and decoding of OpenPGP ASCII armor.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-openpgp-asciiarmor-prof
Architecture: any
@@ -50,11 +49,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: OpenPGP (RFC4880) ASCII Armor codec; profiling libraries
+Description: OpenPGP (RFC4880) ASCII Armor codec${haskell:ShortBlurb}
This library does encoding and decoding of OpenPGP ASCII armor.
.
- 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-openpgp-asciiarmor-doc
Section: doc
@@ -62,9 +60,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: OpenPGP (RFC4880) ASCII Armor codec; documentation
+Description: OpenPGP (RFC4880) ASCII Armor codec${haskell:ShortBlurb}
This library does encoding and decoding of OpenPGP ASCII armor.
.
- 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