[Pkg-haskell-commits] darcs: haskell-crypto-pubkey-types: 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:42:07 UTC 2013
Sat May 25 21:42:29 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: 87b89d2bf2ed9b0168a0f77c6b5ab107
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:29 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: 87b89d2bf2ed9b0168a0f77c6b5ab107
diff -rN -u old-haskell-crypto-pubkey-types//changelog new-haskell-crypto-pubkey-types//changelog
--- old-haskell-crypto-pubkey-types//changelog 2013-05-26 07:42:07.630069638 +0000
+++ new-haskell-crypto-pubkey-types//changelog 2013-05-26 07:42:07.638310273 +0000
@@ -1,3 +1,10 @@
+haskell-crypto-pubkey-types (0.4.0-3) 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:42:29 +0200
+
haskell-crypto-pubkey-types (0.4.0-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-crypto-pubkey-types//control new-haskell-crypto-pubkey-types//control
--- old-haskell-crypto-pubkey-types//control 2013-05-26 07:42:07.602140966 +0000
+++ new-haskell-crypto-pubkey-types//control 2013-05-26 07:42:07.634118516 +0000
@@ -27,9 +27,9 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: generic public-key algorithm types${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It defines generic public-key algorithm types (DH, DSA, RSA).
+ .
+ ${haskell:Blurb}
Package: libghc-crypto-pubkey-types-prof
Architecture: any
@@ -39,9 +39,9 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: generic public-key algorithm types${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It defines generic public-key algorithm types (DH, DSA, RSA).
+ .
+ ${haskell:Blurb}
Package: libghc-crypto-pubkey-types-doc
Section: doc
@@ -50,6 +50,6 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: generic public-key algorithm types${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It defines generic public-key algorithm types (DH, DSA, RSA).
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list