[Module-build-checkins] Module-Build Changes,1.388,1.389
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2005-10-20 03:40:56
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13729 Modified Files: Changes Log Message: Allow the 'distmeta' action to continue when 'MANIFEST' is missing, omitting the generation of the 'provieds' field. Fixed some failing regex from generated MANIFEST.SKIP file. Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.388 retrieving revision 1.389 diff -u -d -r1.388 -r1.389 --- Changes 15 Oct 2005 17:44:04 -0000 1.388 +++ Changes 20 Oct 2005 03:40:47 -0000 1.389 @@ -2,6 +2,11 @@ 0.27_04 + - Allow the 'distmeta' action to continue when 'MANIFEST' is missing, + omitting the generation of the 'provieds' field. + + - Fixed some failing regex from generated MANIFEST.SKIP file. + - Fixed an edge case in $VERSION parsing where we thought a package() declaration was happening but it wasn't. [David Golden] |