--- libjira-client-perl-0.24.orig/debian/rules +++ libjira-client-perl-0.24/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ + +override_dh_auto_configure: + dh_auto_configure -- --author-tests --- libjira-client-perl-0.24.orig/debian/changelog +++ libjira-client-perl-0.24/debian/changelog @@ -0,0 +1,75 @@ +libjira-client-perl (0.24-1) unstable; urgency=low + + * New upstream release + * Drop unnecessary version deps (satisfied by oldstable) + + -- Jonathan Yu Fri, 25 Dec 2009 06:38:19 -0500 + +libjira-client-perl (0.23-1) unstable; urgency=low + + * New upstream release + + -- Angel Abad Sun, 13 Dec 2009 16:03:35 +0100 + +libjira-client-perl (0.22-1) unstable; urgency=low + + * New upstream release + + -- Angel Abad Tue, 01 Dec 2009 21:42:54 +0100 + +libjira-client-perl (0.21-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Install new examples from upstream + + [ gregor herrmann ] + * Add patch to skip Perl::Critic tests; add quilt framework. + + -- Jonathan Yu Sun, 22 Nov 2009 15:11:08 -0500 + +libjira-client-perl (0.19-1) unstable; urgency=low + + * New upstream release + * Add myself to Uploaders and Copyright + + -- Jonathan Yu Fri, 06 Nov 2009 18:37:54 -0500 + +libjira-client-perl (0.18-1) unstable; urgency=low + + * New upstream release + * Add libtest-kwalitee-perl to B-D-I + + -- Angel Abad Sun, 25 Oct 2009 08:59:01 +0100 + +libjira-client-perl (0.17-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: improve long description, thanks to Gerfried Fuchs for the + bug report (closes: #551318). + + [ Angel Abad ] + * Update my email address + * New upstream release + * debian/rules: Enable author tests + * debian/control: Build-Depends on debhelper (>= 7.0.50) for overrides + + -- Angel Abad Mon, 19 Oct 2009 11:41:29 +0200 + +libjira-client-perl (0.16-1) unstable; urgency=low + + * New upstream release + + -- Angel Abad (Ikusnet SLL) Mon, 05 Oct 2009 13:23:48 +0200 + +libjira-client-perl (0.15-1) unstable; urgency=low + + * New upstream release + + -- Angel Abad (Ikusnet SLL) Sun, 04 Oct 2009 15:36:53 +0200 + +libjira-client-perl (0.14-1) unstable; urgency=low + + * Initial Release. (Closes: #548162) + + -- Angel Abad (Ikusnet SLL) Thu, 30 Sep 2009 07:45:15 +0200 --- libjira-client-perl-0.24.orig/debian/watch +++ libjira-client-perl-0.24/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/JIRA-Client/ .*/JIRA-Client-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libjira-client-perl-0.24.orig/debian/control +++ libjira-client-perl-0.24/debian/control @@ -0,0 +1,22 @@ +Source: libjira-client-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libsoap-lite-perl, libtest-kwalitee-perl, + libtest-pod-coverage-perl, libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: Angel Abad , Jonathan Yu +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjira-client-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libjira-client-perl/ +Homepage: http://search.cpan.org/dist/JIRA-Client/ + +Package: libjira-client-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libsoap-lite-perl +Description: Perl interface to JIRA's API + JIRA::Client is a Perl module that implements an Object Oriented wrapper + around the SOAP API for JIRA - a bug tracking, issue tracking and project + management system . Moreover, + it implements some other methods to make it easier to perform some common + operations. --- libjira-client-perl-0.24.orig/debian/libjira-client-perl.docs +++ libjira-client-perl-0.24/debian/libjira-client-perl.docs @@ -0,0 +1 @@ +TODO --- libjira-client-perl-0.24.orig/debian/copyright +++ libjira-client-perl-0.24/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Gustavo Chaves +Source: http://search.cpan.org/dist/JIRA-Client/ +Name: JIRA-Client + +Files: * +Copyright: 2009, CPqD (http://www.cpqd.com.br/) +License-Alias: Perl +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, Angel Abad + 2009, Jonathan Yu +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' --- libjira-client-perl-0.24.orig/debian/compat +++ libjira-client-perl-0.24/debian/compat @@ -0,0 +1 @@ +7 --- libjira-client-perl-0.24.orig/debian/README.source +++ libjira-client-perl-0.24/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. + --- libjira-client-perl-0.24.orig/debian/libjira-client-perl.examples +++ libjira-client-perl-0.24/debian/libjira-client-perl.examples @@ -0,0 +1 @@ +examples/* --- libjira-client-perl-0.24.orig/debian/patches/no-perlcritic.patch +++ libjira-client-perl-0.24/debian/patches/no-perlcritic.patch @@ -0,0 +1,15 @@ +Author: gregor herrmann +Description: skip Perl::Critic tests, they tend to break with new Perl::Critic releases +Debian-specific: yes + +--- a/t/perlcritic.t ++++ b/t/perlcritic.t +@@ -4,6 +4,8 @@ + use Test::More; + use English qw(-no_match_vars); + ++plan skip_all => "Skip Perl::Critic tests for Debian build."; ++ + unless (-e 't/author.enabled') { + plan skip_all => "Author-only tests"; + exit 0; --- libjira-client-perl-0.24.orig/debian/patches/series +++ libjira-client-perl-0.24/debian/patches/series @@ -0,0 +1 @@ +no-perlcritic.patch