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

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


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

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

Fri May 24 08:55:01 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 1c2534932fbf89e93f6e1683ab697a77
diff -rN -u old-haskell-hcard//changelog new-haskell-hcard//changelog
--- old-haskell-hcard//changelog	2013-05-24 09:24:02.157540985 +0000
+++ new-haskell-hcard//changelog	2013-05-24 09:24:02.161539588 +0000
@@ -1,6 +1,7 @@
 haskell-hcard (0.0-4) 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:45 +0200
 
diff -rN -u old-haskell-hcard//control new-haskell-hcard//control
--- old-haskell-hcard//control	2013-05-24 09:24:02.138537351 +0000
+++ new-haskell-hcard//control	2013-05-24 09:24:02.161539588 +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-mtl-dev (>> 1.1.0.2)
@@ -34,12 +34,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: library for implementing a Deck of Cards
+Description: library for implementing a Deck of Cards${haskell:ShortBlurb}
  HCard provides a standard interface to a deck of cards -- providing shuffling,
  permutation-irrelevant equality of hands, etc.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-hcard-prof
 Architecture: any
@@ -48,12 +47,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: library for implementing a Deck of Cards; profiling libraries
+Description: library for implementing a Deck of Cards${haskell:ShortBlurb}
  HCard provides a standard interface to a deck of cards -- providing shuffling,
  permutation-irrelevant equality of hands, etc.
  .
- 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-hcard-doc
 Section: doc
@@ -61,10 +59,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: library for implementing a Deck of Cards; documentation
+Description: library for implementing a Deck of Cards${haskell:ShortBlurb}
  HCard provides a standard interface to a deck of cards -- providing shuffling,
  permutation-irrelevant equality of hands, etc.
  .
- 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