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

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


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

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

Fri May 24 08:55:51 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 41f3328f43be4eca1151197ef19e16ee
diff -rN -u old-haskell-simple-sendfile//changelog new-haskell-simple-sendfile//changelog
--- old-haskell-simple-sendfile//changelog	2013-05-24 09:29:21.371140233 +0000
+++ new-haskell-simple-sendfile//changelog	2013-05-24 09:29:21.375061750 +0000
@@ -1,6 +1,7 @@
 haskell-simple-sendfile (0.2.8-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:55:00 +0200
 
diff -rN -u old-haskell-simple-sendfile//control new-haskell-simple-sendfile//control
--- old-haskell-simple-sendfile//control	2013-05-24 09:29:21.367053069 +0000
+++ new-haskell-simple-sendfile//control	2013-05-24 09:29:21.375061750 +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-network-dev
@@ -24,12 +24,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Cross platform library for the sendfile system call
+Description: Cross platform library for the sendfile system call${haskell:ShortBlurb}
  Cross platform library for the sendfile system call. This library tries to
  call minimum system calls which are the bottleneck of web servers.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-simple-sendfile-prof
 Architecture: any
@@ -37,12 +36,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Cross platform library for the sendfile system call; profiling data
+Description: Cross platform library for the sendfile system call${haskell:ShortBlurb}
  Cross platform library for the sendfile system call. This library tries to
  call minimum system calls which are the bottleneck of web servers.
  .
- 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-simple-sendfile-doc
 Section: doc
@@ -50,10 +48,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Cross platform library for the sendfile system call; documentation
+Description: Cross platform library for the sendfile system call${haskell:ShortBlurb}
  Cross platform library for the sendfile system call. This library tries to
  call minimum system calls which are the bottleneck of web servers.
  .
- 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