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

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


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

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

Fri May 24 08:54:51 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 7246357ced75e911c624ec763f9c46f2
diff -rN -u old-haskell-free//changelog new-haskell-free//changelog
--- old-haskell-free//changelog	2013-05-24 09:23:07.242178115 +0000
+++ new-haskell-free//changelog	2013-05-24 09:23:07.242178115 +0000
@@ -1,6 +1,7 @@
 haskell-free (3.3.1-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:32 +0200
 
diff -rN -u old-haskell-free//control new-haskell-free//control
--- old-haskell-free//control	2013-05-24 09:23:07.237689935 +0000
+++ new-haskell-free//control	2013-05-24 09:23:07.242178115 +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-bifunctors-dev (>= 3.0),
@@ -51,7 +51,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Monads for free
+Description: Monads for free${haskell:ShortBlurb}
  Free monads are useful for many tree-like structures and domain specific
  languages.
  .
@@ -64,8 +64,7 @@
  A Comonad v is a cofree Comonad for f if every Comonad homomorphism another
  comonad w to v is equivalent to a natural transformation from w to f.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-free-prof
 Architecture: any
@@ -73,7 +72,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Monads for free; profiling data
+Description: Monads for free${haskell:ShortBlurb}
  Free monads are useful for many tree-like structures and domain specific
  languages.
  .
@@ -86,8 +85,7 @@
  A Comonad v is a cofree Comonad for f if every Comonad homomorphism another
  comonad w to v is equivalent to a natural transformation from w to f.
  .
- 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-free-doc
 Section: doc
@@ -95,7 +93,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Monads for free; documentation
+Description: Monads for free${haskell:ShortBlurb}
  Free monads are useful for many tree-like structures and domain specific
  languages.
  .
@@ -108,6 +106,4 @@
  A Comonad v is a cofree Comonad for f if every Comonad homomorphism another
  comonad w to v is equivalent to a natural transformation from w to f.
  .
- 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