r23633 - /trunk/audio-cd/debian/rules
    gregoa at users.alioth.debian.org 
    gregoa at users.alioth.debian.org
       
    Sun Jul 27 15:16:59 UTC 2008
    
    
  
Author: gregoa
Date: Sun Jul 27 15:16:57 2008
New Revision: 23633
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23633
Log:
comment out make test as there are no tests ...
Modified:
    trunk/audio-cd/debian/rules
Modified: trunk/audio-cd/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/audio-cd/debian/rules?rev=23633&op=diff
==============================================================================
--- trunk/audio-cd/debian/rules (original)
+++ trunk/audio-cd/debian/rules Sun Jul 27 15:16:57 2008
@@ -29,7 +29,8 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(MAKE) test
+	# there are no tests ...
+	# $(MAKE) test
 	touch $@
 
 clean:
    
    
More information about the Pkg-perl-cvs-commits
mailing list