summaryrefslogtreecommitdiff
path: root/p/haskell-configfile/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:06:23 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:06:23 +0400
commitf05d09327a2f795597ff4958f1ab1c207fec1829 (patch)
treea03c4cbc3219d8bac2945fcb941ae7870eda7818 /p/haskell-configfile/debian
parentd70edc1314057399f2c868ddaca93084b503a33c (diff)
downloadDHG_packages-f05d09327a2f795597ff4958f1ab1c207fec1829.tar.gz
haskell-configfile: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-configfile/debian')
-rw-r--r--p/haskell-configfile/debian/changelog1
-rw-r--r--p/haskell-configfile/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-configfile/debian/changelog b/p/haskell-configfile/debian/changelog
index af2c728ab..f82702934 100644
--- a/p/haskell-configfile/debian/changelog
+++ b/p/haskell-configfile/debian/changelog
@@ -1,6 +1,7 @@
haskell-configfile (1.1.1-3) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:04 +0200
diff --git a/p/haskell-configfile/debian/control b/p/haskell-configfile/debian/control
index f745b189b..805db9ecc 100644
--- a/p/haskell-configfile/debian/control
+++ b/p/haskell-configfile/debian/control
@@ -5,7 +5,7 @@ Uploaders: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper (>= 9)
, cdbs
, ghc
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, cpphs
, libghc-missingh-dev (>> 1.0.0)
, libghc-regex-compat-dev
@@ -30,9 +30,8 @@ Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Parser and writer for sectioned config files in Haskell
- This package provides a library for the Haskell programming language. See
- http://www.haskell.org/ for more information on Haskell.
+Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The ConfigFile module works with configuration files in a standard
format that is easy for the user to edit, easy for the programmer
@@ -51,9 +50,8 @@ Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Parser and writer for sectioned config files in Haskell; profiling libraries
- This package provides a library for the Haskell programming language. See
- http://www.haskell.org/ for more information on Haskell.
+Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The ConfigFile module works with configuration files in a standard
format that is easy for the user to edit, easy for the programmer
@@ -76,10 +74,8 @@ Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Breaks: configfile-doc (<< 1.0.6-2)
Replaces: configfile-doc (<< 1.0.6-2)
-Description: Parser and writer for sectioned config files in Haskell; documentation
- This package provides the documentation for a library for the Haskell
- programming language. See http://www.haskell.org/ for more information on
- Haskell.
+Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The ConfigFile module works with configuration files in a standard
format that is easy for the user to edit, easy for the programmer