[Pkg-haskell-commits] darcs: haskell-xml: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:31:39 UTC 2013
Fri May 24 09:12:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: da931a0b777ad35d0ffbb0a9d2d5d5f2
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: da931a0b777ad35d0ffbb0a9d2d5d5f2
diff -rN -u old-haskell-xml//changelog new-haskell-xml//changelog
--- old-haskell-xml//changelog 2013-05-24 09:31:39.635100572 +0000
+++ new-haskell-xml//changelog 2013-05-24 09:31:39.639059413 +0000
@@ -1,6 +1,7 @@
haskell-xml (1.3.12-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:55:32 +0200
diff -rN -u old-haskell-xml//control new-haskell-xml//control
--- old-haskell-xml//control 2013-05-24 09:31:39.631059789 +0000
+++ new-haskell-xml//control 2013-05-24 09:31:39.639059413 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, cdbs
, ghc
, ghc-prof
@@ -25,10 +25,10 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: A simple Haskell XML library - GHC libraries
+Description: A simple Haskell XML library${haskell:ShortBlurb}
This library provides lightweight tools to parse, filter and generate XML.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-xml-prof
Architecture: any
@@ -37,10 +37,10 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: A simple Haskell XML library - GHC profiling libraries
+Description: A simple Haskell XML library${haskell:ShortBlurb}
This library provides lightweight tools to parse, filter and generate XML.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-xml-doc
Section: doc
@@ -49,7 +49,7 @@
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: A simple Haskell XML library - documentation
+Description: A simple Haskell XML library${haskell:ShortBlurb}
This library provides lightweight tools to parse, filter and generate XML.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list