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

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


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

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

Fri May 24 08:56:22 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: dfa75c98680b602462f42f15af6d1542
diff -rN -u old-hbro-contrib//changelog new-hbro-contrib//changelog
--- old-hbro-contrib//changelog	2013-05-24 09:32:18.943315589 +0000
+++ new-hbro-contrib//changelog	2013-05-24 09:32:18.947349616 +0000
@@ -1,6 +1,7 @@
 hbro-contrib (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-contrib//control new-hbro-contrib//control
--- old-hbro-contrib//control	2013-05-24 09:32:18.939196377 +0000
+++ new-hbro-contrib//control	2013-05-24 09:32:18.947349616 +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-glib-dev
@@ -52,13 +52,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: third-party extensions to hbro
+Description: third-party extensions to hbro${haskell:ShortBlurb}
  hbro is a minimal web browser using WebKitGTK+ and ZeroMQ.
  It is written in and configured in Haskell.  These are
  extensions for bookmarks, download, history, and so on.
  .
- 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-contrib-prof
 Architecture: any
@@ -67,13 +66,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: third-party extensions to hbro; profiling libraries
+Description: third-party extensions to hbro${haskell:ShortBlurb}
  hbro is a minimal web browser using WebKitGTK+ and ZeroMQ.
  It is written in and configured in Haskell.  These are
  extensions for bookmarks, download, history, and so on.
  .
- 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-contrib-doc
 Section: doc
@@ -81,11 +79,9 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: third-party extensions to hbro; documentation
+Description: third-party extensions to hbro${haskell:ShortBlurb}
  hbro is a minimal web browser using WebKitGTK+ and ZeroMQ.
  It is written in and configured in Haskell.  These are
  extensions for bookmarks, download, history, and so on.
  .
- 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