[Pkg-haskell-commits] darcs: haskell-uri: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:45 UTC 2013
Fri May 24 09:12:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 549e7a664f7b59f6ef904fa9ce765f36
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 549e7a664f7b59f6ef904fa9ce765f36
diff -rN -u old-haskell-uri//changelog new-haskell-uri//changelog
--- old-haskell-uri//changelog 2013-05-24 09:30:45.709565091 +0000
+++ new-haskell-uri//changelog 2013-05-24 09:30:45.709565091 +0000
@@ -1,6 +1,7 @@
haskell-uri (0.1.6-3) UNRELEASED; urgency=low
* Bump standards version to 3.9.4
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 10:21:16 +0200
diff -rN -u old-haskell-uri//control new-haskell-uri//control
--- old-haskell-uri//control 2013-05-24 09:30:45.702070460 +0000
+++ new-haskell-uri//control 2013-05-24 09:30:45.714044232 +0000
@@ -5,7 +5,7 @@
Uploaders: Joey Hess <joeyh at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-parsec3-dev (>= 3.0)
@@ -31,11 +31,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell Text.URI library - GHC libraries
+Description: Haskell Text.URI library${haskell:ShortBlurb}
This is a Haskell library for working with URIs, including parsing,
rendering, merging, escaping
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-uri-prof
Architecture: any
@@ -44,11 +44,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell Text.URI library - GHC profiling libraries
+Description: Haskell Text.URI library${haskell:ShortBlurb}
This is a Haskell library for working with URIs, including parsing,
rendering, merging, escaping
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-uri-doc
Section: doc
@@ -56,8 +56,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell Text.URI library - documentation
+Description: Haskell Text.URI library${haskell:ShortBlurb}
This is a Haskell library for working with URIs, including parsing,
rendering, merging, escaping
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list