[SCM] Debian packaging of libdebug-client-perl branch, master, updated. debian/0.20-1-14-gba29f81

Dominique Dumont dod at debian.org
Wed May 8 07:26:00 UTC 2013


The following commit has been merged in the master branch:
commit ab18a33fdccfaa624336bb77f6d4f453fab8f6bd
Author: Dominique Dumont <dod at debian.org>
Date:   Wed May 8 09:07:09 2013 +0200

    added patch to relax too strict versioned dependencies

diff --git a/debian/patches/relax-dep-versions b/debian/patches/relax-dep-versions
new file mode 100644
index 0000000..d970166
--- /dev/null
+++ b/debian/patches/relax-dep-versions
@@ -0,0 +1,18 @@
+Description: Relax dep versions
+ Versioned dependenies are needlessly strict for Debian. Upstream
+ applied them to solve portability issues on non unix systems.
+ This patch just skip the compile tests which check these too 
+ strict dependencies.
+Forwarded: NA
+Author: dod
+--- a/t/01-compile.t
++++ b/t/01-compile.t
+@@ -1,7 +1,7 @@
+ #!/usr/bin/perl
+ 
+ use strict;
+-use Test::More tests => 17;
++use Test::More skip_all => 'upstream dependencies are needlessly strict for Debian';
+ 
+ use_ok('Debug::Client');
+ use_ok('t::lib::Debugger');
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f883c85
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+relax-dep-versions

-- 
Debian packaging of libdebug-client-perl



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