r17818 - /trunk/libsmart-comments-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Mar 18 15:18:37 UTC 2008


Author: dmn
Date: Tue Mar 18 15:18:36 2008
New Revision: 17818

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17818
Log:
Fix test invokation

Modified:
    trunk/libsmart-comments-perl/debian/rules

Modified: trunk/libsmart-comments-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsmart-comments-perl/debian/rules?rev=17818&op=diff
==============================================================================
--- trunk/libsmart-comments-perl/debian/rules (original)
+++ trunk/libsmart-comments-perl/debian/rules Tue Mar 18 15:18:36 2008
@@ -24,7 +24,7 @@
 	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
-	$(PERL) test
+	$(PERL) Build test
 	touch $@
 
 clean:




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