summaryrefslogtreecommitdiff
path: root/p/haskell-dbus
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
commitd70edc1314057399f2c868ddaca93084b503a33c (patch)
treeb50f5dc9b28bea19d42dcbff3c38022259f5570e /p/haskell-dbus
parentd465db86df55c8b424c5b07f2b050c3277cde4fc (diff)
downloadDHG_packages-d70edc1314057399f2c868ddaca93084b503a33c.tar.gz
haskell-dbus: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-dbus')
-rw-r--r--p/haskell-dbus/debian/changelog1
-rw-r--r--p/haskell-dbus/debian/control19
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-dbus/debian/changelog b/p/haskell-dbus/debian/changelog
index f2ecdf5b1..8d2439ccd 100644
--- a/p/haskell-dbus/debian/changelog
+++ b/p/haskell-dbus/debian/changelog
@@ -1,6 +1,7 @@
haskell-dbus (0.10.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:53:17 +0200
diff --git a/p/haskell-dbus/debian/control b/p/haskell-dbus/debian/control
index 3ae9a83d4..58463a8fd 100644
--- a/p/haskell-dbus/debian/control
+++ b/p/haskell-dbus/debian/control
@@ -7,7 +7,7 @@ DM-Upload-Allowed: yes
Build-Depends:
cdbs
, debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc (>= 6.12)
, ghc-prof
, libghc-cereal-dev (>= 0.3.4)
@@ -63,7 +63,7 @@ Depends:
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell implementation of D-Bus
+Description: Haskell implementation of D-Bus${haskell:ShortBlurb}
D-Bus is a simple, message-based protocol for inter-process communication,
which allows applications to interact with other parts of the machine and
the user's session using remote procedure calls.
@@ -72,8 +72,7 @@ Description: Haskell implementation of D-Bus
be used to add D-Bus support to Haskell applications, without the awkward
interfaces common to foreign bindings.
.
- This package provides a library written in the Haskell programming
- language. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-dbus-prof
Architecture: any
@@ -83,7 +82,7 @@ Depends:
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell implementation of D-Bus; profiling libraries
+Description: Haskell implementation of D-Bus${haskell:ShortBlurb}
D-Bus is a simple, message-based protocol for inter-process communication,
which allows applications to interact with other parts of the machine and
the user's session using remote procedure calls.
@@ -92,9 +91,7 @@ Description: Haskell implementation of D-Bus; profiling libraries
be used to add D-Bus support to Haskell applications, without the awkward
interfaces common to foreign bindings.
.
- This package provides a library written in the Haskell programming language,
- compiled for profiling. See http://www.haskell.org/ for more information on
- Haskell.
+ ${haskell:Blurb}
Package: libghc-dbus-doc
Section: doc
@@ -104,7 +101,7 @@ Depends:
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell implementation of D-Bus; documentation
+Description: Haskell implementation of D-Bus${haskell:ShortBlurb}
D-Bus is a simple, message-based protocol for inter-process communication,
which allows applications to interact with other parts of the machine and
the user's session using remote procedure calls.
@@ -113,6 +110,4 @@ Description: Haskell implementation of D-Bus; documentation
be used to add D-Bus support to Haskell applications, without the awkward
interfaces common to foreign bindings.
.
- This package provides documentation for a library written in the Haskell
- programming language. See http://www.haskell.org/ for more information on
- Haskell.
+ ${haskell:Blurb}