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

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


Fri May 24 08:55:03 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 9f9975f5e266abb7be45c255c40b6965

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

Fri May 24 08:55:03 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 9f9975f5e266abb7be45c255c40b6965
diff -rN -u old-haskell-hledger//changelog new-haskell-hledger//changelog
--- old-haskell-hledger//changelog	2013-05-24 09:24:14.602121064 +0000
+++ new-haskell-hledger//changelog	2013-05-24 09:24:14.602121064 +0000
@@ -1,6 +1,7 @@
 haskell-hledger (0.20-2) 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:48 +0200
 
diff -rN -u old-haskell-hledger//control new-haskell-hledger//control
--- old-haskell-hledger//control	2013-05-24 09:24:14.570557056 +0000
+++ new-haskell-hledger//control	2013-05-24 09:24:14.602121064 +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
   , ghc-ghci
@@ -67,7 +67,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: command-line double-entry accounting program
+Description: command-line double-entry accounting program${haskell:ShortBlurb}
  hledger is a Haskell port and friendly fork of John Wiegley's ledger
  accounting tool. This package provides the main hledger command-line
  tool; see the other hledger-* packages for web and curses interfaces
@@ -88,9 +88,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: CLI libraries for hledger
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: CLI libraries for hledger${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  hledger is a Haskell port and friendly fork of John Wiegley's ledger
  accounting tool. This package provides the main hledger command-line
@@ -111,10 +110,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: CLI libraries for hledger; 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: CLI libraries for hledger${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  hledger is a Haskell port and friendly fork of John Wiegley's ledger
  accounting tool. This package provides the main hledger command-line
@@ -134,10 +131,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: CLI libraries for hledger; 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: CLI libraries for hledger${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  hledger is a Haskell port and friendly fork of John Wiegley's ledger
  accounting tool. This package provides the main hledger command-line





More information about the Pkg-haskell-commits mailing list