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

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


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

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

Fri May 24 09:12:09 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 8d7527aadfd9c79ef5fcba1d6b6a73e0
diff -rN -u old-haskell-hxt-regex-xmlschema//changelog new-haskell-hxt-regex-xmlschema//changelog
--- old-haskell-hxt-regex-xmlschema//changelog	2013-05-24 09:25:13.825538011 +0000
+++ new-haskell-hxt-regex-xmlschema//changelog	2013-05-24 09:25:13.825538011 +0000
@@ -1,6 +1,7 @@
 haskell-hxt-regex-xmlschema (9.0.4-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:01 +0200
 
diff -rN -u old-haskell-hxt-regex-xmlschema//control new-haskell-hxt-regex-xmlschema//control
--- old-haskell-hxt-regex-xmlschema//control	2013-05-24 09:25:13.817538041 +0000
+++ new-haskell-hxt-regex-xmlschema//control	2013-05-24 09:25:13.825538011 +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,
@@ -24,7 +24,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: W3C XML Schema regular expressions library
+Description: W3C XML Schema regular expressions library${haskell:ShortBlurb}
  This is a part of Haskell XML Toolbox.
  .
  This library supports full W3C XML Schema regular expressions
@@ -39,7 +39,7 @@
  It is a standalone library, no external regex libraries are used.
  This package is a substitute for the old regex-xmlschema package.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-hxt-regex-xmlschema-prof
 Architecture: any
@@ -47,7 +47,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: W3C XML Schema regular expressions library; profiling library
+Description: W3C XML Schema regular expressions library${haskell:ShortBlurb}
  This is a part of Haskell XML Toolbox.
  .
  This library supports full W3C XML Schema regular expressions
@@ -62,7 +62,7 @@
  It is a standalone library, no external regex libraries are used.
  This package is a substitute for the old regex-xmlschema package.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-hxt-regex-xmlschema-doc
 Section: doc
@@ -71,7 +71,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: W3C XML Schema regular expressions library; documentation
+Description: W3C XML Schema regular expressions library${haskell:ShortBlurb}
  This is a part of Haskell XML Toolbox.
  .
  This library supports full W3C XML Schema regular expressions
@@ -86,4 +86,4 @@
  It is a standalone library, no external regex libraries are used.
  This package is a substitute for the old regex-xmlschema package.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list