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

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


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

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

Fri May 24 08:55:05 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 58399e6262c77e2be572460149f188c8
diff -rN -u old-haskell-hs-bibutils//changelog new-haskell-hs-bibutils//changelog
--- old-haskell-hs-bibutils//changelog	2013-05-24 09:24:29.614056361 +0000
+++ new-haskell-hs-bibutils//changelog	2013-05-24 09:24:29.614056361 +0000
@@ -1,6 +1,7 @@
 haskell-hs-bibutils (4.12-7) 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:51 +0200
 
diff -rN -u old-haskell-hs-bibutils//control new-haskell-hs-bibutils//control
--- old-haskell-hs-bibutils//control	2013-05-24 09:24:29.606071174 +0000
+++ new-haskell-hs-bibutils//control	2013-05-24 09:24:29.618056510 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-syb-dev
@@ -28,13 +28,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell bindings to bibutils library
+Description: Haskell bindings to bibutils library${haskell:ShortBlurb}
  bibutils is a program by Chris Putnam to convert between various
  bibliography formats, using a common MODS-format XML intermediate. This
  package offers Haskell bindings to the bibutils library.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-hs-bibutils-prof
 Architecture: any
@@ -43,13 +42,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell bindings to bibutils library; profiling libraries
+Description: Haskell bindings to bibutils library${haskell:ShortBlurb}
  bibutils is a program by Chris Putnam to convert between various
  bibliography formats, using a common MODS-format XML intermediate. This
  package offers Haskell bindings to the bibutils library.
  .
- 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-hs-bibutils-doc
 Section: doc
@@ -57,11 +55,9 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell bindings to bibutils library; documentation
+Description: Haskell bindings to bibutils library${haskell:ShortBlurb}
  bibutils is a program by Chris Putnam to convert between various
  bibliography formats, using a common MODS-format XML intermediate. This
  package offers Haskell bindings to the bibutils library.
  .
- 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