diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:51 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:51 +0400 |
commit | 8ce6773d85632c766f4af370b4985f7fa98a3819 (patch) | |
tree | 306daeb4c1806a4c23f5bb433f1d01e0e6279481 /p/haskell-simple-sendfile | |
parent | 487a8e569d366577e105cc772b6b7b0b569993dd (diff) | |
download | DHG_packages-8ce6773d85632c766f4af370b4985f7fa98a3819.tar.gz |
haskell-simple-sendfile: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-simple-sendfile')
-rw-r--r-- | p/haskell-simple-sendfile/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-simple-sendfile/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-simple-sendfile/debian/changelog b/p/haskell-simple-sendfile/debian/changelog index 06de78662..678fffc8d 100644 --- a/p/haskell-simple-sendfile/debian/changelog +++ b/p/haskell-simple-sendfile/debian/changelog @@ -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@debian.org> Fri, 24 May 2013 09:55:00 +0200 diff --git a/p/haskell-simple-sendfile/debian/control b/p/haskell-simple-sendfile/debian/control index 1e2c1c5db..234ff1953 100644 --- a/p/haskell-simple-sendfile/debian/control +++ b/p/haskell-simple-sendfile/debian/control @@ -6,7 +6,7 @@ Uploaders: Iulian Udrea <iulian@linux.com>, Clint Adams <clint@debian.org> 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 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} 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 @@ Depends: ${haskell:Depends}, ${misc:Depends} 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 @@ Architecture: all 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} |