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

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


Fri May 24 09:12:14 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4231a5f7741f7f566274f40250d3a31c

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

Fri May 24 09:12:14 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4231a5f7741f7f566274f40250d3a31c
diff -rN -u old-haskell-maybet//changelog new-haskell-maybet//changelog
--- old-haskell-maybet//changelog	2013-05-24 09:26:21.675125414 +0000
+++ new-haskell-maybet//changelog	2013-05-24 09:26:21.679038806 +0000
@@ -1,6 +1,7 @@
 haskell-maybet (0.1.2-6) 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:17 +0200
 
diff -rN -u old-haskell-maybet//control new-haskell-maybet//control
--- old-haskell-maybet//control	2013-05-24 09:26:21.667292296 +0000
+++ new-haskell-maybet//control	2013-05-24 09:26:21.681668656 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends:
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  cdbs,
  ghc,
  ghc-prof,
@@ -28,14 +28,14 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell MaybeT monad transformer - GHC libraries
+Description: Haskell MaybeT monad transformer${haskell:ShortBlurb}
  MaybeT is a Haskell monad transformer that adds Maybe semantics to an
  existing monad, making it able to fail (i.e. return Nothing) or be
  successful (return the result wrapped in a Just).
  .
  If you don't know what a Haskell monad is, you can just ignore this package.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-maybet-prof
 Architecture: any
@@ -45,14 +45,14 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell MaybeT monad transformer - GHC profiling libraries
+Description: Haskell MaybeT monad transformer${haskell:ShortBlurb}
  MaybeT is a Haskell monad transformer that adds Maybe semantics to an
  existing monad, making it able to fail (i.e. return Nothing) or be
  successful (return the result wrapped in a Just).
  .
  If you don't know what a Haskell monad is, you can just ignore this package.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-maybet-doc
 Section: doc
@@ -62,11 +62,11 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell MaybeT monad transformer - documentation
+Description: Haskell MaybeT monad transformer${haskell:ShortBlurb}
  MaybeT is a Haskell monad transformer that adds Maybe semantics to an
  existing monad, making it able to fail (i.e. return Nothing) or be
  successful (return the result wrapped in a Just).
  .
  If you don't know what a Haskell monad is, you can just ignore this package.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list