--- libnet-hiveminder-perl-0.08.orig/debian/TODO +++ libnet-hiveminder-perl-0.08/debian/TODO @@ -0,0 +1 @@ +* write manpage for hm binary --- libnet-hiveminder-perl-0.08.orig/debian/rules +++ libnet-hiveminder-perl-0.08/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libnet-hiveminder-perl-0.08.orig/debian/watch +++ libnet-hiveminder-perl-0.08/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Net-Hiveminder/ .*/Net-Hiveminder-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libnet-hiveminder-perl-0.08.orig/debian/changelog +++ libnet-hiveminder-perl-0.08/debian/changelog @@ -0,0 +1,5 @@ +libnet-hiveminder-perl (0.08-1) unstable; urgency=low + + * Initial Release. (Closes: #542316) + + -- Christine Spang Tue, 25 Aug 2009 14:58:07 -0400 --- libnet-hiveminder-perl-0.08.orig/debian/copyright +++ libnet-hiveminder-perl-0.08/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Shawn M Moore +Upstream-Source: http://search.cpan.org/dist/Net-Hiveminder/ +Upstream-Name: Net-Hiveminder + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: * +Copyright: 2007-2009, Best Practical Solutions LLC +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Christine Spang +License: Artistic | 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-hiveminder-perl-0.08.orig/debian/compat +++ libnet-hiveminder-perl-0.08/debian/compat @@ -0,0 +1 @@ +7 --- libnet-hiveminder-perl-0.08.orig/debian/control +++ libnet-hiveminder-perl-0.08/debian/control @@ -0,0 +1,28 @@ +Source: libnet-hiveminder-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libdatetime-perl, + libnumber-recordlocator-perl, libnet-jifty-perl (>= 0.06), libmoose-perl, + libterm-encoding-perl, libemail-simple-perl, libemail-simple-creator-perl +Maintainer: Debian Perl Group +Uploaders: Christine Spang +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Net-Hiveminder/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-hiveminder-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-hiveminder-perl + +Package: libnet-hiveminder-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl, + libnumber-recordlocator-perl, libnet-jifty-perl (>= 0.06), libmoose-perl, +Recommends: libemail-simple-perl, libemail-simple-creator-perl, + libterm-encoding-perl +Description: Perl interface to Hiveminder.com + Hiveminder is a collaborate todo list organizer, built with Jifty. + . + Net::Hiveminder uses Hiveminder's REST API to let you manage your tasks any + way you want to. + . + This module is built on top of Net::Jifty. Consult that module's + documentation for the lower-level interface.