[SCM] Debian packaging of libgraph-writer-graphviz-perl branch, master, updated. e0ba369d3bdba4517cc09a5fbb085e19c744ceed

gregor herrmann gregoa at debian.org
Sun Oct 16 12:55:40 UTC 2011


The following commit has been merged in the master branch:
commit 176e9d1a507229676908e17c49f5c038f1eaad60
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 16 14:45:59 2011 +0200

    Remove tests_fix.patch, applied upstream.

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 6f35217..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-tests_fix.patch
diff --git a/debian/patches/tests_fix.patch b/debian/patches/tests_fix.patch
deleted file mode 100644
index 7b0580c..0000000
--- a/debian/patches/tests_fix.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Improve regexp for comparing the two results
-Author: Xavier Oswald <xoswald at debian.org>
-Index: libgraph-writer-graphviz-perl/t/1.simple.t
-===================================================================
---- libgraph-writer-graphviz-perl.orig/t/1.simple.t	2009-08-21 09:44:45.000000000 +0200
-+++ libgraph-writer-graphviz-perl/t/1.simple.t	2009-08-21 09:45:19.000000000 +0200
-@@ -18,8 +18,8 @@
- my $g1 = <DATA>;
- my $g2 = io('t/graph.simple.dot')->slurp;
- # Ignore font-sizes, it's system-dependant
--$g1 =~ s/\d/0/g;
--$g2 =~ s/\d/0/g;
-+$g1 =~ s/\d+/0/g;
-+$g2 =~ s/\d+/0/g;
- ok($g1 eq $g2);
- unlink('t/graph.simple.dot');
- 
-Index: libgraph-writer-graphviz-perl/t/2.ioall.t
-===================================================================
---- libgraph-writer-graphviz-perl.orig/t/2.ioall.t	2009-08-21 09:45:26.000000000 +0200
-+++ libgraph-writer-graphviz-perl/t/2.ioall.t	2009-08-21 09:45:35.000000000 +0200
-@@ -26,8 +26,8 @@
- 
- ok(-f 't/graph.ioall.dot');
- # Ignore font-sizes, it's system-dependant
--$g1 =~ s/\d/0/g;
--$g2 =~ s/\d/0/g;
-+$g1 =~ s/\d+/0/g;
-+$g2 =~ s/\d+/0/g;
- ok($g1 eq $g2);
- $io->unlink;
- 

-- 
Debian packaging of libgraph-writer-graphviz-perl



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