debian/0000755000000000000000000000000011764457747007214 5ustar debian/rules0000755000000000000000000000003611764457747010273 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000217211764457747010621 0ustar Source: libmediawiki-api-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libjson-perl, libtest-pod-coverage-perl, libtest-pod-perl, libwww-perl, perl (>= 5.13.11) | libtest-simple-perl (>= 0.98) Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu , Ansgar Burchardt , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/MediaWiki-API/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libmediawiki-api-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmediawiki-api-perl.git Package: libmediawiki-api-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libjson-perl, libwww-perl Description: Perl interface to the MediaWiki API MediaWiki::API is a Perl module that provides an interface to the MediaWiki API (see ), which allows the creation of scripts to automate editing and extraction of data from MediaWiki-driven sites like Wikipedia. debian/source/0000755000000000000000000000000011764457747010514 5ustar debian/source/format0000644000000000000000000000001411764457747011722 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000711311764457747011070 0ustar libmediawiki-api-perl (0.39-1) unstable; urgency=low * New upstream release. * debian/copyright: update to Copyright-Format 1.0. * Update years of upstream copyright. * Bump Standards-Version to 3.9.3 (no changes). * Set debhelper compatibility level to 8. * Build depend on Test::More 0.98. * Add /me to Uploaders. -- gregor herrmann Fri, 08 Jun 2012 22:26:11 +0200 libmediawiki-api-perl (0.37-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Wed, 10 Aug 2011 09:44:02 +0200 libmediawiki-api-perl (0.36-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. * Disable tests that rely on a working network connection. + new patch: disable-network-test.diff * debian/copyright: Update years of copyright. * Update my email address. * debian/control: Convert Vcs-* fields to Git. * Bump Standards-Version to 3.9.2 (no changes). [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ansgar Burchardt Mon, 08 Aug 2011 11:42:58 +0200 libmediawiki-api-perl (0.35-1) unstable; urgency=low * New upstream release * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; refer to "Debian systems" instead of "Debian GNU/Linux systems". * Bump Standards-Version to 3.9.1. -- Ansgar Burchardt Wed, 01 Sep 2010 21:38:06 +0900 libmediawiki-api-perl (0.34-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.0 (no changes). -- Ansgar Burchardt Mon, 26 Jul 2010 08:25:43 +0900 libmediawiki-api-perl (0.33-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 11 Jun 2010 23:17:24 +0900 libmediawiki-api-perl (0.32-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sun, 06 Jun 2010 11:45:39 +0900 libmediawiki-api-perl (0.30-1) unstable; urgency=low * New upstream release. * Use source format 3.0 (quilt). * Bump Standards-Version to 3.8.4 (no changes). * Add myself to Uploaders. -- Ansgar Burchardt Sat, 10 Apr 2010 17:34:36 +0900 libmediawiki-api-perl (0.29-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Update copyright to new DEP5 format * Rewrite control description [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * debian/copyright: update years of upstream copyright. -- Jonathan Yu Sun, 10 Jan 2010 22:35:18 -0500 libmediawiki-api-perl (0.28-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Bug fix to honour the skip_encoding option * Standards-Version 3.8.3 (no changes) * Added myself to Uploaders and Copyright * Remove license as "GPL-3+" for debian/ -- GPL-1+ covers this [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ 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). -- Jonathan Yu Sun, 20 Sep 2009 14:54:32 -0400 libmediawiki-api-perl (0.27-1) unstable; urgency=low * New upstream release * update dependencies * update debian/copyright -- Ryan Niebur Sun, 17 May 2009 13:54:36 -0700 libmediawiki-api-perl (0.25-1) unstable; urgency=low * Initial Release. (Closes: #527536) -- Ryan Niebur Sun, 17 May 2009 03:04:14 -0700 debian/compat0000644000000000000000000000000211764457747010412 0ustar 8 debian/patches/0000755000000000000000000000000011764457747010643 5ustar debian/patches/disable-network-test.diff0000644000000000000000000000071111764457747015543 0ustar From: Ansgar Burchardt Date: Mon, 08 Aug 2011 11:40:54 +0200 Origin: vendor Subject: disable tests that rely on a working network connection --- libmediawiki-api-perl.orig/t/10-api.t +++ libmediawiki-api-perl/t/10-api.t @@ -6,6 +6,8 @@ use Test::More; use LWP::UserAgent; +plan skip_all => "set NETWORK_TESTING to enable this test" unless $ENV{NETWORK_TESTING}; + sub get_url { my $url = shift; my $ua = LWP::UserAgent->new; debian/patches/series0000644000000000000000000000003211764457747012053 0ustar disable-network-test.diff debian/copyright0000644000000000000000000000275611764457747011161 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MediaWiki-API Upstream-Contact: Jools Wills Source: http://search.cpan.org/dist/MediaWiki-API/ Files: * Copyright: 2008-2012, Jools Wills License: GPL-3+ Files: debian/* Copyright: 2009-2010, Jonathan Yu 2009, Ryan Niebur 2012, 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, or (at your option) any later version. . On Debian systems, the complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000016711764457747010251 0ustar version=3 http://search.cpan.org/dist/MediaWiki-API/ .*/MediaWiki-API-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$