[SCM] Video extraction utility for YouTube,	Google Video and other video sites (Debian packaging) branch,	master, updated. upstream/2.1.7-214-g6762190
    legatvs 
    legatvs at gmail.com
       
    Wed Apr  1 14:45:22 UTC 2009
    
    
  
The following commit has been merged in the master branch:
commit 95bfabd63a93d31b6ffcdfa5d4510f21851c8661
Author: legatvs <legatvs at gmail.com>
Date:   Thu Mar 26 13:11:56 2009 +0200
    Cleanup Makefile.
diff --git a/Makefile b/Makefile
index 24712fe..3f3d2f1 100644
--- a/Makefile
+++ b/Makefile
@@ -44,14 +44,14 @@ ifeq ($(WITH_CHECK),yes)
 	@echo == Required Perl modules:
 	@for m in $(MODULES); \
 	do \
-        result=`$(PERL) -M$$m -e "print 'yes'" 2>/dev/null || echo no`;\
-		echo "$$m ...$$result"; \
+        	result=`$(PERL) -M$$m -e "print 'yes'" 2>/dev/null || echo no`;\
+			echo "$$m ...$$result"; \
 	done
 	@echo == Optional Perl modules:
 	@for m in $(MODULES_OPTIONAL); \
 	do \
-        result=`$(PERL) -M$$m -e "print 'yes'" 2>/dev/null || echo no`;\
-		echo "$$m ...$$result"; \
+        	result=`$(PERL) -M$$m -e "print 'yes'" 2>/dev/null || echo no`;\
+			echo "$$m ...$$result"; \
 	done
 else
 	@echo Disable module checks.
-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)
    
    
More information about the Pkg-perl-cvs-commits
mailing list