[Pkg-haskell-commits] darcs: haskell-hmatrix: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:24:23 UTC 2013
Fri May 24 08:55:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 152706627a39ad41a8424f9f5a4eb345
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 152706627a39ad41a8424f9f5a4eb345
diff -rN -u old-haskell-hmatrix//changelog new-haskell-hmatrix//changelog
--- old-haskell-hmatrix//changelog 2013-05-24 09:24:23.101560442 +0000
+++ new-haskell-hmatrix//changelog 2013-05-24 09:24:23.101560442 +0000
@@ -5,5 +5,6 @@
[ Joachim Breitner ]
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Denis Laxalde <denis at laxalde.org> Sun, 24 Feb 2013 13:55:05 +0100
diff -rN -u old-haskell-hmatrix//control new-haskell-hmatrix//control
--- old-haskell-hmatrix//control 2013-05-24 09:24:23.101560442 +0000
+++ new-haskell-hmatrix//control 2013-05-24 09:24:23.105557849 +0000
@@ -5,7 +5,7 @@
Uploaders: Denis Laxalde <denis at laxalde.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-storable-complex-dev
@@ -39,12 +39,11 @@
, texlive-font-utils
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Linear algebra and numerical computation in Haskell
+Description: Linear algebra and numerical computation in Haskell${haskell:ShortBlurb}
Purely functional interface to basic linear algebra and other numerical
computations, internally implemented using GSL, BLAS and LAPACK.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-hmatrix-prof
Architecture: any
@@ -53,12 +52,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Linear algebra and numerical computation in Haskell; profiling libraries
+Description: Linear algebra and numerical computation in Haskell${haskell:ShortBlurb}
Purely functional interface to basic linear algebra and other numerical
computations, internally implemented using GSL, BLAS and LAPACK.
.
- 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-hmatrix-doc
Section: doc
@@ -66,10 +64,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Linear algebra and numerical computation in Haskell; documentation
+Description: Linear algebra and numerical computation in Haskell${haskell:ShortBlurb}
Purely functional interface to basic linear algebra and other numerical
computations, internally implemented using GSL, BLAS and LAPACK.
.
- 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