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

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


Fri May 24 09:06:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4adca0512fe0541368f89729dd268e65

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

Fri May 24 09:06:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4adca0512fe0541368f89729dd268e65
diff -rN -u old-haskell-hashtables//changelog new-haskell-hashtables//changelog
--- old-haskell-hashtables//changelog	2013-05-24 09:23:53.107035438 +0000
+++ new-haskell-hashtables//changelog	2013-05-24 09:23:53.111035956 +0000
@@ -1,6 +1,7 @@
 haskell-hashtables (1.0.1.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:53:43 +0200
 
diff -rN -u old-haskell-hashtables//control new-haskell-hashtables//control
--- old-haskell-hashtables//control	2013-05-24 09:23:53.107035438 +0000
+++ new-haskell-hashtables//control	2013-05-24 09:23:53.111035956 +0000
@@ -8,7 +8,7 @@
                ghc,
                ghc-doc,
                ghc-prof,
-               haskell-devscripts (>= 0.8.13),
+               haskell-devscripts (>= 0.8.15),
                libghc-hashable-dev (>= 1.1),
                libghc-hashable-dev (<< 2),
                libghc-hashable-prof,
@@ -30,7 +30,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: mutable hash tables
+Description: mutable hash tables${haskell:ShortBlurb}
  This package provides a couple of different implementations of mutable hash
  tables in the ST monad, as well as a typeclass abstracting their common
  operations, and a set of wrappers to use the hash tables in the IO monad. 
@@ -48,8 +48,7 @@
     insert and lookup performance for higher space efficiency and much shorter
     delays when expanding the table.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-hashtables-prof
 Architecture: any
@@ -57,7 +56,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: mutable hash tables -- profiling libraries
+Description: mutable hash tables -- profiling libraries${haskell:ShortBlurb}
  This package provides a couple of different implementations of mutable hash
  tables in the ST monad, as well as a typeclass abstracting their common
  operations, and a set of wrappers to use the hash tables in the IO monad. 
@@ -75,8 +74,7 @@
     insert and lookup performance for higher space efficiency and much shorter
     delays when expanding the table.
  .
- 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-hashtables-doc
 Section: doc
@@ -85,7 +83,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: mutable hash tables -- documentation
+Description: mutable hash tables -- documentation${haskell:ShortBlurb}
  This package provides a couple of different implementations of mutable hash
  tables in the ST monad, as well as a typeclass abstracting their common
  operations, and a set of wrappers to use the hash tables in the IO monad. 
@@ -103,6 +101,4 @@
     insert and lookup performance for higher space efficiency and much shorter
     delays when expanding the table.
  .
- 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