[libhtml-stripscripts-perl] 03/06: Drop patches, merged upstream.

gregor herrmann gregoa at debian.org
Thu May 12 22:23:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libhtml-stripscripts-perl.

commit c0f1396b3ec769fd5a8519e501ce9979d4b86824
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 13 00:18:09 2016 +0200

    Drop patches, merged upstream.
---
 .../0001-Typo-in-the-_hss_attval_size-regex.patch  | 22 ----------------------
 debian/patches/series                              |  2 --
 debian/patches/spelling.patch                      | 18 ------------------
 3 files changed, 42 deletions(-)

diff --git a/debian/patches/0001-Typo-in-the-_hss_attval_size-regex.patch b/debian/patches/0001-Typo-in-the-_hss_attval_size-regex.patch
deleted file mode 100644
index c1222c5..0000000
--- a/debian/patches/0001-Typo-in-the-_hss_attval_size-regex.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: fix braces
- Subject: [PATCH] Typo in the _hss_attval_size regex
-Origin: vCPAN RT
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=98110
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=98110
-Bug-Debian: https://bugs.debian.org/789845
-Author: Brian Fraser <fraserbn at gmail.com>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-06-25
-
-
---- a/StripScripts.pm
-+++ b/StripScripts.pm
-@@ -1630,7 +1630,7 @@
- 
- sub _hss_attval_size {
-     $_[3]
--        =~ /^\s*([+-]?\d{1,20}(?:\.\d{1,20)?)\s*((?:\%|\*|ex|px|pc|cm|mm|in|pt|em)?)\s*$/i
-+        =~ /^\s*([+-]?\d{1,20}(?:\.\d{1,20})?)\s*((?:\%|\*|ex|px|pc|cm|mm|in|pt|em)?)\s*$/i
-         ? lc "$1$2"
-         : undef;
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d2c3f0d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-Typo-in-the-_hss_attval_size-regex.patch
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index dda43e0..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix a spelling mistake
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-06-25
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105483
-Bug: https://rt.cpan.org/Ticket/Display.html?id=105483
-
---- a/StripScripts.pm
-+++ b/StripScripts.pm
-@@ -2176,7 +2176,7 @@
- URIs and email addresses are cleaned up to be safe, but not
- necessarily accurate.  That would have required adding dependencies.
- Attribute callbacks can be used to add this functionality if required,
--or the validation methods can be overriden.
-+or the validation methods can be overridden.
- 
- By default, filtered HTML may not be valid strict XHTML, for instance empty
- required attributes may be outputted.  However, with L</"Rules">,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-stripscripts-perl.git



More information about the Pkg-perl-cvs-commits mailing list