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

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


Fri May 24 08:54:38 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 5408e96ab61ef03bb2481ed32de73fd5

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

Fri May 24 08:54:38 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 5408e96ab61ef03bb2481ed32de73fd5
diff -rN -u old-haskell-data-memocombinators//changelog new-haskell-data-memocombinators//changelog
--- old-haskell-data-memocombinators//changelog	2013-05-24 09:21:54.450103889 +0000
+++ new-haskell-data-memocombinators//changelog	2013-05-24 09:21:54.453925344 +0000
@@ -1,6 +1,7 @@
 haskell-data-memocombinators (0.4.4-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:14 +0200
 
diff -rN -u old-haskell-data-memocombinators//control new-haskell-data-memocombinators//control
--- old-haskell-data-memocombinators//control	2013-05-24 09:21:54.446056156 +0000
+++ new-haskell-data-memocombinators//control	2013-05-24 09:21:54.453925344 +0000
@@ -6,7 +6,7 @@
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-data-inttrie-dev
@@ -26,9 +26,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Combinators for building memo tables library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Combinators for building memo tables library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It contains combinators for building memo tables.
 
@@ -39,10 +38,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Combinators for building memo tables library; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Combinators for building memo tables library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It contains combinators for building memo tables.
 
@@ -52,9 +49,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Combinators for building memo tables library; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Combinators for building memo tables library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It contains combinators for building memo tables.





More information about the Pkg-haskell-commits mailing list