r37868 - in /trunk/jifty/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 8 18:30:18 UTC 2009


Author: gregoa
Date: Mon Jun  8 18:30:11 2009
New Revision: 37868

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37868
Log:
create a directory that is needed by the test suite

Modified:
    trunk/jifty/debian/changelog
    trunk/jifty/debian/rules

Modified: trunk/jifty/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/changelog?rev=37868&op=diff
==============================================================================
--- trunk/jifty/debian/changelog (original)
+++ trunk/jifty/debian/changelog Mon Jun  8 18:30:11 2009
@@ -37,6 +37,7 @@
     - set PERL5_CPANPLUS_IS_RUNNING to stop the broken Module::Install 0.85
       from loading CPAN.pm
     - unset http_proxy for tests
+    - create a directory that is needed by the test suite
 
  -- AGOSTINI Yves <agostini at univ-metz.fr>  Wed, 20 May 2009 09:55:55 +0200
 

Modified: trunk/jifty/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/rules?rev=37868&op=diff
==============================================================================
--- trunk/jifty/debian/rules (original)
+++ trunk/jifty/debian/rules Mon Jun  8 18:30:11 2009
@@ -24,6 +24,8 @@
 	dh_testdir
 	PERL5_CPANPLUS_IS_RUNNING=1 $(PERL) Makefile.PL --skipdeps INSTALLDIRS=vendor
 	$(MAKE)
+	# needed by tests
+	mkdir -p t/TestApp-RestartServer/var
 	LANG=C http_proxy= $(MAKE) test
 	touch $@
 
@@ -38,7 +40,7 @@
 	# remove test mailbox
 	rm -rf t/TestApp/mailbox*
 	# remove test file
-	#rm -rf t/TestApp-RestartServer/var/*
+	rm -rf t/TestApp-RestartServer/var
 
 install: install-stamp
 install-stamp: build-stamp




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