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

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


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

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

Fri May 24 09:12:21 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: ff644195d606d66c4f0bcb75f6756bb3
diff -rN -u old-haskell-texmath//changelog new-haskell-texmath//changelog
--- old-haskell-texmath//changelog	2013-05-24 09:30:19.489536100 +0000
+++ new-haskell-texmath//changelog	2013-05-24 09:30:19.493535838 +0000
@@ -1,6 +1,7 @@
 haskell-texmath (0.6.1.3-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:55:14 +0200
 
diff -rN -u old-haskell-texmath//control new-haskell-texmath//control
--- old-haskell-texmath//control	2013-05-24 09:30:19.485536058 +0000
+++ new-haskell-texmath//control	2013-05-24 09:30:19.493535838 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>, Kiwamu Okabe <kiwamu at debian.or.jp>
 Build-Depends:
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  cdbs,
  ghc,
  ghc-prof,
@@ -35,12 +35,12 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell library to convert LaTeX to MathML - GHC libraries
+Description: Haskell library to convert LaTeX to MathML${haskell:ShortBlurb}
  The texmath Haskell library provides functions to convert LaTeX math
  formulas to presentation MathML. It supports basic LaTeX and AMS
  extensions, but not macros.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-texmath-prof
 Architecture: any
@@ -50,12 +50,12 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell library to convert LaTeX to MathML - GHC profiling libraries
+Description: Haskell library to convert LaTeX to MathML${haskell:ShortBlurb}
  The texmath Haskell library provides functions to convert LaTeX math
  formulas to presentation MathML. It supports basic LaTeX and AMS
  extensions, but not macros.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-texmath-doc
 Section: doc
@@ -65,9 +65,9 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell library to convert LaTeX to MathML - documentation
+Description: Haskell library to convert LaTeX to MathML${haskell:ShortBlurb}
  The texmath Haskell library provides functions to convert LaTeX math
  formulas to presentation MathML. It supports basic LaTeX and AMS
  extensions, but not macros.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list