[Pkg-haskell-commits] darcs: haskell-leksah-server: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:25:54 UTC 2013
Fri May 24 08:55:13 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 2c77e124d277f3d8c27df2b88e747e5e
M ./changelog +1
M ./control -9 +6
Fri May 24 08:55:13 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 2c77e124d277f3d8c27df2b88e747e5e
diff -rN -u old-haskell-leksah-server//changelog new-haskell-leksah-server//changelog
--- old-haskell-leksah-server//changelog 2013-05-24 09:25:54.154086098 +0000
+++ new-haskell-leksah-server//changelog 2013-05-24 09:25:54.154086098 +0000
@@ -5,6 +5,7 @@
[ Joachim Breitner ]
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Iain Lane <laney at debian.org> Sun, 14 Apr 2013 11:16:11 +0100
diff -rN -u old-haskell-leksah-server//control new-haskell-leksah-server//control
--- old-haskell-leksah-server//control 2013-05-24 09:25:54.146037376 +0000
+++ new-haskell-leksah-server//control 2013-05-24 09:25:54.158054322 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, libghc-binary-shared-dev (>= 0.8)
, libghc-binary-shared-dev (<< 0.9)
@@ -51,7 +51,7 @@
Package: leksah-server
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: haskell editor - GHC interface
+Description: haskell editor - GHC interface${haskell:ShortBlurb}
Leksah is an Haskell IDE. It is written in Haskell and provides a graphical
interface based on Gtk. Leksah is a practical tool to support the Haskell
development process.
@@ -67,9 +67,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: haskell editor - GHC interface library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: haskell editor - GHC interface library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The library is used by the leksah package to interface with the leksah server.
It is not required to use leksah, only to build it.
@@ -80,10 +79,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: haskell editor - GHC interface library; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: haskell editor - GHC interface library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The library is used by the leksah package to interface with the leksah server.
It is not required to use leksah, only to build it.
More information about the Pkg-haskell-commits
mailing list