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

Modified Files:
      Tag: selfupdate_classes
        MANIFEST install.sh Makefile 
Log Message:
SU::tarball died a while ago so don't try to manify it
Various fixes related to MANIFEST


Index: Makefile
===================================================================
RCS file: /cvsroot/fink/fink/Makefile,v
retrieving revision 1.32
retrieving revision 1.32.10.1
diff -u -d -r1.32 -r1.32.10.1
--- Makefile    12 Jul 2006 18:22:07 -0000      1.32
+++ Makefile    8 Mar 2007 08:26:13 -0000       1.32.10.1
@@ -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: install.sh
===================================================================
RCS file: /cvsroot/fink/fink/install.sh,v
retrieving revision 1.50.2.1
retrieving revision 1.50.2.2
diff -u -d -r1.50.2.1 -r1.50.2.2
--- install.sh  6 Mar 2007 20:27:58 -0000       1.50.2.1
+++ install.sh  8 Mar 2007 08:26:13 -0000       1.50.2.2
@@ -140,7 +140,6 @@
                Fink::SelfUpdate::CVS   \
                Fink::SelfUpdate::rsync \
                Fink::SelfUpdate::point \
-               Fink::SelfUpdate::tarball       \
                Fink::Services          \
                Fink::Shlibs            \
                Fink::SysState          \

Index: MANIFEST
===================================================================
RCS file: /cvsroot/fink/fink/MANIFEST,v
retrieving revision 1.4
retrieving revision 1.4.10.1
diff -u -d -r1.4 -r1.4.10.1
--- MANIFEST    28 Jun 2006 01:12:20 -0000      1.4
+++ MANIFEST    8 Mar 2007 08:26:13 -0000       1.4.10.1
@@ -64,6 +64,10 @@
 perlmod/Fink/PkgVersion.pm
 perlmod/Fink/Scanpackages.pm
 perlmod/Fink/SelfUpdate.pm
+perlmod/Fink/SelfUpdate/Base.pm
+perlmod/Fink/SelfUpdate/CVS.pm
+perlmod/Fink/SelfUpdate/point.pm
+perlmod/Fink/SelfUpdate/rsync.pm
 perlmod/Fink/Services.pm
 perlmod/Fink/Shlibs.pm
 perlmod/Fink/Status.pm
@@ -111,6 +115,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
@@ -138,6 +149,8 @@
 t/PkgVersion/opengl-rb18.info
 t/PkgVersion/sed-4.0.5-1.info
 t/PkgVersion/xml-parser-pm560-2.31-5.info
+t/SelfUpdate/ChangeLog
+t/SelfUpdate/subclasses.t
 t/Services/ChangeLog
 t/Services/eval_conditional.t
 t/Services/execute_nonroot_okay.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