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

Modified Files:
      Tag: branch_0_26
        ChangeLog MANIFEST Makefile install.sh 
Log Message:
Add missing manpages and test scripts


Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.449.2.5
retrieving revision 1.449.2.6
diff -u -d -r1.449.2.5 -r1.449.2.6
--- ChangeLog   7 Mar 2007 22:37:10 -0000       1.449.2.5
+++ ChangeLog   9 Mar 2007 01:59:18 -0000       1.449.2.6
@@ -1,3 +1,9 @@
+2007-03-08  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * MANIFEST: sync with reality
+       * Makefile: add test for MANIFEST file list
+       * install.sh: manify Fink::SelfUpdate.pm
+
 2007-01-22  Dave Morrison  <[EMAIL PROTECTED]>
 
        * VERSION: Bumped package manager version to 0.26.2, a bug-fix

Index: Makefile
===================================================================
RCS file: /cvsroot/fink/fink/Makefile,v
retrieving revision 1.32
retrieving revision 1.32.6.1
diff -u -d -r1.32 -r1.32.6.1
--- Makefile    12 Jul 2006 18:22:07 -0000      1.32
+++ Makefile    9 Mar 2007 01:59:18 -0000       1.32.6.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.48.6.1
retrieving revision 1.48.6.2
diff -u -d -r1.48.6.1 -r1.48.6.2
--- install.sh  11 Jan 2007 03:17:50 -0000      1.48.6.1
+++ install.sh  9 Mar 2007 01:59:18 -0000       1.48.6.2
@@ -135,6 +135,7 @@
                Fink::Package           \
                Fink::PkgVersion        \
                Fink::Scanpackages      \
+               Fink::SelfUpdate        \
                Fink::Services          \
                Fink::Shlibs            \
                Fink::SysState          \

Index: MANIFEST
===================================================================
RCS file: /cvsroot/fink/fink/MANIFEST,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -u -d -r1.4 -r1.4.6.1
--- MANIFEST    28 Jun 2006 01:12:20 -0000      1.4
+++ MANIFEST    9 Mar 2007 01:59:18 -0000       1.4.6.1
@@ -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