[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-xss-saniti=7Ae?=: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:31:46 UTC 2013
Fri May 24 09:12:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 9aa8d5ae39ff0eec97c56588017f32da
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 9aa8d5ae39ff0eec97c56588017f32da
diff -rN -u old-haskell-xss-sanitize//changelog new-haskell-xss-sanitize//changelog
--- old-haskell-xss-sanitize//changelog 2013-05-24 09:31:46.338068138 +0000
+++ new-haskell-xss-sanitize//changelog 2013-05-24 09:31:46.338068138 +0000
@@ -1,6 +1,7 @@
haskell-xss-sanitize (0.3.2-3) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:34 +0200
diff -rN -u old-haskell-xss-sanitize//control new-haskell-xss-sanitize//control
--- old-haskell-xss-sanitize//control 2013-05-24 09:31:46.330056497 +0000
+++ new-haskell-xss-sanitize//control 2013-05-24 09:31:46.342044652 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
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
@@ -49,7 +49,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Library to sanitize HTML and prevent XSS attacks - GHC libraries
+Description: Library to sanitize HTML and prevent XSS attacks${haskell:ShortBlurb}
This library is able to parse strings that contain HTML code and check
for the presence of potentially malicious tags that could trigger XSS
(Cross-Site Scripting). It can be used in a Web application when using
@@ -58,7 +58,7 @@
Moreover, this library is also able to check for unbalanced tags and
tries to fix them (even though it could produce invalid HTML).
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-xss-sanitize-prof
Architecture: any
@@ -68,7 +68,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Library to sanitize HTML and prevent XSS attacks - GHC profiling libraries
+Description: Library to sanitize HTML and prevent XSS attacks${haskell:ShortBlurb}
This library is able to parse strings that contain HTML code and check
for the presence of potentially malicious tags that could trigger XSS
(Cross-Site Scripting). It can be used in a Web application when using
@@ -77,7 +77,7 @@
Moreover, this library is also able to check for unbalanced tags and
tries to fix them (even though it could produce invalid HTML).
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-xss-sanitize-doc
Section: doc
@@ -87,7 +87,7 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Library to sanitize HTML and prevent XSS attacks - documentation
+Description: Library to sanitize HTML and prevent XSS attacks${haskell:ShortBlurb}
This library is able to parse strings that contain HTML code and check
for the presence of potentially malicious tags that could trigger XSS
(Cross-Site Scripting). It can be used in a Web application when using
@@ -96,4 +96,4 @@
Moreover, this library is also able to check for unbalanced tags and
tries to fix them (even though it could produce invalid HTML).
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list