[SCM] Debian packaging of libdata-amf-perl branch, master, updated. 8c176dc4b255a511f9ad17b0ac23da0a7a7d8bc6

gregor herrmann gregoa at debian.org
Sat Oct 22 23:12:26 UTC 2011


The following commit has been merged in the master branch:
commit a45d76688bb5418605a75db64f00c59af1248a4b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 23 01:06:40 2011 +0200

    debian/rules: move the old included inc/YAML.pm away before running the test
    suite.
    
    Closes: #646289
    Thanks: Dominic Hargreaves for the bugreport

diff --git a/debian/rules b/debian/rules
index e5b93bb..d1c5a9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,8 @@ override_dh_auto_install:
 override_dh_installexamples:
 	dh_installexamples
 	chmod 644 $(TMP)/usr/share/doc/libdata-amf-perl/examples/simple_flex_rpc/gateway.psgi
+
+override_dh_auto_test:
+	[ ! -f $(CURDIR)/inc/YAML.pm ] || mv $(CURDIR)/inc/YAML.pm $(CURDIR)/inc/YAML.pm.OLD
+	dh_auto_test
+	[ ! -f $(CURDIR)/inc/YAML.pm.OLD ] || mv $(CURDIR)/inc/YAML.pm.OLD $(CURDIR)/inc/YAML.pm

-- 
Debian packaging of libdata-amf-perl



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