[Pkg-haskell-commits] darcs: haskell-wai-app-static: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:31:11 UTC 2013
Fri May 24 08:56:09 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: eda734f8fe6a6c82e9a9e84348d136eb
M ./changelog +1
M ./control -12 +7
Fri May 24 08:56:09 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: eda734f8fe6a6c82e9a9e84348d136eb
diff -rN -u old-haskell-wai-app-static//changelog new-haskell-wai-app-static//changelog
--- old-haskell-wai-app-static//changelog 2013-05-24 09:31:11.751220433 +0000
+++ new-haskell-wai-app-static//changelog 2013-05-24 09:31:11.755189998 +0000
@@ -1,6 +1,7 @@
haskell-wai-app-static (1.3.1.2-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:27 +0200
diff -rN -u old-haskell-wai-app-static//control new-haskell-wai-app-static//control
--- old-haskell-wai-app-static//control 2013-05-24 09:31:11.747150684 +0000
+++ new-haskell-wai-app-static//control 2013-05-24 09:31:11.755189998 +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 (>> 0.1)
@@ -78,9 +78,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: framework for type-safe, RESTful web applications
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
@@ -94,10 +93,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: framework for type-safe, RESTful web applications; 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: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
@@ -110,10 +107,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: framework for type-safe, RESTful web applications; 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: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
More information about the Pkg-haskell-commits
mailing list