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

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


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

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

Fri May 24 08:55:43 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 3f6b4be304441714484a23443d95707d
diff -rN -u old-haskell-representable-tries//changelog new-haskell-representable-tries//changelog
--- old-haskell-representable-tries//changelog	2013-05-24 09:28:39.879285590 +0000
+++ new-haskell-representable-tries//changelog	2013-05-24 09:28:39.883243065 +0000
@@ -1,6 +1,7 @@
 haskell-representable-tries (3.0.2-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:54:50 +0200
 
diff -rN -u old-haskell-representable-tries//control new-haskell-representable-tries//control
--- old-haskell-representable-tries//control	2013-05-24 09:28:39.875046087 +0000
+++ new-haskell-representable-tries//control	2013-05-24 09:28:39.883243065 +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-adjunctions-dev (>> 3),
@@ -56,12 +56,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Tries from representations of polynomial functors
+Description: Tries from representations of polynomial functors${haskell:ShortBlurb}
  This package provides a representable Trie-based Reader monad transformer
  and also representations of polynomial functors.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-representable-tries-prof
 Architecture: any
@@ -69,12 +68,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Tries from representations of polynomial functors; profiling data
+Description: Tries from representations of polynomial functors${haskell:ShortBlurb}
  This package provides a representable Trie-based Reader monad transformer
  and also representations of polynomial functors.
  .
- 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-representable-tries-doc
 Section: doc
@@ -82,10 +80,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Tries from representations of polynomial functors; documentation
+Description: Tries from representations of polynomial functors${haskell:ShortBlurb}
  This package provides a representable Trie-based Reader monad transformer
  and also representations of polynomial functors.
  .
- 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