[lemonldap-ng] 06/09: Add patch for missing libs in tests (reported)

Xavier Guimard xguimard-guest at alioth.debian.org
Sun Nov 3 07:48:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit 7b7620e8d4f650dfefd30fb32a69cdc9d6045f6c
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Nov 3 08:43:50 2013 +0100

    Add patch for missing libs in tests (reported)
---
 debian/patches/add-missings-args-to-prove.patch |   19 +++++++++++++++++++
 debian/patches/series                           |    1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/add-missings-args-to-prove.patch b/debian/patches/add-missings-args-to-prove.patch
new file mode 100644
index 0000000..fa00699
--- /dev/null
+++ b/debian/patches/add-missings-args-to-prove.patch
@@ -0,0 +1,19 @@
+Description: add missing args to prove
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: http://jira.ow2.org/browse/LEMONLDAP-635
+Forwarded: http://jira.ow2.org/browse/LEMONLDAP-635
+Last-Update: 2013-11-03
+
+--- a/Makefile
++++ b/Makefile
+@@ -200,8 +200,8 @@
+ manager_test:	manager handler_test common_test
+ 	@$(MAKE) -C ${SRCMANAGERDIR} test FULLPERL="$(PERL) -I../${SRCCOMMONDIR}/blib/lib/ -I../${SRCHANDLERDIR}/blib/lib/"
+ 
+-extra_test:	all
+-	cd ${SRCPORTALDIR} && prove xt
++b extra_test:	all
++	cd ${SRCPORTALDIR} && prove -b -I ../lemonldap-ng-common/blib/lib -I ../lemonldap-ng-handler/blib/lib xt
+ #	PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" "-e" "test_harness(0, 'lemonldap-ng-common/blib/lib', 'lemonldap-ng-handler/blib/lib', 'lemonldap-ng-manager/blib/lib', 'lemonldap-ng-portal/blib/lib')" extra-tests/*.t
+ 
+ #
diff --git a/debian/patches/series b/debian/patches/series
index f982050..20246bd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 change-js-libs-by-shared-packages.patch
 comment-Apache2.4-configuration.patch
+add-missings-args-to-prove.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git



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