[Pkg-haskell-commits] darcs: haskell-primes: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:27:54 UTC 2013
Fri May 24 08:55:35 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: f3b5c9aead002722fc104042a3477ff3
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:35 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: f3b5c9aead002722fc104042a3477ff3
diff -rN -u old-haskell-primes//changelog new-haskell-primes//changelog
--- old-haskell-primes//changelog 2013-05-24 09:27:54.779035692 +0000
+++ new-haskell-primes//changelog 2013-05-24 09:27:54.779035692 +0000
@@ -1,6 +1,7 @@
haskell-primes (0.2.1.0-4) 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:40 +0200
diff -rN -u old-haskell-primes//control new-haskell-primes//control
--- old-haskell-primes//control 2013-05-24 09:27:54.755036366 +0000
+++ new-haskell-primes//control 2013-05-24 09:27:54.783036781 +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
Build-Depends-Indep: ghc-doc
@@ -22,13 +22,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: efficient, purely functional generation of prime numbers
+Description: efficient, purely functional generation of prime numbers${haskell:ShortBlurb}
This Haskell library provides an efficient lazy wheel sieve for prime
generation inspired by Lazy wheel sieves and spirals of primes by Colin
Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-primes-prof
Architecture: any
@@ -37,13 +36,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: efficient, purely functional generation of prime numbers; profiling libraries
+Description: efficient, purely functional generation of prime numbers${haskell:ShortBlurb}
This Haskell library provides an efficient lazy wheel sieve for prime
generation inspired by Lazy wheel sieves and spirals of primes by Colin
Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil.
.
- 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-primes-doc
Section: doc
@@ -51,11 +49,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: efficient, purely functional generation of prime numbers; documentation
+Description: efficient, purely functional generation of prime numbers${haskell:ShortBlurb}
This Haskell library provides an efficient lazy wheel sieve for prime
generation inspired by Lazy wheel sieves and spirals of primes by Colin
Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil.
.
- 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