[SCM] perlrdf Debian packaging branch, master, updated. debian/0.004-1-2-gdc148b8

Jonas Smedegaard dr at jones.dk
Wed Jul 17 18:18:18 UTC 2013


The following commit has been merged in the master branch:
commit f167b1a5ae89a22296c307812489e729106ecb2f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Jul 17 20:17:18 2013 +0200

    Drop patch 2001: Testsuite warnings now fixed in librdf-trin3-perl 0.204-1.

diff --git a/debian/patches/2001_silence_testsuite_warnings_from_other_modules.patch b/debian/patches/2001_silence_testsuite_warnings_from_other_modules.patch
deleted file mode 100644
index 1071e7f..0000000
--- a/debian/patches/2001_silence_testsuite_warnings_from_other_modules.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Workaround noise from RDF::TriN3 in testsuite
-Author: Jonas Smedegaard <dr at jones.dk>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=85195
-Last-Update: 2013-05-11
-
---- a/t/02translate.t
-+++ b/t/02translate.t
-@@ -12,7 +12,13 @@
- );
- my $result = test_app 'App::perlrdf' => \@args;
- 
--is($result->stderr, '', 'nothing sent to STDERR');
-+my $stderr = <<'STDERR';
-+Use of uninitialized value $author in pattern match (m//) at /usr/share/perl5/RDF/TrineX/Parser/Pretdsl.pm line 234, <GEN7> line 1.
-+Use of uninitialized value $author in pattern match (m//) at /usr/share/perl5/RDF/TrineX/Parser/Pretdsl.pm line 234, <GEN7> line 1.
-+Use of uninitialized value $author in pattern match (m//) at /usr/share/perl5/RDF/TrineX/Parser/Pretdsl.pm line 234, <GEN7> line 1.
-+STDERR
-+
-+is($result->stderr, $stderr, 'some noise from other modules sent to STDERR');
- is($result->error, undef, 'threw no exceptions');
- is($result->exit_code, 0, 'exit code 0');
- 
diff --git a/debian/patches/README b/debian/patches/README
deleted file mode 100644
index 80c1584..0000000
--- a/debian/patches/README
+++ /dev/null
@@ -1,3 +0,0 @@
-0xxx: Grabbed from upstream development.
-1xxx: Possibly relevant for upstream adoption.
-2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4aca993..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-2001_silence_testsuite_warnings_from_other_modules.patch

-- 
perlrdf Debian packaging



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