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 eef9725b28bd0952622b296d332eda44072ec68b Author: Dominique Dumont <[email protected]> Date: Mon Mar 2 13:10:22 2015 +0100 refershed control and copyright --- debian/control | 41 ++++++++++++++--------------------------- debian/copyright | 28 +++++++++++++++++----------- 2 files changed, 31 insertions(+), 38 deletions(-) diff --git a/debian/control b/debian/control index fa3a3be..9abf588 100644 --- a/debian/control +++ b/debian/control @@ -1,35 +1,22 @@ Source: libwww-shorten-simple-perl +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Dominique Dumont <[email protected]> Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Maintainer: Dominique Dumont <[email protected]> -Build-Depends: debhelper (>= 9.20120312) +Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl -Standards-Version: 3.9.5 -Homepage: https://metacpan.org/release/WWW-Shorten-Simple +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwww-shorten-simple-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwww-shorten-simple-perl.git +Homepage: http://search.cpan.org/dist/WWW-Shorten-Simple/ Package: libwww-shorten-simple-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends} Description: Factory wrapper around WWW::Shorten to avoid imports - WWW::Shorten::Simple is a wrapper (factory) around WWW::Shorten so that you - can create an object representing each URL shortening service, instead of - importing makeashorterlink function into your namespace. - . - This allows you to call multiple URL shortening services in one package, for - instance to call WWW::Shorten::RevCanonical to extract rev="canonical", - fallback to bit.ly if username and API key are present, and then finally to - TinyURL. - . - use WWW::Shorten::Simple; - . - my @shorteners = ( - . - WWW::Shorten::Simple->new('RevCanonical'), - . - WWW::Shorten::Simple->new('Bitly', $bitly_username, $bitly_api_key), - . - WWW::Shorten::Simple->new('TinyURL'), - . - ); - . - This description was automagically extracted from the module by dh-make-perl. + WWW::Shorten::Simple is a object oriented wrapper around WWW::Shorten + so that you can create an object representing each URL shortening + service, instead of importing link shortening functions into the + namespace of your module. diff --git a/debian/copyright b/debian/copyright index 2329abc..8c2a8aa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,18 +1,24 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: https://metacpan.org/release/WWW-Shorten-Simple -Upstream-Contact: Tatsuhiko Miyagawa <[email protected]> Upstream-Name: WWW-Shorten-Simple -DISCLAIMER: This copyright info was automatically extracted - from the perl module. It may not be accurate, so you better - check the module sources in order to ensure the module for its - inclusion in Debian or for general legal information. Please, - if licensing information is incorrectly generated, file a bug - on dh-make-perl. - NOTE: Don't forget to remove this disclaimer once you are happy - with this file. +Upstream-Contact: Tatsuhiko Miyagawa <[email protected]> +Source: http://search.cpan.org/dist/WWW-Shorten-Simple/ Files: * -Copyright: Tatsuhiko Miyagawa <[email protected]> +Copyright: 2009, Tatsuhiko Miyagawa <[email protected]> +License: Artistic or GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2012, Adam Kennedy <[email protected]> + 2002-2012, Audrey Tang <[email protected]> + 2002-2012, Brian Ingerson <[email protected]> +License: Artistic or GPL-1+ + +Files: inc/Spiffy.pm +Copyright: 2004-2006, Brian Ingerson <[email protected]> +License: Artistic or GPL-1+ + +Files: inc/Test/Base.pm inc/Test/Base/* +Copyright: 2005-2009, Brian Ingerson <[email protected]> License: Artistic or GPL-1+ Files: debian/* -- 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
