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

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


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

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

Fri May 24 09:12:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4819463390890e31fd73f08034183430
diff -rN -u old-haskell-unixutils//changelog new-haskell-unixutils//changelog
--- old-haskell-unixutils//changelog	2013-05-24 09:30:41.542536013 +0000
+++ new-haskell-unixutils//changelog	2013-05-24 09:30:41.546536142 +0000
@@ -1,6 +1,7 @@
 haskell-unixutils (1.50-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:19 +0200
 
diff -rN -u old-haskell-unixutils//control new-haskell-unixutils//control
--- old-haskell-unixutils//control	2013-05-24 09:30:41.538535498 +0000
+++ new-haskell-unixutils//control	2013-05-24 09:30:41.546536142 +0000
@@ -5,7 +5,7 @@
 Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
 Build-Depends:
  , debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
  , cdbs
  , ghc
  , ghc-prof
@@ -32,11 +32,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: An interface between Haskell and Unix-like operating systems
+Description: An interface between Haskell and Unix-like operating systems${haskell:ShortBlurb}
  A collection of useful and mildly useful functions that you might expect to
  find in System.* with a heavy bias towards Unix-type operating systems.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-unixutils-prof
 Architecture: any
@@ -46,11 +46,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling libraries for the haskell-unixutils package
+Description: Profiling libraries for the haskell-unixutils package${haskell:ShortBlurb}
  A collection of useful and mildly useful functions that you might expect to
  find in System.* with a heavy bias towards Unix-type operating systems.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-unixutils-doc
 Section: doc
@@ -58,8 +58,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Documentation for the haskell-unixutils package
+Description: Documentation for the haskell-unixutils package${haskell:ShortBlurb}
  A collection of useful and mildly useful functions that you might expect to
  find in System.* with a heavy bias towards Unix-type operating systems.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list