Update of /cvsroot/fink/fink
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28119/fink-HEAD

Modified Files:
        ChangeLog MANIFEST Makefile 
Log Message:
Add missing manpages and test scripts


Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.462
retrieving revision 1.463
diff -u -d -r1.462 -r1.463
--- ChangeLog   7 Mar 2007 22:48:31 -0000       1.462
+++ ChangeLog   9 Mar 2007 01:59:18 -0000       1.463
@@ -1,3 +1,8 @@
+2007-03-08  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * MANIFEST: sync with reality
+       * Makefile: add test for MANIFEST file list
+
 2007-03-06  Daniel Macks  <[EMAIL PROTECTED]>
 
        * setup.sh: Avoid premature CVS keyword expansion

Index: Makefile
===================================================================
RCS file: /cvsroot/fink/fink/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile    12 Jul 2006 18:22:07 -0000      1.32
+++ Makefile    9 Mar 2007 01:59:18 -0000       1.33
@@ -26,7 +26,10 @@
 test_setup:
        ./setup.sh $(TEST_BASEPATH)
 
-test: test_setup
+manifest_check:
+       perl -MExtUtils::Manifest=fullcheck -e 'my($$missing, $$extra) = 
fullcheck;exit (@$$missing || @$$extra)'
+
+test: manifest_check test_setup
        @# must test with same perl binary as the one to be used to run fink
        @# (which also must be coded into t/Services/execute_nonroot_okay.t)
        cd t && ./testmore.pl && find ${TESTS} -name '*.t' | sort | 
PREFIX="$(PREFIX)" xargs /usr/bin/perl -I${PWD}/perlmod -MTest::Harness -e 
'runtests(@ARGV)'

Index: MANIFEST
===================================================================
RCS file: /cvsroot/fink/fink/MANIFEST,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- MANIFEST    28 Jun 2006 01:12:20 -0000      1.4
+++ MANIFEST    9 Mar 2007 01:59:18 -0000       1.5
@@ -111,6 +111,13 @@
 t/Config/options.t
 t/Config/param.t
 t/Config/verbosity_level.t
+t/Engine/ChangeLog
+t/Engine/fetch.t
+t/Engine/p0.info
+t/Engine/p1.info
+t/Engine/p2.info
+t/Engine/p3.info
+t/Engine/p4.info
 t/Finally/buildlocks.t
 t/Finally/ChangeLog
 t/Finally/finally.t


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to