[Pkg-haskell-commits] darcs: haskell-yesod: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:31:52 UTC 2013
Fri May 24 08:56:18 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c829be1ff1e6a9c5a1f299f7c3cca59f
M ./changelog +1
M ./control -15 +9
Fri May 24 08:56:18 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c829be1ff1e6a9c5a1f299f7c3cca59f
diff -rN -u old-haskell-yesod//changelog new-haskell-yesod//changelog
--- old-haskell-yesod//changelog 2013-05-24 09:31:52.119036331 +0000
+++ new-haskell-yesod//changelog 2013-05-24 09:31:52.119036331 +0000
@@ -1,6 +1,7 @@
haskell-yesod (1.1.9.2-4) 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:35 +0200
diff -rN -u old-haskell-yesod//control new-haskell-yesod//control
--- old-haskell-yesod//control 2013-05-24 09:31:52.119036331 +0000
+++ new-haskell-yesod//control 2013-05-24 09:31:52.123038385 +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-attoparsec-dev (>> 0.10)
@@ -218,9 +218,8 @@
, libghc-mongodb-dev
, libghc-persistent-mysql-dev
, libghc-yesod-platform-dev
-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.
@@ -235,9 +234,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.
@@ -251,10 +249,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.
@@ -267,10 +263,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