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

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


Fri May 24 08:56:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 50afa68e0eb0843f91010f7e0f4590d9

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

Fri May 24 08:56:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 50afa68e0eb0843f91010f7e0f4590d9
diff -rN -u old-hbro//changelog new-hbro//changelog
--- old-hbro//changelog	2013-05-24 09:32:17.575040516 +0000
+++ new-hbro//changelog	2013-05-24 09:32:17.579040372 +0000
@@ -1,6 +1,7 @@
 hbro (1.0.0.0-3) 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:42 +0200
 
diff -rN -u old-hbro//control new-hbro//control
--- old-hbro//control	2013-05-24 09:32:17.571041552 +0000
+++ new-hbro//control	2013-05-24 09:32:17.579040372 +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-cmdargs-dev
@@ -61,7 +61,7 @@
 Recommends: ${haskell:Recommends}, libghc-hbro-dev
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: minimal KISS-compliant web browser
+Description: minimal KISS-compliant web browser${haskell:ShortBlurb}
  hbro is a minimal web browser using WebKitGTK+ and ZeroMQ.
  It is written in and configured in Haskell.
 
@@ -73,12 +73,11 @@
 Recommends: ${haskell:Recommends}, libghc-hbro-contrib-dev
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: minimal KISS-compliant web browser
+Description: minimal KISS-compliant web browser${haskell:ShortBlurb}
  hbro is a minimal web browser using WebKitGTK+ and ZeroMQ.
  It is written in and configured in Haskell.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-hbro-prof
 Architecture: any
@@ -87,12 +86,11 @@
 Recommends: ${haskell:Recommends}, libghc-hbro-contrib-prof
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: minimal KISS-compliant web browser; profiling libraries
+Description: minimal KISS-compliant web browser${haskell:ShortBlurb}
  hbro is a minimal web browser using WebKitGTK+ and ZeroMQ.
  It is written in and configured in Haskell.
  .
- 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-hbro-doc
 Section: doc
@@ -100,10 +98,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}, libghc-hbro-contrib-doc
 Suggests: ${haskell:Suggests}
-Description: minimal KISS-compliant web browser; documentation
+Description: minimal KISS-compliant web browser${haskell:ShortBlurb}
  hbro is a minimal web browser using WebKitGTK+ and ZeroMQ.
  It is written in and configured in Haskell.
  .
- 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