summaryrefslogtreecommitdiff
path: root/p/haskell-uri
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:12:23 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:12:23 +0400
commit96fb615c83b40fde2b17772a1ea9f0870115ee5c (patch)
treee85572b4b6baa877800d4a493375158d6cc83b20 /p/haskell-uri
parent479b29ce7bcba5ad10d6f8384c06c7ed27c04ee9 (diff)
downloadDHG_packages-96fb615c83b40fde2b17772a1ea9f0870115ee5c.tar.gz
haskell-uri: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-uri')
-rw-r--r--p/haskell-uri/debian/changelog1
-rw-r--r--p/haskell-uri/debian/control14
2 files changed, 8 insertions, 7 deletions
diff --git a/p/haskell-uri/debian/changelog b/p/haskell-uri/debian/changelog
index 223244916..732ce14ff 100644
--- a/p/haskell-uri/debian/changelog
+++ b/p/haskell-uri/debian/changelog
@@ -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@debian.org> Fri, 24 May 2013 10:21:16 +0200
diff --git a/p/haskell-uri/debian/control b/p/haskell-uri/debian/control
index 82edd98b6..9d59d609a 100644
--- a/p/haskell-uri/debian/control
+++ b/p/haskell-uri/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joey Hess <joeyh@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 @@ Depends: ${haskell:Depends}
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 @@ Depends: ${haskell:Depends}
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 @@ Architecture: all
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}