diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:07 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:07 +0400 |
commit | 6e31e903ad429c8e13b04d5673774856d0169bbc (patch) | |
tree | c776d977cb24a6f8fbc12e7525060fc01643488e /p/haskell-http-reverse-proxy | |
parent | 59422b8c1fb1422390298d7f991ad57683f94ffc (diff) | |
download | DHG_packages-6e31e903ad429c8e13b04d5673774856d0169bbc.tar.gz |
haskell-http-reverse-proxy: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-http-reverse-proxy')
-rw-r--r-- | p/haskell-http-reverse-proxy/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-http-reverse-proxy/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-http-reverse-proxy/debian/changelog b/p/haskell-http-reverse-proxy/debian/changelog index 1447fb1e9..90e17dbdc 100644 --- a/p/haskell-http-reverse-proxy/debian/changelog +++ b/p/haskell-http-reverse-proxy/debian/changelog @@ -1,6 +1,7 @@ haskell-http-reverse-proxy (0.1.1.4-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:59 +0200 diff --git a/p/haskell-http-reverse-proxy/debian/control b/p/haskell-http-reverse-proxy/debian/control index a299aff31..fe8ee7404 100644 --- a/p/haskell-http-reverse-proxy/debian/control +++ b/p/haskell-http-reverse-proxy/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Clint Adams <clint@debian.org> Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-blaze-builder-dev (>> 0.3) @@ -67,14 +67,13 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: reverse-proxy HTTP requests, either over raw sockets or with WAI +Description: reverse-proxy HTTP requests, either over raw sockets or with WAI${haskell:ShortBlurb} http-reverse-proxy provides a simple means of reverse-proxying HTTP requests. The raw approach uses the same technique as leveraged by keter, whereas the WAI approach performs full request/response parsing via WAI and http-conduit. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-http-reverse-proxy-prof Architecture: any @@ -83,14 +82,13 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: reverse-proxy HTTP requests, over raw sockets or with WAI; profiling libraries +Description: reverse-proxy HTTP requests, over raw sockets or with WAI${haskell:ShortBlurb} http-reverse-proxy provides a simple means of reverse-proxying HTTP requests. The raw approach uses the same technique as leveraged by keter, whereas the WAI approach performs full request/response parsing via WAI and http-conduit. . - 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-http-reverse-proxy-doc Section: doc @@ -98,12 +96,10 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: reverse-proxy HTTP requests, over raw sockets or with WAI; documentation +Description: reverse-proxy HTTP requests, over raw sockets or with WAI${haskell:ShortBlurb} http-reverse-proxy provides a simple means of reverse-proxying HTTP requests. The raw approach uses the same technique as leveraged by keter, whereas the WAI approach performs full request/response parsing via WAI and http-conduit. . - 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} |