--- libnet-trac-perl-0.16.orig/debian/changelog +++ libnet-trac-perl-0.16/debian/changelog @@ -0,0 +1,39 @@ +libnet-trac-perl (0.16-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release 0.15 + - Updated version of M::I, but that's it + + * Updated copyright information + * Use new DEP5 copyright format + + [ Ryan Niebur ] + * Update ryan52's email address + + [ Christine Spang ] + * New upstream release 0.16 + - initial cf fields support and tests + - add default arrayref for ticket attachments + - support trac 0.11.7 + * Bump to standards-version 3.9.1 + + -- Christine Spang Sat, 09 Jul 2011 11:13:02 -0400 + +libnet-trac-perl (0.14-2) unstable; urgency=low + + [ Ryan Niebur ] + * change dependency to libwww-perl (Closes: #544355) + * Debian Policy 3.8.3 + * Add myself to Uploaders + + [ gregor herrmann ] + * Add libtest-pod-perl to Build-Depends-Indep to activate an additional + test. + + -- Ryan Niebur Sun, 30 Aug 2009 15:02:42 -0700 + +libnet-trac-perl (0.14-1) unstable; urgency=low + + * Initial Release. (Closes: #542302) + + -- Christine Spang Sat, 22 Aug 2009 05:24:45 -0400 --- libnet-trac-perl-0.16.orig/debian/rules +++ libnet-trac-perl-0.16/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libnet-trac-perl-0.16.orig/debian/control +++ libnet-trac-perl-0.16/debian/control @@ -0,0 +1,32 @@ +Source: libnet-trac-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libdatetime-perl, liburi-perl, + libwww-mechanize-perl (>= 1.52), libtext-csv-perl, libwww-perl, + libparams-validate-perl, libany-moose-perl, liblingua-en-inflect-perl, + libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: Christine Spang , Ryan Niebur +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Net-Trac/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-trac-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-trac-perl + +Package: libnet-trac-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl, liburi-perl, + libwww-mechanize-perl (>= 1.52), libtext-csv-perl, libwww-perl, + libparams-validate-perl, libany-moose-perl, liblingua-en-inflect-perl +Description: Perl client library for Trac + Net::Trac is simple client library for a remote Trac instance. Because + Trac doesn't provide a web services API, this module currently "fakes" + an RPC interface around Trac's webforms and the feeds it exports. + Because of this, it's somewhat more brittle than a true RPC client would + be. + . + As of now, this module has been tested against Trac 10.4 and Trac 11.0. + . + The author's needs for this module are somewhat modest and its current + featureset reflects this. Right now, only basic read/write functionality + for Trac's tickets is provided. --- libnet-trac-perl-0.16.orig/debian/compat +++ libnet-trac-perl-0.16/debian/compat @@ -0,0 +1 @@ +7 --- libnet-trac-perl-0.16.orig/debian/watch +++ libnet-trac-perl-0.16/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Net-Trac/ .*/Net-Trac-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libnet-trac-perl-0.16.orig/debian/copyright +++ libnet-trac-perl-0.16/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Jesse Vincent +Source: http://search.cpan.org/dist/Net-Trac/ +Name: Net-Trac + +Files: * +Copyright: 2008-2009, Best Practical Solutions, LLC +License: Artistic or GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2010, Adam Kennedy + 2002-2010, Audrey Tang + 2002-2010, Brian Ingerson +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, Christine Spang +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' +