[Pkg-haskell-commits] darcs: haskell-puremd5: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:28:07 UTC 2013
Fri May 24 08:55:38 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c7e3e2d24fd2956d59f2c6e5748a0960
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:38 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c7e3e2d24fd2956d59f2c6e5748a0960
diff -rN -u old-haskell-puremd5//changelog new-haskell-puremd5//changelog
--- old-haskell-puremd5//changelog 2013-05-24 09:28:07.543109238 +0000
+++ new-haskell-puremd5//changelog 2013-05-24 09:28:07.543109238 +0000
@@ -1,6 +1,7 @@
haskell-puremd5 (2.1.2.1-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:54:43 +0200
diff -rN -u old-haskell-puremd5//control new-haskell-puremd5//control
--- old-haskell-puremd5//control 2013-05-24 09:28:07.535085142 +0000
+++ new-haskell-puremd5//control 2013-05-24 09:28:07.547036820 +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-binary-dev
@@ -34,9 +34,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: implementation of the MD5 digest (hash) algorithm
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: implementation of the MD5 digest (hash) algorithm${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a Haskell-only implementation of the MD5 digest (hash) algorithm.
This now supports the crypto-api class interface.
@@ -48,10 +47,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: implementation of the MD5 digest (hash) algorithm; profiling libs
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: implementation of the MD5 digest (hash) algorithm${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a Haskell-only implementation of the MD5 digest (hash) algorithm.
This now supports the crypto-api class interface.
@@ -62,10 +59,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: implementation of the MD5 digest (hash) algorithm; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: implementation of the MD5 digest (hash) algorithm${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a Haskell-only implementation of the MD5 digest (hash) algorithm.
This now supports the crypto-api class interface.
More information about the Pkg-haskell-commits
mailing list