Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.126' '-r1.127' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2006/07/31 11:32:36 1.126 +++ ChangeLog 2006/07/31 11:42:40 1.127 @@ -13,6 +13,10 @@ Changes between 1.5.0 and 1.5.1 (28-Jul-2006 to 31-Jul-2006) + o Fix the "make distclean" target of php/Makefile.local + to make sure the ".deps" file is not left over. + [Ralf S. Engelschall] + o Fix the tarball rolling procedure to make sure we do not distribute binary files again. [Ralf S. Engelschall] Index: ossp-pkg/uuid/php/Makefile.local RCS File: /v/ossp/cvs/ossp-pkg/uuid/php/Attic/Makefile.local,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/uuid/php/Attic/Makefile.local,v' 2>/dev/null --- Makefile.local 2006/04/04 14:58:43 1.4 +++ Makefile.local 2006/07/31 11:42:40 1.5 @@ -55,7 +55,7 @@ @$(MAKE) $(MFLAGS) -f Makefile clean || true distclean: clean - -rm -f Makefile + -rm -f Makefile .deps -rm -f config.status configure.lineno -rm -f config.h config.log -rm -f *.core *~