[DRE-commits] [SCM] ruby-escape-utils.git branch, master, updated. debian/0.2.4-1-8-g7c3dbec

Tollef Fog Heen tfheen at debian.org
Fri Jun 29 09:04:45 UTC 2012


The following commit has been merged in the master branch:
commit 8dddc60313b9e118532b9ecfec32730e0b8bb21a
Author: Tollef Fog Heen <tfheen at debian.org>
Date:   Fri Jun 29 09:08:37 2012 +0200

    Fix description.

diff --git a/debian/changelog b/debian/changelog
index f5bc16f..6492118 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-escape-utils (0.2.4-2) UNRELEASED; urgency=low
 
   * Fix uploaders to include full name
   * Drop DM-Upload-Allowed, no DMs in Uploaders anyway.
+  * Fix description.
 
  -- Tollef Fog Heen <tfheen at debian.org>  Fri, 29 Jun 2012 08:58:17 +0200
 
diff --git a/debian/control b/debian/control
index 73afa97..148cd43 100644
--- a/debian/control
+++ b/debian/control
@@ -16,4 +16,8 @@ XB-Ruby-Versions: ruby1.9.1
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # rake-compiler (>= 0.7.5, development), rspec (>= 2.0.0, development), rack (>= 0, development), haml (>= 0, development), fast_xs (>= 0, development), actionpack (>= 0, development), url_escape (>= 0, development)
 Description: Faster string escaping routines for your web apps
- <insert long description, indented with spaces>
+ escape_utils provides fast HTML escaping of string.  It has
+ monkey-patches for Rack::Utils, CGI, URI, ERB::Util and Haml and
+ ActionView which speed up their escaping.
+ .
+ It's assumed that all input is UTF-8 encoded.

-- 
ruby-escape-utils.git



More information about the Pkg-ruby-extras-commits mailing list