[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-=7Aeromq-haskell?=: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:32:07 UTC 2013
Fri May 24 08:56:20 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 956dd635b6d6718ba6ea443431b1ceee
M ./changelog +1
M ./control -11 +7
Fri May 24 08:56:20 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 956dd635b6d6718ba6ea443431b1ceee
diff -rN -u old-haskell-zeromq-haskell//changelog new-haskell-zeromq-haskell//changelog
--- old-haskell-zeromq-haskell//changelog 2013-05-24 09:32:07.875108643 +0000
+++ new-haskell-zeromq-haskell//changelog 2013-05-24 09:32:07.879085377 +0000
@@ -1,6 +1,7 @@
haskell-zeromq-haskell (0.8.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:55:39 +0200
diff -rN -u old-haskell-zeromq-haskell//control new-haskell-zeromq-haskell//control
--- old-haskell-zeromq-haskell//control 2013-05-24 09:32:07.871315923 +0000
+++ new-haskell-zeromq-haskell//control 2013-05-24 09:32:07.879085377 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libzmq-dev (>= 0)
@@ -27,7 +27,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: bindings to ZeroMQ
+Description: bindings to ZeroMQ${haskell:ShortBlurb}
The 0MQ lightweight messaging kernel is a library which extends the standard
socket interfaces with features traditionally provided by specialised
messaging middleware products. 0MQ sockets provide an abstraction of
@@ -35,8 +35,7 @@
(subscriptions), seamless access to multiple transport protocols and more.
This library provides the Haskell language binding to 0MQ.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-zeromq-haskell-prof
Architecture: any
@@ -45,7 +44,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: bindings to ZeroMQ; profiling libraries
+Description: bindings to ZeroMQ${haskell:ShortBlurb}
The 0MQ lightweight messaging kernel is a library which extends the standard
socket interfaces with features traditionally provided by specialised
messaging middleware products. 0MQ sockets provide an abstraction of
@@ -53,8 +52,7 @@
(subscriptions), seamless access to multiple transport protocols and more.
This library provides the Haskell language binding to 0MQ.
.
- 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-zeromq-haskell-doc
Section: doc
@@ -62,7 +60,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: bindings to ZeroMQ; documentation
+Description: bindings to ZeroMQ${haskell:ShortBlurb}
The 0MQ lightweight messaging kernel is a library which extends the standard
socket interfaces with features traditionally provided by specialised
messaging middleware products. 0MQ sockets provide an abstraction of
@@ -70,6 +68,4 @@
(subscriptions), seamless access to multiple transport protocols and more.
This library provides the Haskell language binding to 0MQ.
.
- 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}
More information about the Pkg-haskell-commits
mailing list