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

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


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

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

Fri May 24 08:56:14 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: dcc0b134764cb807b740dffcfa9be2f9
diff -rN -u old-haskell-x11//changelog new-haskell-x11//changelog
--- old-haskell-x11//changelog	2013-05-24 09:31:33.730285945 +0000
+++ new-haskell-x11//changelog	2013-05-24 09:31:33.730285945 +0000
@@ -5,6 +5,7 @@
 
   [ Joachim Breitner ]
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Ryan Kavanagh <rak at debian.org>  Mon, 25 Mar 2013 10:54:25 -0400
 
diff -rN -u old-haskell-x11//control new-haskell-x11//control
--- old-haskell-x11//control	2013-05-24 09:31:33.722157096 +0000
+++ new-haskell-x11//control	2013-05-24 09:31:33.734103998 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>, Ryan Kavanagh <rak at debian.org>
 Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9)
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , cdbs
   , ghc
   , ghc-prof
@@ -31,9 +31,8 @@
   , libxrandr-dev
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell X11 binding for GHC
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell X11 binding for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library is a binding to the X11 graphics library.
  The binding is a direct translation of the C binding; for
@@ -45,10 +44,8 @@
 Depends: ${haskell:Depends}
   , ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: Haskell X11 binding for GHC; 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: Haskell X11 binding for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library is a binding to the X11 graphics library.
  The binding is a direct translation of the C binding; for
@@ -62,10 +59,8 @@
   , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell X11 binding for GHC; 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: Haskell X11 binding for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library is a binding to the X11 graphics library.
  The binding is a direct translation of the C binding; for





More information about the Pkg-haskell-commits mailing list