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

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


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

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

Fri May 24 08:54:10 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: d2d51cd26910accd3ed677c7390d7054
diff -rN -u old-haskell-attempt//changelog new-haskell-attempt//changelog
--- old-haskell-attempt//changelog	2013-05-24 09:19:27.178070452 +0000
+++ new-haskell-attempt//changelog	2013-05-24 09:19:27.182040726 +0000
@@ -1,6 +1,7 @@
 haskell-attempt (0.4.0-3) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:52:40 +0200
 
diff -rN -u old-haskell-attempt//control new-haskell-attempt//control
--- old-haskell-attempt//control	2013-05-24 09:19:27.178070452 +0000
+++ new-haskell-attempt//control	2013-05-24 09:19:27.182040726 +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-failure-dev (>= 0.2.0),
@@ -24,12 +24,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Concrete data type for handling extensible exceptions as failures
+Description: Concrete data type for handling extensible exceptions as failures${haskell:ShortBlurb}
  Defines a data type, Attempt, which has a Success and Failure constructor.
  Failure contains an extensible exception. 
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-attempt-prof
 Architecture: any
@@ -37,12 +36,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Concrete data type for handling extensible exceptions as failures; prof
+Description: Concrete data type for handling extensible exceptions as failures${haskell:ShortBlurb}
  Defines a data type, Attempt, which has a Success and Failure constructor.
  Failure contains an extensible exception. 
  .
- 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-attempt-doc
 Section: doc
@@ -50,10 +48,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Concrete data type for handling extensible exceptions as failures; docs
+Description: Concrete data type for handling extensible exceptions as failures${haskell:ShortBlurb}
  Defines a data type, Attempt, which has a Success and Failure constructor.
  Failure contains an extensible exception. 
  .
- 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