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

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


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

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

Fri May 24 08:54:50 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 33bc2bbc75d252eff32fc715eb89c731
diff -rN -u old-haskell-fgl//changelog new-haskell-fgl//changelog
--- old-haskell-fgl//changelog	2013-05-24 09:22:58.690038544 +0000
+++ new-haskell-fgl//changelog	2013-05-24 09:22:58.690038544 +0000
@@ -1,6 +1,7 @@
 haskell-fgl (5.4.2.4-4) 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:30 +0200
 
diff -rN -u old-haskell-fgl//control new-haskell-fgl//control
--- old-haskell-fgl//control	2013-05-24 09:22:58.682064715 +0000
+++ new-haskell-fgl//control	2013-05-24 09:22:58.694039886 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata 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
@@ -25,9 +25,8 @@
   , ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell graph library for GHC
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell graph library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This is Martin Erwig's Functional Graph Library.
 
@@ -36,10 +35,8 @@
 Depends: ${haskell:Depends}
   , ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: Haskell graph library 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 graph library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This is Martin Erwig's Functional Graph Library.
 
@@ -50,10 +47,8 @@
   , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell graph library 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 graph library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This is Martin Erwig's Functional Graph Library.
 





More information about the Pkg-haskell-commits mailing list