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

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


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

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

Fri May 24 09:12:00 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 242c206d784dad11ef33800647997e57
diff -rN -u old-haskell-citeproc-hs//changelog new-haskell-citeproc-hs//changelog
--- old-haskell-citeproc-hs//changelog	2013-05-24 09:20:52.861542588 +0000
+++ new-haskell-citeproc-hs//changelog	2013-05-24 09:20:52.867037585 +0000
@@ -1,6 +1,7 @@
 haskell-citeproc-hs (0.3.8-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:52:59 +0200
 
diff -rN -u old-haskell-citeproc-hs//control new-haskell-citeproc-hs//control
--- old-haskell-citeproc-hs//control	2013-05-24 09:20:52.815059824 +0000
+++ new-haskell-citeproc-hs//control	2013-05-24 09:20:52.867037585 +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,
@@ -58,7 +58,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell support for Citation Style Language - GHC libraries
+Description: Haskell support for Citation Style Language${haskell:ShortBlurb}
  citeproc-hs is a Haskell implementation of the Citation Style Language
  (CSL).
  .
@@ -70,7 +70,7 @@
  formatting, similar in principle to BibTeX .bst files or the binary
  style files in commercial products like Endnote or Reference Manager.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-citeproc-hs-prof
 Architecture: any
@@ -80,7 +80,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell support for Citation Style Language - GHC profiling libraries
+Description: Haskell support for Citation Style Language${haskell:ShortBlurb}
  citeproc-hs is a Haskell implementation of the Citation Style Language
  (CSL).
  .
@@ -92,7 +92,7 @@
  formatting, similar in principle to BibTeX .bst files or the binary
  style files in commercial products like Endnote or Reference Manager.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-citeproc-hs-doc
 Section: doc
@@ -102,7 +102,7 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell support for Citation Style Language - documentation
+Description: Haskell support for Citation Style Language${haskell:ShortBlurb}
  citeproc-hs is a Haskell implementation of the Citation Style Language
  (CSL).
  .
@@ -114,7 +114,7 @@
  formatting, similar in principle to BibTeX .bst files or the binary
  style files in commercial products like Endnote or Reference Manager.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}
 
 Package: libghc-citeproc-hs-data
 Architecture: all
@@ -123,7 +123,7 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell support for Citation Style Language - data files
+Description: Haskell support for Citation Style Language - data files${haskell:ShortBlurb}
  citeproc-hs is a Haskell implementation of the Citation Style Language
  (CSL).
  .





More information about the Pkg-haskell-commits mailing list