> Here are the changes to MANIFEST (after sorting first, to minimize the > diff): > > -build/check_dependencies > -build/convert_pods_to_doc > -build/get_version > -build/md5sum.pl > -build/mkrules > -build/parse-rules-for-masses > -build/preprocessor > -build/sha1sum.pl > +rules/STATISTICS-set0.txt > +rules/STATISTICS-set1.txt > +rules/STATISTICS-set2.txt > +rules/STATISTICS-set3.txt > +rules/active.list > +t/data/nice/cjk/big5-base64.1 > +t/data/nice/cjk/gb2312.1 > +t/data/nice/cjk/gb2312.2 > +t/data/nice/cjk/iso-2022-jp.1 > +t/data/nice/cjk/iso-2022-jp.2 > +t/data/whitelists/ibm_enews_de > +t/data/whitelists/infoworld > +t/make_install.t > +t/mass_check.t
Sorry folks, that was not a good idea, hudson fails. Some files in ./build are still needed. Seems like the MANIFEST.SKIP knows better what files are needed (otherwise some tests fail), and that t/data/nice/cjk is redundant, so I re-did the MANIFEST with the help of regexps in MANIFEST.SKIP, and it is now more similar to the one from 3.2.5. update MANIFEST, bringing back needed files from ./build (based on MANIFEST.SKIP and MANIFEST from 3.2.5); update MANIFEST.SKIP, adding missing backslashes and anchors Sending MANIFEST Sending MANIFEST.SKIP Transmitting file data .. Committed revision 887479. +build/check_dependencies +build/convert_pods_to_doc +build/get_version +build/md5sum.pl +build/mkrules +build/parse-rules-for-masses +build/preprocessor +build/sha1sum.pl -t/data/nice/cjk/big5-base64.1 -t/data/nice/cjk/gb2312.1 -t/data/nice/cjk/gb2312.2 -t/data/nice/cjk/iso-2022-jp.1 -t/data/nice/cjk/iso-2022-jp.2 -t/make_install.t -t/mass_check.t -t/rule_tests.t Mark
