[Pkg-haskell-commits] darcs: haskell-tls: Move Haskell blurb to the end of the description, reduces the impact of #708703
Joachim Breitner
mail at joachim-breitner.de
Sun May 26 07:46:36 UTC 2013
Sat May 25 21:43:28 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: cdaa0833bb3b6f7508f0e08e596b1842
M ./changelog +7
M ./control -6 +6
Sat May 25 21:43:28 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: cdaa0833bb3b6f7508f0e08e596b1842
diff -rN -u old-haskell-tls//changelog new-haskell-tls//changelog
--- old-haskell-tls//changelog 2013-05-26 07:46:36.083035503 +0000
+++ new-haskell-tls//changelog 2013-05-26 07:46:36.089541075 +0000
@@ -1,3 +1,10 @@
+haskell-tls (1.1.2-4) UNRELEASED; urgency=low
+
+ * Move Haskell blurb to the end of the description, reduces the impact
+ of #708703
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 23:43:28 +0200
+
haskell-tls (1.1.2-3) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-tls//control new-haskell-tls//control
--- old-haskell-tls//control 2013-05-26 07:46:36.075036149 +0000
+++ new-haskell-tls//control 2013-05-26 07:46:36.085560767 +0000
@@ -50,8 +50,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
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.
.
@@ -60,6 +58,8 @@
to more mature implementations.
.
Only RSA supported as Key exchange for now.
+ .
+ ${haskell:Blurb}
Package: libghc-tls-prof
Architecture: any
@@ -69,8 +69,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
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.
.
@@ -79,6 +77,8 @@
to more mature implementations.
.
Only RSA supported as Key exchange for now.
+ .
+ ${haskell:Blurb}
Package: libghc-tls-doc
Section: doc
@@ -87,8 +87,6 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
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.
.
@@ -97,3 +95,5 @@
to more mature implementations.
.
Only RSA supported as Key exchange for now.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list