This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libxml-libxml-debugging-perl.
commit 4b701ebc7eda2b5b9d74fb6f7332f6689534da08 Author: Toby Inkster <[email protected]> Date: Fri Sep 30 10:11:15 2011 +0000 Bring XML-LibXML-Debugging distribution into line with new packaging policies. [massage.pl] --HG-- branch : XML-LibXML-Debugging extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/XML-LibXML-Debugging%40950 --- MANIFEST | 29 ----------------------------- MANIFEST.SKIP | 2 ++ Makefile.PL | 3 ++- 3 files changed, 4 insertions(+), 30 deletions(-) diff --git a/MANIFEST b/MANIFEST deleted file mode 100644 index 3a3a19c..0000000 --- a/MANIFEST +++ /dev/null @@ -1,29 +0,0 @@ -TODO -Changes.ttl -Changes.xml -Changes -Makefile.PL -MANIFEST -MANIFEST.SKIP -README -META.yml -SIGNATURE - -lib/XML/LibXML/Debugging.pm - -t/01basics.t - -inc/Module/AutoInstall.pm -inc/Module/Install/AutoInstall.pm -inc/Module/Install/Base.pm -inc/Module/Install/Can.pm -inc/Module/Install/DOAPChangeSets.pm -inc/Module/Install/Fetch.pm -inc/Module/Install/Include.pm -inc/Module/Install/Makefile.pm -inc/Module/Install/Metadata.pm -inc/Module/Install.pm -inc/Module/Install/ReadmeFromPod.pm -inc/Module/Install/Win32.pm -inc/Module/Install/WriteAll.pm -inc/Test/Signature.pm diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 1248490..55070c6 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,3 +1,5 @@ +^MANIFEST.bak$ +^Makefile.old$ ^HTML-HTML5-Sanity-.\...\.tar\.gz$ ^Makefile$ ^blib/ diff --git a/Makefile.PL b/Makefile.PL index ade4796..6a3b870 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,8 +26,9 @@ resources( write_doap_changes; write_doap_changes_xml; +auto_license; +auto_manifest; -include 'Test::Signature'; auto_install; WriteAll( 'meta' => 1, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-libxml-debugging-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
