[Pkg-haskell-commits] darcs: haskell-project-template: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:28:01 UTC 2013
Fri May 24 08:55:37 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a1004e1ca5c7cd888ae3f80ef8c735eb
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:37 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a1004e1ca5c7cd888ae3f80ef8c735eb
diff -rN -u old-haskell-project-template//changelog new-haskell-project-template//changelog
--- old-haskell-project-template//changelog 2013-05-24 09:28:00.951038261 +0000
+++ new-haskell-project-template//changelog 2013-05-24 09:28:00.955038435 +0000
@@ -1,6 +1,7 @@
haskell-project-template (0.1.3-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:54:41 +0200
diff -rN -u old-haskell-project-template//control new-haskell-project-template//control
--- old-haskell-project-template//control 2013-05-24 09:28:00.947037954 +0000
+++ new-haskell-project-template//control 2013-05-24 09:28:00.955038435 +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-base64-bytestring-dev
@@ -54,11 +54,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: specify Haskell project templates and generate files
+Description: specify Haskell project templates and generate files${haskell:ShortBlurb}
Framework for project templates/scaffolding.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-project-template-prof
Architecture: any
@@ -67,11 +66,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: specify Haskell project templates and generate files; profiling libraries
+Description: specify Haskell project templates and generate files${haskell:ShortBlurb}
Framework for project templates/scaffolding.
.
- 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-project-template-doc
Section: doc
@@ -79,9 +77,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: specify Haskell project templates and generate files; documentation
+Description: specify Haskell project templates and generate files${haskell:ShortBlurb}
Framework for project templates/scaffolding.
.
- 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