summaryrefslogtreecommitdiff
path: root/p/haskell-xml-types
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:56:16 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:56:16 +0400
commit1628ebfd14388fa8430dda973ea2c55aca59bfbc (patch)
tree6bf552267ed93c7cc3cc20d1698813570e1126f9 /p/haskell-xml-types
parent5ca343346e71cedc0094fb6e8e5996d9dfaaa646 (diff)
downloadDHG_packages-1628ebfd14388fa8430dda973ea2c55aca59bfbc.tar.gz
haskell-xml-types: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-xml-types')
-rw-r--r--p/haskell-xml-types/debian/changelog1
-rw-r--r--p/haskell-xml-types/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-xml-types/debian/changelog b/p/haskell-xml-types/debian/changelog
index 7bec23c3b..947a5cc4c 100644
--- a/p/haskell-xml-types/debian/changelog
+++ b/p/haskell-xml-types/debian/changelog
@@ -1,6 +1,7 @@
haskell-xml-types (0.3.3-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:34 +0200
diff --git a/p/haskell-xml-types/debian/control b/p/haskell-xml-types/debian/control
index 9a4f75d6b..a0b38af46 100644
--- a/p/haskell-xml-types/debian/control
+++ b/p/haskell-xml-types/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-text-dev
@@ -25,7 +25,7 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: basic types for representing XML
+Description: basic types for representing XML${haskell:ShortBlurb}
The idea is to have a full set of appropriate types, which various
XML libraries can share. Instead of having equivalent-but-incompatible
types for every binding, parser, or client, they all share the same
@@ -36,8 +36,7 @@ Description: basic types for representing XML
combinators are included for common tasks, including traversing the
node tree and filtering children.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-xml-types-prof
Architecture: any
@@ -46,7 +45,7 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: basic types for representing XML; profiling libraries
+Description: basic types for representing XML${haskell:ShortBlurb}
The idea is to have a full set of appropriate types, which various
XML libraries can share. Instead of having equivalent-but-incompatible
types for every binding, parser, or client, they all share the same
@@ -57,8 +56,7 @@ Description: basic types for representing XML; profiling libraries
combinators are included for common tasks, including traversing the
node tree and filtering children.
.
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-xml-types-doc
Section: doc
@@ -66,7 +64,7 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: basic types for representing XML; documentation
+Description: basic types for representing XML${haskell:ShortBlurb}
The idea is to have a full set of appropriate types, which various
XML libraries can share. Instead of having equivalent-but-incompatible
types for every binding, parser, or client, they all share the same
@@ -77,6 +75,4 @@ Description: basic types for representing XML; documentation
combinators are included for common tasks, including traversing the
node tree and filtering children.
.
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}