--- libnet-twitter-perl-3.10003.orig/debian/watch +++ libnet-twitter-perl-3.10003/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Net-Twitter/ .*/Net-Twitter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libnet-twitter-perl-3.10003.orig/debian/rules +++ libnet-twitter-perl-3.10003/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ + +override_dh_auto_test: + http_proxy= TEST_POD=1 dh_auto_test --- libnet-twitter-perl-3.10003.orig/debian/compat +++ libnet-twitter-perl-3.10003/debian/compat @@ -0,0 +1 @@ +7 --- libnet-twitter-perl-3.10003.orig/debian/README.source +++ libnet-twitter-perl-3.10003/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libnet-twitter-perl-3.10003.orig/debian/control +++ libnet-twitter-perl-3.10003/debian/control @@ -0,0 +1,36 @@ +Source: libnet-twitter-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libdatetime-format-strptime-perl (>= 1.1000), + libdata-visitor-perl, libdatetime-perl (>= 2:0.5100), libhtml-parser-perl, + libjson-any-perl (>= 1.21), libjson-xs-perl, libnamespace-autoclean-perl, + libmoose-perl (>= 0.85), libmoosex-attributehelpers-perl, libwww-perl, + libnet-oauth-perl (>= 0.20), libtest-exception-perl, liburi-perl (>= 1.40), + perl (>= 5.10.1) | libtest-simple-perl (>= 0.88), libtry-tiny-perl, + libmoosex-multiinitarg-perl, + libtest-pod-perl, libtest-pod-coverage-perl, libpod-coverage-perl, +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Perl Group +Uploaders: Jonathan Yu , Ryan Niebur , + gregor herrmann +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Net-Twitter/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-twitter-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-twitter-perl/ + +Package: libnet-twitter-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libdata-visitor-perl, + libdatetime-format-strptime-perl (>= 1.1000), libdatetime-perl (>= 2:0.5100), + libhtml-parser-perl, libjson-any-perl (>= 1.21), libjson-xs-perl, + libmoose-perl (>= 0.85), libmoosex-attributehelpers-perl, libwww-perl, + libnamespace-autoclean-perl, libnet-oauth-perl (>= 0.20), libtry-tiny-perl, + liburi-perl (>= 1.40), libmoosex-multiinitarg-perl +Description: Perl interface to the Twitter social network + Net::Twitter is a Perl module that provides an interface to the Twitter.com + social networking site. This module allows you to set your status message + as well as review the messages from those you follow. + . + This package also contains Net::Identica, which is an API for the Twitter- + inspired social networking site, . --- libnet-twitter-perl-3.10003.orig/debian/copyright +++ libnet-twitter-perl-3.10003/debian/copyright @@ -0,0 +1,37 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Marc Mims +Source: http://search.cpan.org/dist/Net-Twitter/ +Name: Net-Twitter + +Files: * +Copyright: 2009, Marc Mims + 2009, Twitter +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: 2010, Jonathan Yu + 2009, Decklin Foster + 2010, gregor herrmann +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 the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libnet-twitter-perl-3.10003.orig/debian/changelog +++ libnet-twitter-perl-3.10003/debian/changelog @@ -0,0 +1,37 @@ +libnet-twitter-perl (3.10003-2ubuntu1) lucid; urgency=low + + * New patch no-network2 to avoid running further network tests (LP: #528574) + + debian/patches/no-network2 + + -- Brian Thomason Fri, 26 Feb 2010 17:40:25 +0000 + +libnet-twitter-perl (3.10003-2) unstable; urgency=low + + * New patch no-network to avoid running network tests (closes: #564369). + * Add /me to Uploaders and copyright. + * Bump debhelper build dependency to ensure skipping Module::AutoInstall. + * debian/rules: use an override for the test settings. + * debian/watch: update to ignore development releases. + + -- gregor herrmann Sat, 09 Jan 2010 21:33:21 +0100 + +libnet-twitter-perl (3.10003-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Taking over package (Closes: #544520) + * Use new short debhelper rules file + * Rewrite control description + * Standards-Version 3.8.3 (drop perl version dep) + + [ Ryan Niebur ] + * Add myself to Uploaders + * enable some POD tests, patch to disable others + + -- Jonathan Yu Mon, 04 Jan 2010 22:27:24 -0500 + +libnet-twitter-perl (2.10-1) unstable; urgency=low + + * Initial release (Closes: #518181) + + -- Decklin Foster Thu, 12 Mar 2009 12:11:19 -0400 --- libnet-twitter-perl-3.10003.orig/debian/libnet-twitter-perl.examples +++ libnet-twitter-perl-3.10003/debian/libnet-twitter-perl.examples @@ -0,0 +1 @@ +examples/* --- libnet-twitter-perl-3.10003.orig/debian/patches/no-network2.patch +++ libnet-twitter-perl-3.10003/debian/patches/no-network2.patch @@ -0,0 +1,15 @@ +Author: Brian Thomason +Description: skip tests if NETWORK_TEST env var isn't present +Bug-Ubuntu: https://bugs.launchpad.net/bugs/528574 +--- a/t/51_since.t ++++ b/t/51_since.t +@@ -6,6 +6,9 @@ + use Test::Exception; + use lib qw(t/lib); + ++plan skip_all => 'set NETWORK_TEST to enable this test' ++ unless ($ENV{NETWORK_TEST}); ++ + eval 'use TestUA'; + plan skip_all => 'LWP::UserAgent 5.819 required' if $@; + --- libnet-twitter-perl-3.10003.orig/debian/patches/disable-pod-spelling +++ libnet-twitter-perl-3.10003/debian/patches/disable-pod-spelling @@ -0,0 +1,15 @@ +make TEST_POD_SPELLING separate from TEST_POD + +--- a/t/99-pod_spelling.t ++++ b/t/99-pod_spelling.t +@@ -3,8 +3,8 @@ + use warnings; + use Test::More; + +-plan skip_all => 'set TEST_POD to enable this test' +- unless ($ENV{TEST_POD} || -e 'MANIFEST.SKIP'); ++plan skip_all => 'set TEST_POD_SPELLING to enable this test' ++ unless ($ENV{TEST_POD_SPELLING} || -e 'MANIFEST.SKIP'); + + eval 'use Test::Spelling 0.11'; + plan skip_all => 'Test::Spelling 0.11 not installed' if $@; --- libnet-twitter-perl-3.10003.orig/debian/patches/series +++ libnet-twitter-perl-3.10003/debian/patches/series @@ -0,0 +1,3 @@ +disable-pod-spelling +no-network +no-network2.patch --- libnet-twitter-perl-3.10003.orig/debian/patches/no-network +++ libnet-twitter-perl-3.10003/debian/patches/no-network @@ -0,0 +1,16 @@ +Author: gregor herrmann +Description: run test that needs network access only if NETWORK_TEST is set +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564369 +Forwarded: no +--- a/t/51_rate_limit.t ++++ b/t/51_rate_limit.t +@@ -5,6 +5,9 @@ + use lib qw(t/lib); + use Net::Twitter; + ++plan skip_all => 'set NETWORK_TEST to enable this test' ++ unless ($ENV{NETWORK_TEST}); ++ + eval 'use TestUA'; + plan skip_all => 'LWP::UserAgent 5.819 required' if $@; +