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

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:23:43 UTC 2013


Fri May 24 09:12:03 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 35d5ffdd5db1be954facc0247ae7cd98

    M ./changelog +1
    M ./control -6 +6

Fri May 24 09:12:03 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 35d5ffdd5db1be954facc0247ae7cd98
diff -rN -u old-haskell-happstack//changelog new-haskell-happstack//changelog
--- old-haskell-happstack//changelog	2013-05-24 09:23:42.949552467 +0000
+++ new-haskell-happstack//changelog	2013-05-24 09:23:42.953567870 +0000
@@ -1,6 +1,7 @@
 haskell-happstack (7.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:53:41 +0200
 
diff -rN -u old-haskell-happstack//control new-haskell-happstack//control
--- old-haskell-happstack//control	2013-05-24 09:23:42.905560914 +0000
+++ new-haskell-happstack//control	2013-05-24 09:23:42.953567870 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends:
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  cdbs,
  ghc,
  ghc-prof,
@@ -29,13 +29,13 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell web framework - GHC libraries
+Description: Haskell web framework${haskell:ShortBlurb}
  Happstack is a web framework written in Haskell; it provides a rich
  collection of types and functions for routing Requests, generating
  Responses, working with query parameters, form data, and cookies,
  serving files and more.
  .
- This package contains the libraries compiled for GHC. Anyway, it is
+ ${haskell:Blurb} Anyway, it is
  just a stub, depending on the package that actually provides the
  Happstack server.
 
@@ -47,7 +47,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell web framework - GHC profiling libraries
+Description: Haskell web framework${haskell:ShortBlurb}
  Happstack is a web framework written in Haskell; it provides a rich
  collection of types and functions for routing Requests, generating
  Responses, working with query parameters, form data, and cookies,
@@ -65,12 +65,12 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell web framework - documentation
+Description: Haskell web framework${haskell:ShortBlurb}
  Happstack is a web framework written in Haskell; it provides a rich
  collection of types and functions for routing Requests, generating
  Responses, working with query parameters, form data, and cookies,
  serving files and more.
  .
- This package contains the library documentation. Anyway, it is just a
+ ${haskell:Blurb} Anyway, it is just a
  stub, depending on the package that actually provides the Happstack
  server.





More information about the Pkg-haskell-commits mailing list