[Pkg-haskell-commits] darcs: haskell-wai-handler-scgi: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 11:04:43 UTC 2013
Sat May 25 09:07:13 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 8115bb4a7ac4160dfbdf0c72c8e30105
M ./changelog +1
M ./control -11 +7
Sat May 25 09:07:13 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 8115bb4a7ac4160dfbdf0c72c8e30105
diff -rN -u old-haskell-wai-handler-scgi//changelog new-haskell-wai-handler-scgi//changelog
--- old-haskell-wai-handler-scgi//changelog 2013-05-25 11:04:43.366039685 +0000
+++ new-haskell-wai-handler-scgi//changelog 2013-05-25 11:04:43.382047597 +0000
@@ -1,6 +1,7 @@
haskell-wai-handler-scgi (1.3.0.2-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 11:06:54 +0200
diff -rN -u old-haskell-wai-handler-scgi//control new-haskell-wai-handler-scgi//control
--- old-haskell-wai-handler-scgi//control 2013-05-25 11:04:43.362040604 +0000
+++ new-haskell-wai-handler-scgi//control 2013-05-25 11:04:43.370042022 +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-wai-dev (>> 1.3)
@@ -30,12 +30,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: WAI handler to SCGI
+Description: WAI handler to SCGI${haskell:ShortBlurb}
Web Application Interface (WAI) handler to Simple Common Gateway
Interface (SCGI).
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-wai-handler-scgi-prof
Architecture: any
@@ -44,12 +43,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: WAI handler to SCGI; profiling libraries
+Description: WAI handler to SCGI${haskell:ShortBlurb}
Web Application Interface (WAI) handler to Simple Common Gateway
Interface (SCGI).
.
- 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-wai-handler-scgi-doc
Section: doc
@@ -57,10 +55,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: WAI handler to SCGI; documentation
+Description: WAI handler to SCGI${haskell:ShortBlurb}
Web Application Interface (WAI) handler to Simple Common Gateway
Interface (SCGI).
.
- 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