[Pkg-haskell-commits] darcs: haskell-url: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:47 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: b6a012770cbf4fe0ab2afcdb442cddbe
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: b6a012770cbf4fe0ab2afcdb442cddbe
diff -rN -u old-haskell-url//changelog new-haskell-url//changelog
--- old-haskell-url//changelog 2013-05-24 09:30:47.134052520 +0000
+++ new-haskell-url//changelog 2013-05-24 09:30:47.138063391 +0000
@@ -1,6 +1,7 @@
haskell-url (2.1.2-6) 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:21 +0200
diff -rN -u old-haskell-url//control new-haskell-url//control
--- old-haskell-url//control 2013-05-24 09:30:47.130052389 +0000
+++ new-haskell-url//control 2013-05-24 09:30:47.138063391 +0000
@@ -5,7 +5,7 @@
Uploaders: Giovanni Mascellani <gio at debian.org>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
ghc-prof,
@@ -28,10 +28,10 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell library for working with URLs - GHC libraries
+Description: Haskell library for working with URLs${haskell:ShortBlurb}
This library provides simple tools to parse and build URL strings.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-url-prof
Architecture: any
@@ -41,10 +41,10 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell library for working with URLs - GHC profiling libraries
+Description: Haskell library for working with URLs${haskell:ShortBlurb}
This library provides simple tools to parse and build URL strings.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-url-doc
Section: doc
@@ -54,7 +54,7 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Haskell library for working with URLs - documentation
+Description: Haskell library for working with URLs${haskell:ShortBlurb}
This library provides simple tools to parse and build URL strings.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list