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

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


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

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

Fri May 24 08:55:11 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 42c7d235d6bd5c81c8abd65c34a0382
diff -rN -u old-haskell-ixset//changelog new-haskell-ixset//changelog
--- old-haskell-ixset//changelog	2013-05-24 09:25:38.986061322 +0000
+++ new-haskell-ixset//changelog	2013-05-24 09:25:38.990349736 +0000
@@ -1,6 +1,7 @@
 haskell-ixset (1.0.3-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:54:07 +0200
 
diff -rN -u old-haskell-ixset//control new-haskell-ixset//control
--- old-haskell-ixset//control	2013-05-24 09:25:38.982141507 +0000
+++ new-haskell-ixset//control	2013-05-24 09:25:38.990349736 +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-with-class-dev (>= 0.6.1)
@@ -31,14 +31,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell implementation of queryable sets - GHC libraries
+Description: Haskell implementation of queryable sets - GHC libraries${haskell:ShortBlurb}
  IxSet is a Haskell efficient implementation of queryable sets: it
  makes you able to define complex data types and index them on some of
  theirs fields. Then you can efficiently query the IxSet to find the
  records that satisfy some condition.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-ixset-prof
 Architecture: any
@@ -47,14 +46,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell implementation of queryable sets - GHC profiling libraries
+Description: Haskell implementation of queryable sets - GHC profiling libraries${haskell:ShortBlurb}
  IxSet is a Haskell efficient implementation of queryable sets: it
  makes you able to define complex data types and index them on some of
  theirs fields. Then you can efficiently query the IxSet to find the
  records that satisfy some condition.
  .
- 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-ixset-doc
 Section: doc
@@ -62,12 +60,10 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell implementation of queryable sets - documentation
+Description: Haskell implementation of queryable sets - documentation${haskell:ShortBlurb}
  IxSet is a Haskell efficient implementation of queryable sets: it
  makes you able to define complex data types and index them on some of
  theirs fields. Then you can efficiently query the IxSet to find the
  records that satisfy some condition.
  .
- 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