[Pkg-haskell-commits] darcs: haskell-dyre: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:22:33 UTC 2013
Fri May 24 08:54:45 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: efd2a4a571e9a0de1d21f343f5a696c1
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:45 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: efd2a4a571e9a0de1d21f343f5a696c1
diff -rN -u old-haskell-dyre//changelog new-haskell-dyre//changelog
--- old-haskell-dyre//changelog 2013-05-24 09:22:33.170052766 +0000
+++ new-haskell-dyre//changelog 2013-05-24 09:22:33.170052766 +0000
@@ -1,6 +1,7 @@
haskell-dyre (0.8.9-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:23 +0200
diff -rN -u old-haskell-dyre//control new-haskell-dyre//control
--- old-haskell-dyre//control 2013-05-24 09:22:33.162060666 +0000
+++ new-haskell-dyre//control 2013-05-24 09:22:33.170052766 +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
, libghc-ghc-paths-dev
@@ -31,15 +31,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: dynamic reconfiguration library
+Description: dynamic reconfiguration library${haskell:ShortBlurb}
Dyre implements dynamic reconfiguration facilities after the style
of Xmonad. Dyre aims to be as simple as possible without sacrificing
features, and places an emphasis on simplicity of integration with an
application. A full introduction with a complete example project can
be found in the documentation for Config.Dyre
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-dyre-prof
Architecture: any
@@ -48,15 +47,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: dynamic reconfiguration library; profiling libraries
+Description: dynamic reconfiguration library${haskell:ShortBlurb}
Dyre implements dynamic reconfiguration facilities after the style
of Xmonad. Dyre aims to be as simple as possible without sacrificing
features, and places an emphasis on simplicity of integration with an
application. A full introduction with a complete example project can
be found in the documentation for Config.Dyre
.
- 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-dyre-doc
Section: doc
@@ -64,13 +62,11 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: dynamic reconfiguration library; documentation
+Description: dynamic reconfiguration library${haskell:ShortBlurb}
Dyre implements dynamic reconfiguration facilities after the style
of Xmonad. Dyre aims to be as simple as possible without sacrificing
features, and places an emphasis on simplicity of integration with an
application. A full introduction with a complete example project can
be found in the documentation for Config.Dyre
.
- 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