[Pkg-haskell-commits] darcs: haskell-hint: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:24:07 UTC 2013
Fri May 24 08:55:02 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 38909f180f0184a5726ade22c6c7bdee
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:02 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 38909f180f0184a5726ade22c6c7bdee
diff -rN -u old-haskell-hint//changelog new-haskell-hint//changelog
--- old-haskell-hint//changelog 2013-05-24 09:24:07.246057408 +0000
+++ new-haskell-hint//changelog 2013-05-24 09:24:07.246057408 +0000
@@ -1,6 +1,7 @@
haskell-hint (0.3.3.6-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:47 +0200
diff -rN -u old-haskell-hint//control new-haskell-hint//control
--- old-haskell-hint//control 2013-05-24 09:24:07.237542812 +0000
+++ new-haskell-hint//control 2013-05-24 09:24:07.246057408 +0000
@@ -5,7 +5,7 @@
Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, ghc-ghci
@@ -44,9 +44,8 @@
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: runtime Haskell interpreter (GHC API wrapper)
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library defines an Interpreter monad. It allows one to load Haskell
modules, browse them, type-check and evaluate strings with Haskell expressions
@@ -61,10 +60,8 @@
, ${shlibs:Depends}
, ${misc:Depends}
Provides: ${haskell:Provides}
-Description: runtime Haskell interpreter (GHC API wrapper); profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library defines an Interpreter monad. It allows one to load Haskell
modules, browse them, type-check and evaluate strings with Haskell expressions
@@ -79,10 +76,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: runtime Haskell interpreter (GHC API wrapper); 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: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library defines an Interpreter monad. It allows one to load Haskell
modules, browse them, type-check and evaluate strings with Haskell expressions
More information about the Pkg-haskell-commits
mailing list