[Pkg-haskell-commits] darcs: haskell-hxt-charproperties: Use substvars for Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:25:08 UTC 2013


Fri May 24 09:12:08 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 760988eeb20cadd43b2f687dd98f569f

    M ./changelog +1
    M ./control -7 +7

Fri May 24 09:12:08 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 760988eeb20cadd43b2f687dd98f569f
diff -rN -u old-haskell-hxt-charproperties//changelog new-haskell-hxt-charproperties//changelog
--- old-haskell-hxt-charproperties//changelog	2013-05-24 09:25:08.799157054 +0000
+++ new-haskell-hxt-charproperties//changelog	2013-05-24 09:25:08.799157054 +0000
@@ -1,6 +1,7 @@
 haskell-hxt-charproperties (9.1.1-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:00 +0200
 
diff -rN -u old-haskell-hxt-charproperties//control new-haskell-hxt-charproperties//control
--- old-haskell-hxt-charproperties//control	2013-05-24 09:25:08.791195821 +0000
+++ new-haskell-hxt-charproperties//control	2013-05-24 09:25:08.803048099 +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,
@@ -18,7 +18,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Character properties and classes for XML and Unicode
+Description: Character properties and classes for XML and Unicode${haskell:ShortBlurb}
  This is a part of Haskell XML Toolbox.
  .
  Character proprties defined by XML and Unicode standards.
@@ -26,7 +26,7 @@
  and character predicates defined by XML.
  Supported Unicode version is 5.2.0.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-hxt-charproperties-prof
 Architecture: any
@@ -34,7 +34,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Character properties and classes for XML and Unicode; profiling library
+Description: Character properties and classes for XML and Unicode${haskell:ShortBlurb}
  This is a part of Haskell XML Toolbox.
  .
  Character proprties defined by XML and Unicode standards.
@@ -42,7 +42,7 @@
  and character predicates defined by XML.
  Supported Unicode version is 5.2.0.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-hxt-charproperties-doc
 Section: doc
@@ -51,7 +51,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Character properties and classes for XML and Unicode; documentation
+Description: Character properties and classes for XML and Unicode${haskell:ShortBlurb}
  This is a part of Haskell XML Toolbox.
  .
  Character proprties defined by XML and Unicode standards.
@@ -59,4 +59,4 @@
  and character predicates defined by XML.
  Supported Unicode version is 5.2.0.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list