summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:11 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:11 +0400
commitf0dce7c2d5887f0a6946dd37b642c9846f8aa2ee (patch)
tree53028dea75bb9c6dfad5de824025b9e73067b607
parent117fa56f351ac01c3d3ff2b7600ea25301b377c7 (diff)
downloadDHG_packages-f0dce7c2d5887f0a6946dd37b642c9846f8aa2ee.tar.gz
haskell-keys: Use substvars for Haskell description blurbs
-rw-r--r--p/haskell-keys/debian/changelog1
-rw-r--r--p/haskell-keys/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-keys/debian/changelog b/p/haskell-keys/debian/changelog
index c5df6278d..9cec63eff 100644
--- a/p/haskell-keys/debian/changelog
+++ b/p/haskell-keys/debian/changelog
@@ -1,6 +1,7 @@
haskell-keys (3.0.2-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:07 +0200
diff --git a/p/haskell-keys/debian/control b/p/haskell-keys/debian/control
index d8c313de7..354cca61e 100644
--- a/p/haskell-keys/debian/control
+++ b/p/haskell-keys/debian/control
@@ -6,7 +6,7 @@ Uploaders: Iulian Udrea <iulian@linux.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9),
cdbs,
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof,
libghc-transformers-dev (>= 0.2),
@@ -40,12 +40,11 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Keyed functors and containers
+Description: Keyed functors and containers${haskell:ShortBlurb}
This package provides Keyed functors, Zippable functors, Zipping Keyed
functors, Indexable functors.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-keys-prof
Architecture: any
@@ -53,12 +52,11 @@ Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Keyed functors and containers; profiling data
+Description: Keyed functors and containers${haskell:ShortBlurb}
This package provides Keyed functors, Zippable functors, Zipping Keyed
functors, Indexable functors.
.
- 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-keys-doc
Section: doc
@@ -66,10 +64,8 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Keyed functors and containers; documentation
+Description: Keyed functors and containers${haskell:ShortBlurb}
This package provides Keyed functors, Zippable functors, Zipping Keyed
functors, Indexable functors.
.
- 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}