[Pkg-haskell-commits] darcs: haskell-dbus: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:22:05 UTC 2013
Fri May 24 09:06:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: af4ace56591a8a4695c3f76fa4bdd839
M ./changelog +1
M ./control -12 +7
Fri May 24 09:06:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: af4ace56591a8a4695c3f76fa4bdd839
diff -rN -u old-haskell-dbus//changelog new-haskell-dbus//changelog
--- old-haskell-dbus//changelog 2013-05-24 09:22:05.330060896 +0000
+++ new-haskell-dbus//changelog 2013-05-24 09:22:05.334066323 +0000
@@ -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 at debian.org> Fri, 24 May 2013 09:53:17 +0200
diff -rN -u old-haskell-dbus//control new-haskell-dbus//control
--- old-haskell-dbus//control 2013-05-24 09:22:05.314068475 +0000
+++ new-haskell-dbus//control 2013-05-24 09:22:05.334066323 +0000
@@ -7,7 +7,7 @@
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 @@
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 @@
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 @@
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 @@
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 @@
, ${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 @@
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}
More information about the Pkg-haskell-commits
mailing list