[Pkg-haskell-commits] darcs: haskell-dimensional: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:22:21 UTC 2013
Fri May 24 08:54:44 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 107b68e19b17de90dff5fe4929dd5d42
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:44 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 107b68e19b17de90dff5fe4929dd5d42
diff -rN -u old-haskell-dimensional//changelog new-haskell-dimensional//changelog
--- old-haskell-dimensional//changelog 2013-05-24 09:22:21.729536233 +0000
+++ new-haskell-dimensional//changelog 2013-05-24 09:22:21.729536233 +0000
@@ -1,6 +1,7 @@
haskell-dimensional (0.10.1.2-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:53:21 +0200
diff -rN -u old-haskell-dimensional//control new-haskell-dimensional//control
--- old-haskell-dimensional//control 2013-05-24 09:22:21.721535561 +0000
+++ new-haskell-dimensional//control 2013-05-24 09:22:21.733535816 +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-numtype-dev (<< 1.1),
@@ -23,7 +23,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: statically checked physical dimensions
+Description: statically checked physical dimensions${haskell:ShortBlurb}
Dimensional is a library providing data types for performing arithmetic
with physical quantities and units. Information about the physical
dimensions of the quantities and units is embedded in their types and the
@@ -34,8 +34,7 @@
The library is designed to, as far as is practical, enforce/encourage best
practices of unit usage.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-dimensional-prof
Architecture: any
@@ -43,7 +42,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: statically checked physical dimensions; profiling data
+Description: statically checked physical dimensions${haskell:ShortBlurb}
Dimensional is a library providing data types for performing arithmetic
with physical quantities and units. Information about the physical
dimensions of the quantities and units is embedded in their types and the
@@ -54,8 +53,7 @@
The library is designed to, as far as is practical, enforce/encourage best
practices of unit usage.
.
- 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-dimensional-doc
Section: doc
@@ -63,7 +61,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: statically checked physical dimensions; documentation
+Description: statically checked physical dimensions${haskell:ShortBlurb}
Dimensional is a library providing data types for performing arithmetic
with physical quantities and units. Information about the physical
dimensions of the quantities and units is embedded in their types and the
@@ -74,6 +72,4 @@
The library is designed to, as far as is practical, enforce/encourage best
practices of unit usage.
.
- 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