[Pkg-haskell-commits] darcs: haskell-sha: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:29:05 UTC 2013
Fri May 24 09:12:18 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 84e0cad6a4f9183883025f4b3f789840
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:18 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 84e0cad6a4f9183883025f4b3f789840
diff -rN -u old-haskell-sha//changelog new-haskell-sha//changelog
--- old-haskell-sha//changelog 2013-05-24 09:29:05.622038898 +0000
+++ new-haskell-sha//changelog 2013-05-24 09:29:05.626036148 +0000
@@ -1,6 +1,7 @@
haskell-sha (1.5.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:56 +0200
diff -rN -u old-haskell-sha//control new-haskell-sha//control
--- old-haskell-sha//control 2013-05-24 09:29:05.618040143 +0000
+++ new-haskell-sha//control 2013-05-24 09:29:05.626036148 +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,
@@ -24,7 +24,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell SHA suite of message digest functions - GHC libraries
+Description: Haskell SHA suite of message digest functions${haskell:ShortBlurb}
This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
as the SHA-based HMAC routines.
@@ -34,7 +34,7 @@
to performance, these do not presently reach the speed of well-tune
libraries, like OpenSSL.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-sha-prof
Architecture: any
@@ -44,7 +44,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell SHA suite of message digest functions - GHC profiling libraries
+Description: Haskell SHA suite of message digest functions${haskell:ShortBlurb}
This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
as the SHA-based HMAC routines.
@@ -54,7 +54,7 @@
to performance, these do not presently reach the speed of well-tune
libraries, like OpenSSL.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-sha-doc
Section: doc
@@ -64,7 +64,7 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Haskell SHA suite of message digest functions - documentation
+Description: Haskell SHA suite of message digest functions${haskell:ShortBlurb}
This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
as the SHA-based HMAC routines.
@@ -74,4 +74,4 @@
to performance, these do not presently reach the speed of well-tune
libraries, like OpenSSL.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list