summaryrefslogtreecommitdiff
path: root/p/haskell-temporary
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:58 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:58 +0400
commitc490cf53bd372c8997a8ddf19c978ce53252a94f (patch)
treea129777e015b54e98ea9b48500a78555478f20d1 /p/haskell-temporary
parent5492be0f278a614fe8501686a3bad25c242c3899 (diff)
downloadDHG_packages-c490cf53bd372c8997a8ddf19c978ce53252a94f.tar.gz
haskell-temporary: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-temporary')
-rw-r--r--p/haskell-temporary/debian/changelog1
-rw-r--r--p/haskell-temporary/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-temporary/debian/changelog b/p/haskell-temporary/debian/changelog
index abccbc704..f92d1e674 100644
--- a/p/haskell-temporary/debian/changelog
+++ b/p/haskell-temporary/debian/changelog
@@ -1,6 +1,7 @@
haskell-temporary (1.1.2.4-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:11 +0200
diff --git a/p/haskell-temporary/debian/control b/p/haskell-temporary/debian/control
index 41ec857ee..1c9bec34d 100644
--- a/p/haskell-temporary/debian/control
+++ b/p/haskell-temporary/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
Build-Depends-Indep: ghc-doc
@@ -22,13 +22,12 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Temporary files and directories
+Description: Temporary files and directories${haskell:ShortBlurb}
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
it can be used idependently of Cabal.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-temporary-prof
Architecture: any
@@ -37,13 +36,12 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Temporary files and directories; profiling libraries
+Description: Temporary files and directories${haskell:ShortBlurb}
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
it can be used idependently of Cabal.
.
- 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-temporary-doc
Section: doc
@@ -51,11 +49,9 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Temporary files and directories; documentation
+Description: Temporary files and directories${haskell:ShortBlurb}
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
it can be used idependently of Cabal.
.
- 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}