[liblatex-decode-perl] 04/06: Drop 0001-Fix-regexp-syntax-for-Perl-5.22.patch, included upstream

Florian Schlichting fsfs at moszumanska.debian.org
Thu Nov 9 23:44:58 UTC 2017


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

fsfs pushed a commit to branch master
in repository liblatex-decode-perl.

commit 5e4fd17b7b1ffbbeff20cefb206098ae4e53ada1
Author: Florian Schlichting <fsfs at debian.org>
Date:   Fri Nov 10 00:39:03 2017 +0100

    Drop 0001-Fix-regexp-syntax-for-Perl-5.22.patch, included upstream
---
 .../0001-Fix-regexp-syntax-for-Perl-5.22.patch     | 29 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/0001-Fix-regexp-syntax-for-Perl-5.22.patch b/debian/patches/0001-Fix-regexp-syntax-for-Perl-5.22.patch
deleted file mode 100644
index 2303dde..0000000
--- a/debian/patches/0001-Fix-regexp-syntax-for-Perl-5.22.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From e6a481d4cf632a837135937f4f0995b9fd69ab99 Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Sun, 27 Dec 2015 22:23:19 +0200
-Subject: [PATCH] Fix regexp syntax for Perl 5.22
-
-Unescaped left brace in regex is deprecated, passed through in regex
-
-Bug-Debian: https://bugs.debian.org/809098
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=110678
----
- lib/LaTeX/Decode.pm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/LaTeX/Decode.pm b/lib/LaTeX/Decode.pm
-index 7741405..92fef90 100644
---- a/lib/LaTeX/Decode.pm
-+++ b/lib/LaTeX/Decode.pm
-@@ -130,7 +130,7 @@ sub latex_decode {
-         $text =~ s/\\not\\($NEG_SYMB_RE)/$NEGATEDSYMBOLS{$1}/ge;
-         $text =~ s/\\textsuperscript{($SUPER_RE)}/$SUPERSCRIPTS{$1}/ge;
-         $text =~ s/\\textsuperscript{\\($SUPERCMD_RE)}/$CMDSUPERSCRIPTS{$1}/ge;
--        $text =~ s/\\dings{([2-9AF][0-9A-F])}/$DINGS{$1}/ge;
-+        $text =~ s/\\dings\{([2-9AF][0-9A-F])}/$DINGS{$1}/ge;
-     }
- 
-     $text =~ s/(\\[a-zA-Z]+)\\(\s+)/$1\{\}$2/g;    # \foo\ bar -> \foo{} bar
--- 
-2.6.4
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index bd90738..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-regexp-syntax-for-Perl-5.22.patch

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



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