[Pkg-haskell-commits] darcs: haskell-happstack-server: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:23:44 UTC 2013
Fri May 24 09:12:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 702a4acc00e0ba0cecb494d6c2bc7f18
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 702a4acc00e0ba0cecb494d6c2bc7f18
diff -rN -u old-haskell-happstack-server//changelog new-haskell-happstack-server//changelog
--- old-haskell-happstack-server//changelog 2013-05-24 09:23:44.570052303 +0000
+++ new-haskell-happstack-server//changelog 2013-05-24 09:23:44.570052303 +0000
@@ -6,6 +6,7 @@
[ Joachim Breitner ]
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Colin Watson <cjwatson at debian.org> Wed, 01 May 2013 08:41:31 +0100
diff -rN -u old-haskell-happstack-server//control new-haskell-happstack-server//control
--- old-haskell-happstack-server//control 2013-05-24 09:23:44.570052303 +0000
+++ new-haskell-happstack-server//control 2013-05-24 09:23:44.570052303 +0000
@@ -5,7 +5,7 @@
Uploaders: Giovanni Mascellani <gio at debian.org>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
ghc-prof
@@ -93,7 +93,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Happstack web framework, HTTP server - GHC libraries
+Description: Happstack web framework, HTTP server${haskell:ShortBlurb}
Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
@@ -107,7 +107,7 @@
.
Happstack-server contains the HTTP server itself.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-happstack-server-prof
Architecture: any
@@ -117,7 +117,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Happstack web framework, HTTP server - GHC profiling libraries
+Description: Happstack web framework, HTTP server${haskell:ShortBlurb}
Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
@@ -131,7 +131,7 @@
.
Happstack-server contains the HTTP server itself.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-happstack-server-doc
Section: doc
@@ -141,7 +141,7 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Happstack web framework, HTTP server - documentation
+Description: Happstack web framework, HTTP server${haskell:ShortBlurb}
Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
@@ -155,4 +155,4 @@
.
Happstack-server contains the HTTP server itself.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list