[Pkg-haskell-commits] darcs: haskell-math-functions: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:18 UTC 2013
Fri May 24 08:55:18 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 764f75dbe02367e3d9ea38fd66e8cf23
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:18 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 764f75dbe02367e3d9ea38fd66e8cf23
diff -rN -u old-haskell-math-functions//changelog new-haskell-math-functions//changelog
--- old-haskell-math-functions//changelog 2013-05-24 09:26:18.463036805 +0000
+++ new-haskell-math-functions//changelog 2013-05-24 09:26:18.463036805 +0000
@@ -1,6 +1,7 @@
haskell-math-functions (0.1.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:16 +0200
diff -rN -u old-haskell-math-functions//control new-haskell-math-functions//control
--- old-haskell-math-functions//control 2013-05-24 09:26:18.455308060 +0000
+++ new-haskell-math-functions//control 2013-05-24 09:26:18.463036805 +0000
@@ -6,7 +6,7 @@
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9),
cdbs,
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof,
libghc-erf-dev (>= 2),
@@ -25,13 +25,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Special functions and Chebyshev polynomials
+Description: Special functions and Chebyshev polynomials${haskell:ShortBlurb}
This library provides implementations of special mathematical
functions and Chebyshev polynomials. These functions are often
useful in statistical and numerical computing.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-math-functions-prof
Architecture: any
@@ -39,13 +38,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Special functions and Chebyshev polynomials; profiling data
+Description: Special functions and Chebyshev polynomials${haskell:ShortBlurb}
This library provides implementations of special mathematical
functions and Chebyshev polynomials. These functions are often
useful in statistical and numerical computing.
.
- 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-math-functions-doc
Section: doc
@@ -53,11 +51,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Special functions and Chebyshev polynomials; documentation
+Description: Special functions and Chebyshev polynomials${haskell:ShortBlurb}
This library provides implementations of special mathematical
functions and Chebyshev polynomials. These functions are often
useful in statistical and numerical computing.
.
- 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