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

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


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

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

Fri May 24 09:12:18 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 42be553cbf393adf001d2dbe4461c7e
diff -rN -u old-haskell-sendfile//changelog new-haskell-sendfile//changelog
--- old-haskell-sendfile//changelog	2013-05-24 09:29:01.141761121 +0000
+++ new-haskell-sendfile//changelog	2013-05-24 09:29:01.141761121 +0000
@@ -1,6 +1,7 @@
 haskell-sendfile (0.7.7-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:54:55 +0200
 
diff -rN -u old-haskell-sendfile//control new-haskell-sendfile//control
--- old-haskell-sendfile//control	2013-05-24 09:29:01.134077276 +0000
+++ new-haskell-sendfile//control	2013-05-24 09:29:01.146039993 +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,7 +28,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell portable sendfile library - GHC libraries
+Description: Haskell portable sendfile library${haskell:ShortBlurb}
  This Haskell library exposes zero-copy sendfile functionality in a
  portable way. sendfile is a non standard system call that copies data
  between one file descriptor and another. This library uses the native
@@ -36,7 +36,7 @@
  provides an Haskell replacement in other cases, thus providing a
  portable interface.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-sendfile-prof
 Architecture: any
@@ -46,7 +46,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell portable sendfile library - GHC profiling libraries
+Description: Haskell portable sendfile library${haskell:ShortBlurb}
  This Haskell library exposes zero-copy sendfile functionality in a
  portable way. sendfile is a non standard system call that copies data
  between one file descriptor and another. This library uses the native
@@ -54,7 +54,7 @@
  provides an Haskell replacement in other cases, thus providing a
  portable interface.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-sendfile-doc
 Section: doc
@@ -64,7 +64,7 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell portable sendfile library - documentation
+Description: Haskell portable sendfile library${haskell:ShortBlurb}
  This Haskell library exposes zero-copy sendfile functionality in a
  portable way. sendfile is a non standard system call that copies data
  between one file descriptor and another. This library uses the native
@@ -72,4 +72,4 @@
  provides an Haskell replacement in other cases, thus providing a
  portable interface.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list