[Pkg-haskell-commits] darcs: haskell-rsa: Use substvars for Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:28:46 UTC 2013


Fri May 24 08:55:44 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 7d1dcb986a4696052e09b9f7cd48de4f

    M ./changelog +1
    M ./control -12 +7

Fri May 24 08:55:44 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 7d1dcb986a4696052e09b9f7cd48de4f
diff -rN -u old-haskell-rsa//changelog new-haskell-rsa//changelog
--- old-haskell-rsa//changelog	2013-05-24 09:28:46.023284443 +0000
+++ new-haskell-rsa//changelog	2013-05-24 09:28:46.027166915 +0000
@@ -1,6 +1,7 @@
 haskell-rsa (1.2.2.0-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:52 +0200
 
diff -rN -u old-haskell-rsa//control new-haskell-rsa//control
--- old-haskell-rsa//control	2013-05-24 09:28:46.019228939 +0000
+++ new-haskell-rsa//control	2013-05-24 09:28:46.027166915 +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-crypto-api-dev (>> 0.10)
@@ -37,9 +37,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: implementation of RSA, using the padding schemes of PKCS#1 v2.1.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: implementation of RSA, using the padding schemes of PKCS#1 v2.1.${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library implements the RSA encryption and signature algorithms for
  arbitrarily-sized ByteStrings. While the implementations work, they are not
@@ -54,10 +53,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: implementation of RSA, using padding schemes of PKCS#1; 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: implementation of RSA, using padding schemes of PKCS#1${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library implements the RSA encryption and signature algorithms for
  arbitrarily-sized ByteStrings. While the implementations work, they are not
@@ -71,10 +68,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: implementation of RSA, using padding schemes of PKCS#1 v2.1.; 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 RSA, using padding schemes of PKCS#1 v2.1.${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library implements the RSA encryption and signature algorithms for
  arbitrarily-sized ByteStrings. While the implementations work, they are not





More information about the Pkg-haskell-commits mailing list