[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:44:38 UTC 2009
    
    
  
The following commit has been merged in the master branch:
commit 6aba9385850fcfad67d0abe92d2f92f98e1cf877
Author: legatvs <legatvs at gmail.com>
Date:   Mon Jan 26 15:57:58 2009 +0200
    Tweaked Makefile "checks" messages.
diff --git a/Makefile b/Makefile
index a7ec9f9..641d5ce 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ RELEASE := \
 all: checks
 
 checks:
+	@echo Checking for module deps...
 	@echo -n URI::Escape ...
 	@echo `$(PERL) -MURI::Escape -e "print 'OK'" 2>/dev/null || \
         echo 'no'`
@@ -48,7 +49,7 @@ checks:
 	@echo -n BerkeleyDB ...
 	@echo `$(PERL) -MBerkeleyDB -e "print 'OK'" 2>/dev/null || \
         echo 'no'`
-	@echo done.
+	@echo done. If all checked OK, run \"make install\". See INSTALL for notes.
 
 .PHONY: install uninstall
 install:
-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)
    
    
More information about the Pkg-perl-cvs-commits
mailing list