[Pkg-haskell-commits] darcs: haskell-wai-handler-launch: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:29:10 UTC 2013
Sat May 25 09:00:41 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 19e1e737d10bc68228f5a1d79170a966
M ./changelog +1
M ./control -11 +7
Sat May 25 09:00:41 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 19e1e737d10bc68228f5a1d79170a966
diff -rN -u old-haskell-wai-handler-launch//changelog new-haskell-wai-handler-launch//changelog
--- old-haskell-wai-handler-launch//changelog 2013-05-25 10:29:10.507059105 +0000
+++ new-haskell-wai-handler-launch//changelog 2013-05-25 10:29:10.513572229 +0000
@@ -1,6 +1,7 @@
haskell-wai-handler-launch (1.3.1.4-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:00:26 +0200
diff -rN -u old-haskell-wai-handler-launch//control new-haskell-wai-handler-launch//control
--- old-haskell-wai-handler-launch//control 2013-05-25 10:29:10.499068601 +0000
+++ new-haskell-wai-handler-launch//control 2013-05-25 10:29:10.510553057 +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.2.1.4)
@@ -53,13 +53,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: WAI handler for launching in a web browser
+Description: WAI handler for launching in a web browser${haskell:ShortBlurb}
This WAI handler for launching in a web browser handles cross-platform
launching and inserts JavaScript code to ping the server. When the
server no longer receives pings, it shuts down.
.
- 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-launch-prof
Architecture: any
@@ -68,13 +67,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Short description of wai-handler-launch; profiling libraries
+Description: Short description of wai-handler-launch${haskell:ShortBlurb}
This WAI handler for launching in a web browser handles cross-platform
launching and inserts JavaScript code to ping the server. When the
server no longer receives pings, it shuts down.
.
- 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-launch-doc
Section: doc
@@ -82,11 +80,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Short description of wai-handler-launch; documentation
+Description: Short description of wai-handler-launch${haskell:ShortBlurb}
This WAI handler for launching in a web browser handles cross-platform
launching and inserts JavaScript code to ping the server. When the
server no longer receives pings, it shuts down.
.
- 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