[Pkg-haskell-commits] darcs: haskell-crypto-pubkey-types: Use substvars for Haskell description blurbs

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


Fri May 24 08:54:34 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: cc08ec57e96d0d4c92313abf47d5bdb8

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

Fri May 24 08:54:34 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: cc08ec57e96d0d4c92313abf47d5bdb8
diff -rN -u old-haskell-crypto-pubkey-types//changelog new-haskell-crypto-pubkey-types//changelog
--- old-haskell-crypto-pubkey-types//changelog	2013-05-24 09:21:31.978535324 +0000
+++ new-haskell-crypto-pubkey-types//changelog	2013-05-24 09:21:31.978535324 +0000
@@ -1,6 +1,7 @@
 haskell-crypto-pubkey-types (0.4.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:53:09 +0200
 
diff -rN -u old-haskell-crypto-pubkey-types//control new-haskell-crypto-pubkey-types//control
--- old-haskell-crypto-pubkey-types//control	2013-05-24 09:21:31.970535492 +0000
+++ new-haskell-crypto-pubkey-types//control	2013-05-24 09:21:31.982535728 +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-asn1-types-dev (>> 0.1)
@@ -26,9 +26,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: generic public-key algorithm types
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: generic public-key algorithm types${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It defines generic public-key algorithm types (DH, DSA, RSA).
 
@@ -39,10 +38,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: generic public-key algorithm types; 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: generic public-key algorithm types${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It defines generic public-key algorithm types (DH, DSA, RSA).
 
@@ -52,9 +49,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: generic public-key algorithm types; 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: generic public-key algorithm types${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It defines generic public-key algorithm types (DH, DSA, RSA).





More information about the Pkg-haskell-commits mailing list