[Pkg-haskell-commits] darcs: haskell-hxt-unicode: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:25:18 UTC 2013
Fri May 24 09:12:11 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: cc15fd8b8b1a0a0563406626df8f4d30
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:11 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: cc15fd8b8b1a0a0563406626df8f4d30
diff -rN -u old-haskell-hxt-unicode//changelog new-haskell-hxt-unicode//changelog
--- old-haskell-hxt-unicode//changelog 2013-05-24 09:25:18.387037571 +0000
+++ new-haskell-hxt-unicode//changelog 2013-05-24 09:25:18.387037571 +0000
@@ -1,6 +1,7 @@
haskell-hxt-unicode (9.0.2-5) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:02 +0200
diff -rN -u old-haskell-hxt-unicode//control new-haskell-hxt-unicode//control
--- old-haskell-hxt-unicode//control 2013-05-24 09:25:18.375036908 +0000
+++ new-haskell-hxt-unicode//control 2013-05-24 09:25:18.387037571 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki at debian.org>
Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
ghc-prof,
@@ -21,7 +21,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Unicode en-/decoding functions
+Description: Unicode en-/decoding functions${haskell:ShortBlurb}
This is a part of Haskell XML Toolbox.
.
Unicode encoding and decoding functions for utf8, iso-latin-* and somes
@@ -29,7 +29,7 @@
ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
is done with lasy functions, errors may be detected or ignored.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hxt-unicode-prof
Architecture: any
@@ -37,7 +37,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Unicode en-/decoding functions; profiling library
+Description: Unicode en-/decoding functions${haskell:ShortBlurb}
This is a part of Haskell XML Toolbox.
.
Unicode encoding and decoding functions for utf8, iso-latin-* and somes
@@ -45,7 +45,7 @@
ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
is done with lasy functions, errors may be detected or ignored.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hxt-unicode-doc
Section: doc
@@ -54,7 +54,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Unicode en-/decoding functions; documentation
+Description: Unicode en-/decoding functions${haskell:ShortBlurb}
This is a part of Haskell XML Toolbox.
.
Unicode encoding and decoding functions for utf8, iso-latin-* and somes
@@ -62,4 +62,4 @@
ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
is done with lasy functions, errors may be detected or ignored.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list