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

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


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

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

Fri May 24 08:54:13 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 89da9341e2bb8bc2e8dc806ae7080569
diff -rN -u old-haskell-binary-communicator//changelog new-haskell-binary-communicator//changelog
--- old-haskell-binary-communicator//changelog	2013-05-24 09:19:45.502071725 +0000
+++ new-haskell-binary-communicator//changelog	2013-05-24 09:19:45.506041028 +0000
@@ -1,6 +1,7 @@
 haskell-binary-communicator (1.0.2.1-5) 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:44 +0200
 
diff -rN -u old-haskell-binary-communicator//control new-haskell-binary-communicator//control
--- old-haskell-binary-communicator//control	2013-05-24 09:19:45.493560096 +0000
+++ new-haskell-binary-communicator//control	2013-05-24 09:19:45.506041028 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-binary-dev 
@@ -29,12 +29,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: sending values in a MonadIO
+Description: sending values in a MonadIO${haskell:ShortBlurb}
  This package provides a datatype that makes it easier to send and receive
  values in any MonadIO.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-binary-communicator-prof
 Architecture: any
@@ -43,12 +42,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: sending values in a MonadIO; profiling libraries
+Description: sending values in a MonadIO${haskell:ShortBlurb}
  This package provides a datatype that makes it easier to send and receive
  values in any MonadIO.
  .
- 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-binary-communicator-doc
 Section: doc
@@ -56,10 +54,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: sending values in a MonadIO; documentation
+Description: sending values in a MonadIO${haskell:ShortBlurb}
  This package provides a datatype that makes it easier to send and receive
  values in any MonadIO.
  .
- 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