debian/0000755000000000000000000000000011425301713007163 5ustar debian/rules0000755000000000000000000000011711425277365010261 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: TEST_POD=1 dh_auto_test debian/changelog0000644000000000000000000001067311425277771011064 0ustar libwebservice-youtube-perl (1.0.3-3) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * debian/rules: switch order of arguments to dh. * debian/control: bump debhelper build dependency (overrides). [ Salvatore Bonaccorso ] * Convert to '3.0 (quilt)' source package format. * Drop quilt framework from debian/{control,rules}. * Do not run perlcritic tests anymore which caused package FTBFS (Closes: #591113). * Bump versioned dependency on debhelper to (>= 7.2.13) for Module::AutoInstall. * Drop (Build-)Depends(-Indep) on libversion-perl which is in perl (>= 5.10) already in stable. * Bump Standards-Version to 3.9.1. * Refresh debian/copyright to revision 135 of DEP5 format- specification for machine-readable copyright files. Update debian/* packaging stanza. -- gregor herrmann Sun, 01 Aug 2010 10:08:07 -0400 libwebservice-youtube-perl (1.0.3-2) unstable; urgency=low * Updated to the new short rules format * Added myself to Copyright and Uploaders * Rewrote description, formatting changes * Write some patches to fix spelling & disable the PodSpell policy all the dependencies things are installed (Closes: #538116) [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Sat, 25 Jul 2009 07:02:52 -0400 libwebservice-youtube-perl (1.0.3-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Rene Mayorga ] * debian/control: update my email address. [ gregor herrmann ] * New upstream release (closes: #512375). * debian/control: - change my email address - extend long description * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * Don't install README anymore. * debian/copyright: switch to new format and add information about files under inc/. * Set Standards-Version to 3.8.0 (no further changes). -- gregor herrmann Tue, 20 Jan 2009 20:15:11 +0100 libwebservice-youtube-perl (1.0.2-2) unstable; urgency=low * debian/control: - add: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza) - remove: XS-Vcs-Svn fields - move: all build dependencies except debhelper to Build-Depends-Indep * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467837) - use the $(PERL) variable - remove some whitespace - move dh_clean before make distclean and use it for removing stamp files - use DESTDIR and PREFIX for make install * debian/watch: use dist-based URL and remove unneeded uversionmangle. * Set Standards-Version to 3.7.3 (no changes). * Set debhelper compatibility level to 6. * Enable additional test by adding libtest-perl-critic-perl to B-D-I and setting TEST_CRITIC in debian/rules. * Add /me to Uploaders. -- gregor herrmann Fri, 29 Feb 2008 22:46:16 +0100 libwebservice-youtube-perl (1.0.2-1) unstable; urgency=low [ Rene Mayorga ] * New upstream release * debian/control + Upstream URL Changed at Homepage field + libtest-pod-perl and libtest-pod-coverage-perl added to Build-Dep + Build-Dep wrapped + Promote Homepage field to a real field * debian/copyright + fixing upstream URL * debian/watch updated from 'by-author' to 'by-module' * debian/rules + $(MAKE) test moved to build target + de-ignorig output from make distclean + removed unused dh_* calls + remove usr/lib/perl5 because is unused + de-ignoring output when Makefile is created + TEST_POD var added to $MAKE test * removing unused debian/dirs [ Damyan Ivanov ] * Create Makefile from Makefile.PL even if former exists * Move debian/docs content (1 line) to dh_installdocs invocation -- Rene Mayorga Sat, 22 Sep 2007 01:35:00 -0600 libwebservice-youtube-perl (1.0.1-1) unstable; urgency=low * Initial release (Closes: #429416) -- Rene Mayorga Fri, 15 Jun 2007 23:15:53 -0600 debian/watch0000644000000000000000000000017711212461531010220 0ustar version=3 http://search.cpan.org/dist/WebService-YouTube/ .*/WebService-YouTube-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/patches/0000755000000000000000000000000011425301461010612 5ustar debian/patches/fix-spelling.patch0000644000000000000000000000204111425277365014250 0ustar Description: Fix typo "interfece" -> "interface" Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=59974 Bug-Debian: http://bugs.debian.org/538116 Forwarded: yes Author: Jonathan Yu Reviewed-by: Salvatore Bonaccorso Last-Update: 2010-08-01 --- a/lib/WebService/YouTube.pm +++ b/lib/WebService/YouTube.pm @@ -34,7 +34,7 @@ =head1 NAME -WebService::YouTube - Perl interfece to YouTube +WebService::YouTube - Perl interface to YouTube =head1 VERSION --- a/lib/WebService/YouTube/Feeds.pm +++ b/lib/WebService/YouTube/Feeds.pm @@ -172,7 +172,7 @@ =head1 NAME -WebService::YouTube::Feeds - Perl interfece to YouTube RSS Feeds +WebService::YouTube::Feeds - Perl interface to YouTube RSS Feeds =head1 VERSION --- a/lib/WebService/YouTube/Videos.pm +++ b/lib/WebService/YouTube/Videos.pm @@ -155,7 +155,7 @@ =head1 NAME -WebService::YouTube::Videos - Perl interfece to youtube.videos.* +WebService::YouTube::Videos - Perl interface to youtube.videos.* =head1 VERSION debian/patches/series0000644000000000000000000000004611232542566012040 0ustar fix-spelling.patch pod-spelling.patch debian/patches/pod-spelling.patch0000644000000000000000000000130111232542566014234 0ustar Description: Disable PodSpelling tests If File::Which, Text::ParseWords, Pod::Spell, aspell and aspell's English dictionary are installed, then the PodSpelling policy causes test failures. Origin: vendor Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538116 Author: Jonathan Yu --- a/t/01perlcritic.t +++ b/t/01perlcritic.t @@ -18,7 +18,8 @@ $format .= "%p\n%d\n"; } require Test::Perl::Critic; - Test::Perl::Critic->import( -format => $format, -severity => 1 ); + Test::Perl::Critic->import( -format => $format, -severity => 1, + -exclude => ['PodSpelling'] ); }; if ($EVAL_ERROR) { plan skip_all => debian/libwebservice-youtube-perl.examples0000644000000000000000000000001311136150363016176 0ustar examples/* debian/control0000644000000000000000000000216111425277365010605 0ustar Source: libwebservice-youtube-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.2.13) Build-Depends-Indep: libclass-accessor-perl, libtest-pod-coverage-perl, libtest-pod-perl, liburi-perl, libwww-perl, libxml-simple-perl, perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Rene Mayorga , Jonathan Yu Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/WebService-YouTube/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwebservice-youtube-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwebservice-youtube-perl/ Package: libwebservice-youtube-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl, liburi-perl, libwww-perl, libxml-simple-perl, perl Description: Perl module that provides an interface to YouTube services WebService::YouTube provides a Perl interface to YouTube programming interface and corresponding RSS services. This module only supports the Legacy API, not the Data API based on the Google data protocol. debian/copyright0000644000000000000000000000267411425277365011146 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Hironori Yoshida Source: http://search.cpan.org/dist/WebService-YouTube/ Name: WebService-YouTube Files: * Copyright: 2006, Hironori Yoshida License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2009, Adam Kennedy 2002-2009, Audrey Tang 2002-2009, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, Rene Mayorga 2008, 2009, gregor herrmann 2009, Jonathan Yu 2009, Ryan Niebur 2010, Salvatore Bonaccorso License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000011425301461010463 5ustar debian/source/format0000644000000000000000000000001411425277364011707 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211136150363010363 0ustar 7