[Pkg-haskell-commits] darcs: haskell-maths: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:20 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: 226868e132415545a9704e1e91b49241
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: 226868e132415545a9704e1e91b49241
diff -rN -u old-haskell-maths//changelog new-haskell-maths//changelog
--- old-haskell-maths//changelog 2013-05-24 09:26:19.951284189 +0000
+++ new-haskell-maths//changelog 2013-05-24 09:26:19.955284577 +0000
@@ -1,6 +1,7 @@
haskell-maths (0.4.3-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:17 +0200
diff -rN -u old-haskell-maths//control new-haskell-maths//control
--- old-haskell-maths//control 2013-05-24 09:26:19.947236369 +0000
+++ new-haskell-maths//control 2013-05-24 09:26:19.955284577 +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-random-dev,
@@ -24,14 +24,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Combinatorics, group theory, (non-)commutative algebra
+Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb}
A library of maths code in the areas of combinatorics, group theory,
commutative algebra, and non-commutative algebra. The library is mainly
intended for educational purposes, but does have efficient
implementations of several fundamental algorithms.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-maths-prof
Architecture: any
@@ -39,14 +38,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Combinatorics, group theory, (non-)commutative algebra; prof data
+Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb}
A library of maths code in the areas of combinatorics, group theory,
commutative algebra, and non-commutative algebra. The library is mainly
intended for educational purposes, but does have efficient
implementations of several fundamental algorithms.
.
- 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-maths-doc
Section: doc
@@ -54,12 +52,10 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Combinatorics, group theory, (non-)commutative algebra; docs
+Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb}
A library of maths code in the areas of combinatorics, group theory,
commutative algebra, and non-commutative algebra. The library is mainly
intended for educational purposes, but does have efficient
implementations of several fundamental algorithms.
.
- 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