[Pkg-haskell-commits] darcs: haskell-crypto: 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:41:59 UTC 2013


Sat May 25 21:42: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: d85a789c65778e4bad67c60b2de0638d

    M ./changelog +7
    M ./control -6 +6

Sat May 25 21:42: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: d85a789c65778e4bad67c60b2de0638d
diff -rN -u old-haskell-crypto//changelog new-haskell-crypto//changelog
--- old-haskell-crypto//changelog	2013-05-26 07:41:59.419037338 +0000
+++ new-haskell-crypto//changelog	2013-05-26 07:41:59.431038440 +0000
@@ -1,3 +1,10 @@
+haskell-crypto (4.2.5-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:28 +0200
+
 haskell-crypto (4.2.5-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-crypto//control new-haskell-crypto//control
--- old-haskell-crypto//control	2013-05-26 07:41:59.411037491 +0000
+++ new-haskell-crypto//control	2013-05-26 07:41:59.423037127 +0000
@@ -29,8 +29,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: cryptographical algorithms for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package contains the following cryptographical algorithms:
   * DES
   * Blowfish
@@ -45,6 +43,8 @@
   * PKCS5
   * Padding
   * Various Encryption Modes e.g. Cipher Block Chaining
+ .
+ ${haskell:Blurb}
 
 Package: libghc-crypto-prof
 Architecture: any
@@ -54,8 +54,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: cryptographical algorithms for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package contains the following cryptographical algorithms:
   * DES
   * Blowfish
@@ -70,6 +68,8 @@
   * PKCS5
   * Padding
   * Various Encryption Modes e.g. Cipher Block Chaining
+ .
+ ${haskell:Blurb}
 
 Package: libghc-crypto-doc
 Section: doc
@@ -78,8 +78,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: cryptographical algorithms for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package contains the following cryptographical algorithms:
   * DES
   * Blowfish
@@ -94,3 +92,5 @@
   * PKCS5
   * Padding
   * Various Encryption Modes e.g. Cipher Block Chaining
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list