[Pkg-haskell-commits] darcs: haskell-template: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:05 UTC 2013
Fri May 24 08:55:58 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: bcf5519932518ec6be37920e35dc98aa
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:58 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: bcf5519932518ec6be37920e35dc98aa
diff -rN -u old-haskell-template//changelog new-haskell-template//changelog
--- old-haskell-template//changelog 2013-05-24 09:30:04.907041196 +0000
+++ new-haskell-template//changelog 2013-05-24 09:30:04.911038272 +0000
@@ -1,6 +1,7 @@
haskell-template (0.2.0.8-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:11 +0200
diff -rN -u old-haskell-template//control new-haskell-template//control
--- old-haskell-template//control 2013-05-24 09:30:04.903041197 +0000
+++ new-haskell-template//control 2013-05-24 09:30:04.911038272 +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
, ghc-prof
, libghc-mtl-dev (>= 1.1)
@@ -30,14 +30,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: string substitution library
+Description: string substitution library${haskell:ShortBlurb}
This is a simple string substitution library that supports "$"-based
substitution. It is meant to be used when Text.Printf or string concatenation
would lead to code that is hard to read but when a full blown templating
system is overkill.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-template-prof
Architecture: any
@@ -46,14 +45,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: string substitution library; profiling libraries
+Description: string substitution library${haskell:ShortBlurb}
This is a simple string substitution library that supports "$"-based
substitution. It is meant to be used when Text.Printf or string concatenation
would lead to code that is hard to read but when a full blown templating
system is overkill.
.
- 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-template-doc
Section: doc
@@ -61,12 +59,10 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: string substitution library; documentation
+Description: string substitution library${haskell:ShortBlurb}
This is a simple string substitution library that supports "$"-based
substitution. It is meant to be used when Text.Printf or string concatenation
would lead to code that is hard to read but when a full blown templating
system is overkill.
.
- 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