[Pkg-haskell-commits] darcs: haskell-xml-types: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:31:45 UTC 2013
Fri May 24 08:56:16 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 31a160d66dca58313315e5b33a302f24
M ./changelog +1
M ./control -11 +7
Fri May 24 08:56:16 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 31a160d66dca58313315e5b33a302f24
diff -rN -u old-haskell-xml-types//changelog new-haskell-xml-types//changelog
--- old-haskell-xml-types//changelog 2013-05-24 09:31:44.947172012 +0000
+++ new-haskell-xml-types//changelog 2013-05-24 09:31:44.947172012 +0000
@@ -1,6 +1,7 @@
haskell-xml-types (0.3.3-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:34 +0200
diff -rN -u old-haskell-xml-types//control new-haskell-xml-types//control
--- old-haskell-xml-types//control 2013-05-24 09:31:44.939100703 +0000
+++ new-haskell-xml-types//control 2013-05-24 09:31:44.947172012 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-text-dev
@@ -25,7 +25,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: basic types for representing XML
+Description: basic types for representing XML${haskell:ShortBlurb}
The idea is to have a full set of appropriate types, which various
XML libraries can share. Instead of having equivalent-but-incompatible
types for every binding, parser, or client, they all share the same
@@ -36,8 +36,7 @@
combinators are included for common tasks, including traversing the
node tree and filtering children.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-xml-types-prof
Architecture: any
@@ -46,7 +45,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: basic types for representing XML; profiling libraries
+Description: basic types for representing XML${haskell:ShortBlurb}
The idea is to have a full set of appropriate types, which various
XML libraries can share. Instead of having equivalent-but-incompatible
types for every binding, parser, or client, they all share the same
@@ -57,8 +56,7 @@
combinators are included for common tasks, including traversing the
node tree and filtering children.
.
- 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-xml-types-doc
Section: doc
@@ -66,7 +64,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: basic types for representing XML; documentation
+Description: basic types for representing XML${haskell:ShortBlurb}
The idea is to have a full set of appropriate types, which various
XML libraries can share. Instead of having equivalent-but-incompatible
types for every binding, parser, or client, they all share the same
@@ -77,6 +75,4 @@
combinators are included for common tasks, including traversing the
node tree and filtering children.
.
- 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