[Pkg-haskell-commits] darcs: haskell-http-reverse-proxy: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:24:59 UTC 2013
Fri May 24 08:55:07 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 34bf804bddca0b7807b5c128a8258c6d
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:07 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 34bf804bddca0b7807b5c128a8258c6d
diff -rN -u old-haskell-http-reverse-proxy//changelog new-haskell-http-reverse-proxy//changelog
--- old-haskell-http-reverse-proxy//changelog 2013-05-24 09:24:59.823039297 +0000
+++ new-haskell-http-reverse-proxy//changelog 2013-05-24 09:24:59.827055513 +0000
@@ -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 at debian.org> Fri, 24 May 2013 09:53:59 +0200
diff -rN -u old-haskell-http-reverse-proxy//control new-haskell-http-reverse-proxy//control
--- old-haskell-http-reverse-proxy//control 2013-05-24 09:24:59.819061234 +0000
+++ new-haskell-http-reverse-proxy//control 2013-05-24 09:24:59.827055513 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at 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 @@
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 @@
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 @@
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}
More information about the Pkg-haskell-commits
mailing list