[Pkg-haskell-commits] darcs: haskell-yesod-form: Use substvars for Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:31:58 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: 3a88e431e88ae5600ca20b1b4961c9db

    M ./changelog +1
    M ./control -12 +7

Fri May 24 08:56:18 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 3a88e431e88ae5600ca20b1b4961c9db
diff -rN -u old-haskell-yesod-form//changelog new-haskell-yesod-form//changelog
--- old-haskell-yesod-form//changelog	2013-05-24 09:31:58.615051745 +0000
+++ new-haskell-yesod-form//changelog	2013-05-24 09:31:58.619035645 +0000
@@ -1,6 +1,7 @@
 haskell-yesod-form (1.2.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:55:37 +0200
 
diff -rN -u old-haskell-yesod-form//control new-haskell-yesod-form//control
--- old-haskell-yesod-form//control	2013-05-24 09:31:58.598484661 +0000
+++ new-haskell-yesod-form//control	2013-05-24 09:31:58.619035645 +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-aeson-dev
@@ -89,9 +89,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.
@@ -105,10 +104,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.
@@ -121,10 +118,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