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

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:32:05 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: a742754308bffb1137985d6de1fa0deb

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

Fri May 24 08:56:19 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: a742754308bffb1137985d6de1fa0deb
diff -rN -u old-haskell-yesod-static//changelog new-haskell-yesod-static//changelog
--- old-haskell-yesod-static//changelog	2013-05-24 09:32:05.379161777 +0000
+++ new-haskell-yesod-static//changelog	2013-05-24 09:32:05.379161777 +0000
@@ -1,6 +1,7 @@
 haskell-yesod-static (1.1.2.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:39 +0200
 
diff -rN -u old-haskell-yesod-static//control new-haskell-yesod-static//control
--- old-haskell-yesod-static//control	2013-05-24 09:32:05.379161777 +0000
+++ new-haskell-yesod-static//control	2013-05-24 09:32:05.383037997 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>, Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , ghc-ghci
@@ -72,7 +72,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Static file serving subsite for Yesod Web Framework.
+Description: Static file serving subsite for Yesod Web Framework.${haskell:ShortBlurb}
  Yesod is a framework designed to foster creation of RESTful web
  application that have strong compile-time guarantees of correctness.
  It also affords space efficient code and portability to many
@@ -81,8 +81,7 @@
  This package provides static file serving functionality for the Yesod
  Web Framework.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-yesod-static-prof
 Architecture: any
@@ -91,7 +90,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Static file serving subsite for Yesod Web Framework; profiling libraries
+Description: Static file serving subsite for Yesod Web Framework${haskell:ShortBlurb}
  Yesod is a framework designed to foster creation of RESTful web
  application that have strong compile-time guarantees of correctness.
  It also affords space efficient code and portability to many
@@ -100,8 +99,7 @@
  This package provides static file serving functionality for the Yesod
  Web Framework.
  .
- 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-yesod-static-doc
 Section: doc
@@ -109,7 +107,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Static file serving subsite for Yesod Web Framework; documentation
+Description: Static file serving subsite for Yesod Web Framework${haskell:ShortBlurb}
  Yesod is a framework designed to foster creation of RESTful web
  application that have strong compile-time guarantees of correctness.
  It also affords space efficient code and portability to many
@@ -118,6 +116,4 @@
  This package provides static file serving functionality for the Yesod
  Web Framework.
  .
- 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