summaryrefslogtreecommitdiff
path: root/p/haskell-fast-logger/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:50 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:50 +0400
commiteac8a4e43318ed1b2d28082b608a7fa085c3beb0 (patch)
tree6b36ad58d50b9fb128e0d4261775f5f3a47ee467 /p/haskell-fast-logger/debian
parenta9212becf731e6ed5c61713fa75b84aeec29cb42 (diff)
downloadDHG_packages-eac8a4e43318ed1b2d28082b608a7fa085c3beb0.tar.gz
haskell-fast-logger: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-fast-logger/debian')
-rw-r--r--p/haskell-fast-logger/debian/changelog1
-rw-r--r--p/haskell-fast-logger/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-fast-logger/debian/changelog b/p/haskell-fast-logger/debian/changelog
index 48dd4a614..f1d77461e 100644
--- a/p/haskell-fast-logger/debian/changelog
+++ b/p/haskell-fast-logger/debian/changelog
@@ -1,6 +1,7 @@
haskell-fast-logger (0.3.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:29 +0200
diff --git a/p/haskell-fast-logger/debian/control b/p/haskell-fast-logger/debian/control
index d91826451..18d28767e 100644
--- a/p/haskell-fast-logger/debian/control
+++ b/p/haskell-fast-logger/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-date-cache-dev (>> 0.3)
@@ -35,12 +35,11 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: a fast logging system
+Description: a fast logging system${haskell:ShortBlurb}
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-fast-logger-prof
Architecture: any
@@ -49,12 +48,11 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: a fast logging system; profiling libraries
+Description: a fast logging system${haskell:ShortBlurb}
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
.
- 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-fast-logger-doc
Section: doc
@@ -62,10 +60,8 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: a fast logging system; documentation
+Description: a fast logging system${haskell:ShortBlurb}
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
.
- 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}