summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-unixutils/debian/changelog1
-rw-r--r--p/haskell-unixutils/debian/control14
2 files changed, 8 insertions, 7 deletions
diff --git a/p/haskell-unixutils/debian/changelog b/p/haskell-unixutils/debian/changelog
index 0deed9415..57fa8fa65 100644
--- a/p/haskell-unixutils/debian/changelog
+++ b/p/haskell-unixutils/debian/changelog
@@ -1,6 +1,7 @@
haskell-unixutils (1.50-3) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:19 +0200
diff --git a/p/haskell-unixutils/debian/control b/p/haskell-unixutils/debian/control
index f46c619a2..f7590563e 100644
--- a/p/haskell-unixutils/debian/control
+++ b/p/haskell-unixutils/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com>
Build-Depends:
, debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, cdbs
, ghc
, ghc-prof
@@ -32,11 +32,11 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: An interface between Haskell and Unix-like operating systems
+Description: An interface between Haskell and Unix-like operating systems${haskell:ShortBlurb}
A collection of useful and mildly useful functions that you might expect to
find in System.* with a heavy bias towards Unix-type operating systems.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-unixutils-prof
Architecture: any
@@ -46,11 +46,11 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Profiling libraries for the haskell-unixutils package
+Description: Profiling libraries for the haskell-unixutils package${haskell:ShortBlurb}
A collection of useful and mildly useful functions that you might expect to
find in System.* with a heavy bias towards Unix-type operating systems.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-unixutils-doc
Section: doc
@@ -58,8 +58,8 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Documentation for the haskell-unixutils package
+Description: Documentation for the haskell-unixutils package${haskell:ShortBlurb}
A collection of useful and mildly useful functions that you might expect to
find in System.* with a heavy bias towards Unix-type operating systems.
.
- This package contains the library documentation.
+ ${haskell:Blurb}