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]
|