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

Joachim Breitner mail at joachim-breitner.de
Sat May 25 10:27:46 UTC 2013


Sat May 25 08:58:24 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: abf8a76fc9f62f99618ec09345acc556

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

Sat May 25 08:58:24 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: abf8a76fc9f62f99618ec09345acc556
diff -rN -u old-haskell-crypto-numbers//changelog new-haskell-crypto-numbers//changelog
--- old-haskell-crypto-numbers//changelog	2013-05-25 10:27:45.939307747 +0000
+++ new-haskell-crypto-numbers//changelog	2013-05-25 10:27:45.946492986 +0000
@@ -1,6 +1,7 @@
 haskell-crypto-numbers (0.1.3-2) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 25 May 2013 10:58:07 +0200
 
diff -rN -u old-haskell-crypto-numbers//control new-haskell-crypto-numbers//control
--- old-haskell-crypto-numbers//control	2013-05-25 10:27:45.930435506 +0000
+++ new-haskell-crypto-numbers//control	2013-05-25 10:27:45.943308099 +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-random-api-dev (>> 0.2)
@@ -34,12 +34,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: cryptographic numbers: functions and algorithms
+Description: cryptographic numbers: functions and algorithms${haskell:ShortBlurb}
  This provides various functions useful to manipulate numbers in a
  cryptographic context.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-crypto-numbers-prof
 Architecture: any
@@ -48,12 +47,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: cryptographic numbers: functions and algorithms; profiling libraries
+Description: cryptographic numbers: functions and algorithms${haskell:ShortBlurb}
  This provides various functions useful to manipulate numbers in a
  cryptographic context.
  .
- This package provides a library for the Haskell programming language, compiled
- for profiling.  See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-crypto-numbers-doc
 Section: doc
@@ -61,10 +59,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: cryptographic numbers: functions and algorithms; documentation
+Description: cryptographic numbers: functions and algorithms${haskell:ShortBlurb}
  This provides various functions useful to manipulate numbers in a
  cryptographic context.
  .
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list