[libgraph-easy-perl] 02/04: Drop fix-Unescaped-left-brace-in-regex-is-deprecated.patch

Salvatore Bonaccorso carnil at debian.org
Mon Jun 6 14:30:40 UTC 2016


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

carnil pushed a commit to branch master
in repository libgraph-easy-perl.

commit ad32fb1b6ecb9aba5b7a36b5fc535e1ca262f582
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Jun 6 16:29:35 2016 +0200

    Drop fix-Unescaped-left-brace-in-regex-is-deprecated.patch
---
 ...escaped-left-brace-in-regex-is-deprecated.patch | 35 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 36 deletions(-)

diff --git a/debian/patches/fix-Unescaped-left-brace-in-regex-is-deprecated.patch b/debian/patches/fix-Unescaped-left-brace-in-regex-is-deprecated.patch
deleted file mode 100644
index 5df4c66..0000000
--- a/debian/patches/fix-Unescaped-left-brace-in-regex-is-deprecated.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: et rid of some "unescaped brace" warnings
-Origin: upstream, https://bitbucket.org/shlomif/perl-graph-easy/commits/b21b8a5bde61841cab1a1ff5de0fc70520fa8653
-Bug-Debian: https://bugs.debian.org/826478
-Forwarded: not-needed
-Author: Shlomi Fish <shlomif at shlomifish.org>
-Last-Update: 2016-06-05
-
---- a/t/as_vcg.t
-+++ b/t/as_vcg.t
-@@ -32,7 +32,7 @@ is ($vcg, $vcg_file, 'as_vcg and as_vcg_
- 
- $graph->add_edge('A','B');
- 
--like ($graph->as_vcg(), qr/edge: { sourcename: "A" targetname: "B" }/,
-+like ($graph->as_vcg(), qr/edge: \{ sourcename: "A" targetname: "B" \}/,
- 	'as_vcg matches');
- 
- # set edge label
-@@ -40,7 +40,7 @@ my @edges = $graph->edges();
- $edges[0]->set_attribute('label', 'my car');
- 
- like ($graph->as_vcg(),
--	qr/edge: { label: "my car" sourcename: "A" targetname: "B" }/,
-+	qr/edge: \{ label: "my car" sourcename: "A" targetname: "B" \}/,
- 	'as_vcg matches');
- 
- #############################################################################
---- a/t/graphviz.t
-+++ b/t/graphviz.t
-@@ -700,4 +700,4 @@ is($a_->{_order},1,'subgraph A is level
- is($d->{_order},1,'subgraph D is level 1');
- is($b_->{_order},2,'subgraph B is level 2');
- is($c->{_order},3,'subgraph C is level 3');
--like($grviz,qr/subgraph "cluster\d+" {\n  label="A";\n    subgraph "cluster\d+" {/,'subgraph indent');
-+like($grviz,qr/subgraph "cluster\d+" \{\n  label="A";\n    subgraph "cluster\d+" \{/,'subgraph indent');
diff --git a/debian/patches/series b/debian/patches/series
index 03687c0..8810115 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fix-Unescaped-left-brace-in-regex-is-deprecated.patch
 fix-spelling-error-in-manpage.patch

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



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