[Pkg-haskell-commits] darcs: haskell-tls: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:29 UTC 2013
Fri May 24 08:56:01 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 52a15dcb6f66715ada05cd6942859314
M ./changelog +1
M ./control -12 +7
Fri May 24 08:56:01 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 52a15dcb6f66715ada05cd6942859314
diff -rN -u old-haskell-tls//changelog new-haskell-tls//changelog
--- old-haskell-tls//changelog 2013-05-24 09:30:28.975040295 +0000
+++ new-haskell-tls//changelog 2013-05-24 09:30:28.975040295 +0000
@@ -1,6 +1,7 @@
haskell-tls (1.1.2-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:55:17 +0200
diff -rN -u old-haskell-tls//control new-haskell-tls//control
--- old-haskell-tls//control 2013-05-24 09:30:28.967060429 +0000
+++ new-haskell-tls//control 2013-05-24 09:30:28.979043015 +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-cereal-dev (>> 0.3)
@@ -49,9 +49,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: native Haskell implementation of TLS/SSL protocol
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a native TLS protocol implementation, focusing on purity and more
type-checking.
@@ -69,10 +68,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: native Haskell implementation of TLS/SSL protocol; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a native TLS protocol implementation, focusing on purity and more
type-checking.
@@ -89,10 +86,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: native Haskell implementation of TLS/SSL protocol; 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: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a native TLS protocol implementation, focusing on purity and more
type-checking.
More information about the Pkg-haskell-commits
mailing list