[SCM] Debian packaging of DBD-Firebird CPAN distribution branch, master, updated. debian/0.91-2

Damyan Ivanov dmn at debian.org
Fri Nov 4 15:31:22 UTC 2011


The following commit has been merged in the master branch:
commit 44170f1bfc6d0281af9d87efd9782e772eb7b816
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Nov 4 16:57:55 2011 +0200

    rules: skip event tests on number of architecures
    
    these are armel, ia64, kfreebsd-amd64, kfreebsd-i386 and s390
    
    it *seems* that the problem is not in dbd-firebird itself
    as the very same tests pass on 7 other archtectures

diff --git a/debian/rules b/debian/rules
index 68fd283..b8a7a9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,12 @@ endif
 
 export DBD_FIREBIRD_REQUIRE_EMBEDDED=1
 
+BAD_ARCH = armel ia64 kfreebsd-amd64 kfreebsd-i386 s390
+
+ifneq (,$(shell for a in $(BAD_ARCH); do dpkg-architecture -e$$a && echo bad$$a; done))
+    export DBD_FIREBIRD_TEST_SKIP_EVENTS=1
+endif
+
 %:
 	dh $@ --with=perl_dbi
 

-- 
Debian packaging of DBD-Firebird CPAN distribution



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