[Pkg-haskell-commits] darcs: haskell-numeric-quest: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:27:06 UTC 2013
Fri May 24 08:55:27 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c62f1e416fbfd79ea51e4daa79c7bf79
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:27 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c62f1e416fbfd79ea51e4daa79c7bf79
diff -rN -u old-haskell-numeric-quest//changelog new-haskell-numeric-quest//changelog
--- old-haskell-numeric-quest//changelog 2013-05-24 09:27:06.889538457 +0000
+++ new-haskell-numeric-quest//changelog 2013-05-24 09:27:06.893537237 +0000
@@ -1,6 +1,7 @@
haskell-numeric-quest (0.2-3) 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:28 +0200
diff -rN -u old-haskell-numeric-quest//control new-haskell-numeric-quest//control
--- old-haskell-numeric-quest//control 2013-05-24 09:27:06.885557915 +0000
+++ new-haskell-numeric-quest//control 2013-05-24 09:27:06.893537237 +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
Build-Depends-Indep: ghc-doc
@@ -21,13 +21,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Mathematics and Quantum Mechanics
+Description: Mathematics and Quantum Mechanics${haskell:ShortBlurb}
List based linear algebra, similtaneous linear equations, eigenvalues and
eigenvectors, roots of polynomials, transcendent functions with arbitrary
precision implemented by continued fractions, quantum operations, tensors
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-numeric-quest-prof
Architecture: any
@@ -35,13 +34,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Mathematics and Quantum Mechanics; profiling data
+Description: Mathematics and Quantum Mechanics${haskell:ShortBlurb}
List based linear algebra, similtaneous linear equations, eigenvalues and
eigenvectors, roots of polynomials, transcendent functions with arbitrary
precision implemented by continued fractions, quantum operations, tensors
.
- 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-numeric-quest-doc
Section: doc
@@ -49,11 +47,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Mathematics and Quantum Mechanics; documentation
+Description: Mathematics and Quantum Mechanics${haskell:ShortBlurb}
List based linear algebra, similtaneous linear equations, eigenvalues and
eigenvectors, roots of polynomials, transcendent functions with arbitrary
precision implemented by continued fractions, quantum operations, tensors
.
- 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