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

Joachim Breitner mail at joachim-breitner.de
Sat May 25 10:28:30 UTC 2013


Sat May 25 09:00:41 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 50e7725c8f4530f3b106a74c269e2eb7

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

Sat May 25 09:00:41 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 50e7725c8f4530f3b106a74c269e2eb7
diff -rN -u old-haskell-ofx//changelog new-haskell-ofx//changelog
--- old-haskell-ofx//changelog	2013-05-25 10:28:29.937567985 +0000
+++ new-haskell-ofx//changelog	2013-05-25 10:28:29.946038794 +0000
@@ -1,6 +1,7 @@
 haskell-ofx (0.2.0.0-2) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 25 May 2013 11:00:26 +0200
 
diff -rN -u old-haskell-ofx//control new-haskell-ofx//control
--- old-haskell-ofx//control	2013-05-25 10:28:29.929628137 +0000
+++ new-haskell-ofx//control	2013-05-25 10:28:29.942046278 +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-explicit-exception-dev (>> 0.1)
@@ -29,7 +29,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: parser for Open Financial Exchange (OFX) financial data
+Description: parser for Open Financial Exchange (OFX) financial data${haskell:ShortBlurb}
  A parser for Open Financial Exchange (OFX) financial data. This
  handles OFX version 1.03, which is documented at http//www.ofx.net/ .
  This also handles QFX, which is OFX plus some minor additions made by
@@ -42,8 +42,7 @@
  all, of the data you will be interested in if your OFX file is from a
  bank or credit card account.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-ofx-prof
 Architecture: any
@@ -52,7 +51,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: parser for Open Financial Exchange (OFX) financial data; profiling librs
+Description: parser for Open Financial Exchange (OFX) financial data${haskell:ShortBlurb}
  A parser for Open Financial Exchange (OFX) financial data. This
  handles OFX version 1.03, which is documented at http//www.ofx.net/ .
  This also handles QFX, which is OFX plus some minor additions made by
@@ -65,8 +64,7 @@
  all, of the data you will be interested in if your OFX file is from a
  bank or credit card account.
  .
- 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-ofx-doc
 Section: doc
@@ -74,7 +72,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: parser for Open Financial Exchange (OFX) financial data; documentation
+Description: parser for Open Financial Exchange (OFX) financial data${haskell:ShortBlurb}
  A parser for Open Financial Exchange (OFX) financial data. This
  handles OFX version 1.03, which is documented at http//www.ofx.net/ .
  This also handles QFX, which is OFX plus some minor additions made by
@@ -87,6 +85,4 @@
  all, of the data you will be interested in if your OFX file is from a
  bank or credit card account.
  .
- 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