This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository libwww-shorten-simple-perl.
commit 8803e13fbff7599d48754b7ae759d7baa3353578 Author: Dominique Dumont <[email protected]> Date: Mon Mar 2 13:11:07 2015 +0100 added patches --- debian/patches/fix-makefile-pl | 11 +++++++++++ debian/patches/series | 2 ++ debian/patches/shorten-test | 18 ++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/debian/patches/fix-makefile-pl b/debian/patches/fix-makefile-pl new file mode 100644 index 0000000..438cfeb --- /dev/null +++ b/debian/patches/fix-makefile-pl @@ -0,0 +1,11 @@ +Description:Fix makefile pl + See https://rt.cpan.org/Public/Bug/Display.html?id=76225 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -5,6 +5,4 @@ + build_requires 'Test::More'; + use_test_base; + auto_include_deps; +-author_tests('xt'); +-auto_set_repository; + WriteAll; diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..6fb18e9 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +shorten-test +fix-makefile-pl diff --git a/debian/patches/shorten-test b/debian/patches/shorten-test new file mode 100644 index 0000000..5bf847f --- /dev/null +++ b/debian/patches/shorten-test @@ -0,0 +1,18 @@ +Description:Shorten test + Removed this part of test to avoid creating a Debian package just + to perform a build test. + . + Furthermore. WWW-Shorten-RevCanonical may not be a + good idea, See http://cpanratings.perl.org/dist/WWW-Shorten-RevCanonical +--- a/t/01_shorten.t ++++ b/t/01_shorten.t +@@ -23,9 +23,4 @@ + --- url: http://bulknews.net/ + --- expected: http://xrl.us/\w+ + +-=== rev=canonical +---- args +-- RevCanonical +---- url: http://www.flickr.com/photos/bulknews/3409035590/ +---- expected: http://flic.kr/p/\w+ + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-shorten-simple-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
