summaryrefslogtreecommitdiff
path: root/p/haskell-hastache
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:01 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:01 +0400
commitec1458b8912f24ac95f6479251a95db968344628 (patch)
tree77e6fcd3bf4d281a9bd5b6b7020a89591b63cfb0 /p/haskell-hastache
parent9ac7f0ab0158c9feda6de60ef8978ec3de0127c3 (diff)
downloadDHG_packages-ec1458b8912f24ac95f6479251a95db968344628.tar.gz
haskell-hastache: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-hastache')
-rw-r--r--p/haskell-hastache/debian/changelog1
-rw-r--r--p/haskell-hastache/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-hastache/debian/changelog b/p/haskell-hastache/debian/changelog
index 9ea398f28..dbda2f16d 100644
--- a/p/haskell-hastache/debian/changelog
+++ b/p/haskell-hastache/debian/changelog
@@ -1,6 +1,7 @@
haskell-hastache (0.3.3-4) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:44 +0200
diff --git a/p/haskell-hastache/debian/control b/p/haskell-hastache/debian/control
index 287bed601..e9e700b6c 100644
--- a/p/haskell-hastache/debian/control
+++ b/p/haskell-hastache/debian/control
@@ -6,7 +6,7 @@ Uploaders: Joachim Breitner <nomeata@debian.org>, Iulian Udrea <iulian@physics.o
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-mtl-dev
@@ -44,12 +44,11 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell implementation of Mustache templates
+Description: Haskell implementation of Mustache templates${haskell:ShortBlurb}
This library provides a Haskell implementation of Mustache templates
(<http://mustache.github.com/>).
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-hastache-prof
Architecture: any
@@ -58,12 +57,11 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell implementation of Mustache templates; profiling libraries
+Description: Haskell implementation of Mustache templates${haskell:ShortBlurb}
This library provides a Haskell implementation of Mustache templates
(<http://mustache.github.com/>).
.
- 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-hastache-doc
Section: doc
@@ -71,10 +69,8 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell implementation of Mustache templates; documentation
+Description: Haskell implementation of Mustache templates${haskell:ShortBlurb}
This library provides a Haskell implementation of Mustache templates
(<http://mustache.github.com/>).
.
- 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}