[Pkg-haskell-commits] darcs: haskell-yesod-persistent: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:32:02 UTC 2013
Fri May 24 08:56:19 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: fa1da8ab3bd7135df8f743f394ea7f62
M ./changelog +1
M ./control -12 +7
Fri May 24 08:56:19 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: fa1da8ab3bd7135df8f743f394ea7f62
diff -rN -u old-haskell-yesod-persistent//changelog new-haskell-yesod-persistent//changelog
--- old-haskell-yesod-persistent//changelog 2013-05-24 09:32:02.567108060 +0000
+++ new-haskell-yesod-persistent//changelog 2013-05-24 09:32:02.571070101 +0000
@@ -1,6 +1,7 @@
haskell-yesod-persistent (1.1.0.1-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:38 +0200
diff -rN -u old-haskell-yesod-persistent//control new-haskell-yesod-persistent//control
--- old-haskell-yesod-persistent//control 2013-05-24 09:32:02.555220548 +0000
+++ new-haskell-yesod-persistent//control 2013-05-24 09:32:02.571070101 +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-persistent-dev (>> 1.0)
@@ -38,9 +38,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.
@@ -54,10 +53,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.
@@ -70,10 +67,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