--- libwww-bugzilla-perl-1.5.orig/debian/rules +++ libwww-bugzilla-perl-1.5/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ + +override_dh_auto_configure: + mkdir -p $(CURDIR)/lib + cp -r $(CURDIR)/WWW $(CURDIR)/lib + dh_auto_configure + +override_dh_clean: + [ ! -d $(CURDIR)/lib ] || $(RM) -rv $(CURDIR)/lib + dh_clean --- libwww-bugzilla-perl-1.5.orig/debian/copyright +++ libwww-bugzilla-perl-1.5/debian/copyright @@ -0,0 +1,33 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Brian Caswell +Upstream-Source: http://search.cpan.org/dist/WWW-Bugzilla/ +Upstream-Name: WWW-Bugzilla + +Files: * +Copyright: 2006, Brian Caswell + 2003, Matthew C. Vella +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2009, gregor herrmann + 2009, Ansgar Burchardt + 2007-2008, Bart Martens +License: GPL-1+ + +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' + +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' + --- libwww-bugzilla-perl-1.5.orig/debian/changelog +++ libwww-bugzilla-perl-1.5/debian/changelog @@ -0,0 +1,87 @@ +libwww-bugzilla-perl (1.5-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Standards-Version 3.8.3 (no changes) + * Add perl to B-D-I, it's not build-essential + * Add myself to Uploaders and Copyright + * Use short rules format with overrides + * Rewrote the control description + * Redid Bart's patch to disable network tests + + [ gregor herrmann ] + * Remove debian/clean since cleaning now happens in debian/rules again (at + least until dh_clean can remove directories). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Tue, 13 Oct 2009 18:37:15 -0400 + +libwww-bugzilla-perl (1.3-4) unstable; urgency=low + + * Install WWW::Bugzilla::Search into /usr/share/perl5/WWW/Bugzilla/ where it + actually belongs by adjusting debian/rules. Thanks to Hilko Bengen for the + bug report (closes: #511026). + * Add /me to Uploaders. + * Add libcrypt-ssleay-perl to Recommends. + + -- gregor herrmann Wed, 07 Jan 2009 01:37:31 +0100 + +libwww-bugzilla-perl (1.3-3) unstable; urgency=low + + * Now maintained by the Debian Perl Group (Closes: #509816). + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza). Changed: Maintainer set to Debian Perl Group + (was: Debian QA Group + ) + * debian/watch: use dist-based URL. + * debian/control: Add myself to Uploaders. + * Use debhelper and quilt instead of CDBS. + + Add debian/README.source to document quilt usage. + * Convert debian/copyright to proposed machine-readable format. + * Add description to patch. + * debian/control: Add `${misc:Depends}'. + * debian/control: Split Build-Depends in Build-Depends{,-Indep}. + + -- Ansgar Burchardt Sun, 04 Jan 2009 16:00:27 +0100 + +libwww-bugzilla-perl (1.3-2) unstable; urgency=low + + * QA upload, orphaning this package. + + -- Bart Martens Fri, 26 Dec 2008 17:39:21 +0100 + +libwww-bugzilla-perl (1.3-1) unstable; urgency=low + + * New upstream release. + * debian/patches/01_disable_network_tests.diff: Updated. + * debian/patches/02_utf8.diff: Removed obsolete patch. + + -- Bart Martens Sun, 18 Nov 2007 14:45:58 +0100 + +libwww-bugzilla-perl (1.0-1) unstable; urgency=low + + * New upstream release. + * debian/control: Build-Depends on libparams-validate-perl. + * debian/patches/01_disable_network_tests.diff: Updated. + * debian/patches/02_utf8.diff: Added. + * debian/rules: Move the .pm files to parent directory. + + -- Bart Martens Sun, 10 Jun 2007 08:45:46 +0200 + +libwww-bugzilla-perl (0.9-2) unstable; urgency=low + + * debian/control: Depends: libwww-mechanize-perl, libclass-methodmaker-perl. + Closes: #427118. + + -- Bart Martens Sat, 02 Jun 2007 07:24:54 +0200 + +libwww-bugzilla-perl (0.9-1) unstable; urgency=low + + * Initial release in Debian. Closes: #417970. This package was requested + by Dan Jacobson . + * debian/patches/01_disable_network_tests.diff: Added. + + -- Bart Martens Sat, 28 Apr 2007 10:30:13 +0200 + --- libwww-bugzilla-perl-1.5.orig/debian/README.source +++ libwww-bugzilla-perl-1.5/debian/README.source @@ -0,0 +1,6 @@ +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. + --- libwww-bugzilla-perl-1.5.orig/debian/compat +++ libwww-bugzilla-perl-1.5/debian/compat @@ -0,0 +1 @@ +7 --- libwww-bugzilla-perl-1.5.orig/debian/control +++ libwww-bugzilla-perl-1.5/debian/control @@ -0,0 +1,25 @@ +Source: libwww-bugzilla-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libwww-mechanize-perl (>= 1.20), + libclass-methodmaker-perl (>= 1.08), libparams-validate-perl +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt , Jonathan Yu , + gregor herrmann +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-bugzilla-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwww-bugzilla-perl/ +Homepage: http://search.cpan.org/dist/WWW-Bugzilla/ + +Package: libwww-bugzilla-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libwww-mechanize-perl, + libclass-methodmaker-perl +Recommends: libcrypt-ssleay-perl +Description: Perl module to manipulate a Bugzilla database + WWW::Bugzilla is a Perl module that handles submission and updating of bug + reports submitted to arbitrary Bugzilla installations. It supports many of + the most common operations, including updating bug properties (severity, + status, attachments) and creating new reports. It uses WWW::Mechanize to + do its thing. --- libwww-bugzilla-perl-1.5.orig/debian/watch +++ libwww-bugzilla-perl-1.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/WWW-Bugzilla/ .*/WWW-Bugzilla-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libwww-bugzilla-perl-1.5.orig/debian/patches/series +++ libwww-bugzilla-perl-1.5/debian/patches/series @@ -0,0 +1 @@ +01_disable_network_tests.diff --- libwww-bugzilla-perl-1.5.orig/debian/patches/01_disable_network_tests.diff +++ libwww-bugzilla-perl-1.5/debian/patches/01_disable_network_tests.diff @@ -0,0 +1,33 @@ +Description: disable tests requiring Internet + This disables tests requiring Internet. It was inspired by + previous work by Bart Martens, including a patch to accomplish + something similar. +Author: Jonathan Yu +Origin: vendor +Forwarded: no +--- a/t/search.t ++++ b/t/search.t +@@ -9,6 +9,10 @@ + my $email = 'bmc@shmoo.com'; + my $password = 'pileofcrap'; + ++unless ($ENV{HAS_INTERNET}) { ++ plan skip_all => 'Set HAS_INTERNET to enable tests requiring Internet'; ++} ++ + verify_host($server); + + plan tests => 22; +--- a/t/www_bugzilla.t ++++ b/t/www_bugzilla.t +@@ -7,6 +7,10 @@ + + my $server = 'landfill.bugzilla.org/bugzilla-3.4-branch'; + ++unless ($ENV{HAS_INTERNET}) { ++ plan skip_all => 'Set HAS_INTERNET to enable tests requiring Internet'; ++} ++ + verify_host($server); + plan(tests => 35); +