[Pkg-haskell-commits] darcs: haskell-numtype: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:27:10 UTC 2013
Fri May 24 08:55:28 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a2b1eb3424798d8fb59249f91b89fbb
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:28 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a2b1eb3424798d8fb59249f91b89fbb
diff -rN -u old-haskell-numtype//changelog new-haskell-numtype//changelog
--- old-haskell-numtype//changelog 2013-05-24 09:27:09.911062571 +0000
+++ new-haskell-numtype//changelog 2013-05-24 09:27:09.911062571 +0000
@@ -1,6 +1,7 @@
haskell-numtype (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:29 +0200
diff -rN -u old-haskell-numtype//control new-haskell-numtype//control
--- old-haskell-numtype//control 2013-05-24 09:27:09.903100602 +0000
+++ new-haskell-numtype//control 2013-05-24 09:27:09.911062571 +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,7 +21,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: type-level (low cardinality) integers
+Description: type-level (low cardinality) integers${haskell:ShortBlurb}
This package provides unary type level representations of the (positive
and negative) integers and basic operations (addition, subtraction,
multiplication, division) on these. Due to the unary implementation the
@@ -32,8 +32,7 @@
It is, however, eminently suitable for applications such as representing
physical dimensions (see the Dimensional library).
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-numtype-prof
Architecture: any
@@ -41,7 +40,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: type-level (low cardinality) integers; profiling data
+Description: type-level (low cardinality) integers${haskell:ShortBlurb}
This package provides unary type level representations of the (positive
and negative) integers and basic operations (addition, subtraction,
multiplication, division) on these. Due to the unary implementation the
@@ -52,8 +51,7 @@
It is, however, eminently suitable for applications such as representing
physical dimensions (see the Dimensional library).
.
- 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-numtype-doc
Section: doc
@@ -61,7 +59,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: type-level (low cardinality) integers; documentation
+Description: type-level (low cardinality) integers${haskell:ShortBlurb}
This package provides unary type level representations of the (positive
and negative) integers and basic operations (addition, subtraction,
multiplication, division) on these. Due to the unary implementation the
@@ -72,6 +70,4 @@
It is, however, eminently suitable for applications such as representing
physical dimensions (see the Dimensional library).
.
- 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