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

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


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

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

Fri May 24 08:55:10 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 675b43e86258d00c0a64978d71b3dbec
diff -rN -u old-haskell-io-choice//changelog new-haskell-io-choice//changelog
--- old-haskell-io-choice//changelog	2013-05-24 09:25:30.511059921 +0000
+++ new-haskell-io-choice//changelog	2013-05-24 09:25:30.511059921 +0000
@@ -1,6 +1,7 @@
 haskell-io-choice (0.0.1-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:54:05 +0200
 
diff -rN -u old-haskell-io-choice//control new-haskell-io-choice//control
--- old-haskell-io-choice//control	2013-05-24 09:25:30.499068564 +0000
+++ new-haskell-io-choice//control	2013-05-24 09:25:30.515054981 +0000
@@ -5,7 +5,7 @@
 Uploaders: Clint Adams <clint at debian.org>, Kiwamu Okabe <kiwamu at debian.or.jp>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-lifted-base-dev
@@ -35,13 +35,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: choice for IO and lifted IO
+Description: choice for IO and lifted IO${haskell:ShortBlurb}
  io-choice provides the choice operator (||>) for the IO monad and lifted
  IO monad.  If an IOException occurs in the left-hand side, the right-hand
  IO action is performed.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-io-choice-prof
 Architecture: any
@@ -50,13 +49,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: choice for IO and lifted IO; profiling libraries
+Description: choice for IO and lifted IO${haskell:ShortBlurb}
  io-choice provides the choice operator (||>) for the IO monad and lifted
  IO monad.  If an IOException occurs in the left-hand side, the right-hand
  IO action is performed.
  .
- 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-io-choice-doc
 Section: doc
@@ -64,11 +62,9 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: choice for IO and lifted IO; documentation
+Description: choice for IO and lifted IO${haskell:ShortBlurb}
  io-choice provides the choice operator (||>) for the IO monad and lifted
  IO monad.  If an IOException occurs in the left-hand side, the right-hand
  IO action is performed.
  .
- 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