--- libnet-opensrs-perl-0.06.orig/debian/copyright +++ libnet-opensrs-perl-0.06/debian/copyright @@ -0,0 +1,15 @@ +This is the debian package for the Net-OpenSRS module. +It was created by Ivan Kohler using dh-make-perl. + +COPYRIGHT AND LICENCE + +Copyright (C) 2006 Mahlon E. Smith + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. On Debian GNU/Linux systems, the complete text of the +GNU General Public License can be found in `/usr/share/common-licenses/GPL' +and the Artistic Licence in `/usr/share/common-licenses/Artistic'. + --- libnet-opensrs-perl-0.06.orig/debian/changelog +++ libnet-opensrs-perl-0.06/debian/changelog @@ -0,0 +1,38 @@ +libnet-opensrs-perl (0.06-1) unstable; urgency=low + + * New upstream release + + -- Ivan Kohler Thu, 16 Sep 2010 10:18:50 -0700 + +libnet-opensrs-perl (0.05-1) unstable; urgency=low + + * Take over for the Debian Perl Group + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Ivan Kohler ); Ivan Kohler moved to + Uploaders. + * Add debian/watch. + * New upstream release + * dh-make-perl refresh, debhelper 7 + * S-V 3.9.1 + * Fix description-synopsis-is-duplicated + + -- Ivan Kohler Thu, 19 Aug 2010 06:37:49 -0700 + +libnet-opensrs-perl (0.03-1) unstable; urgency=low + + * New upstream release. + * Modernize debian/rules (not yet dh7, though) + * Add Depends: on libdate-calc-perl, libwww-perl, libxml-simple-perl + * Upload to unstable (closes: Bug#546042) + + -- Ivan Kohler Thu, 10 Sep 2009 13:46:46 -0700 + +libnet-opensrs-perl (0.02-1) unstable; urgency=low + + * Initial Release. + + -- Ivan Kohler Sun, 21 Jan 2007 21:02:28 -0800 + --- libnet-opensrs-perl-0.06.orig/debian/watch +++ libnet-opensrs-perl-0.06/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Net-OpenSRS/ .+/Net-OpenSRS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libnet-opensrs-perl-0.06.orig/debian/compat +++ libnet-opensrs-perl-0.06/debian/compat @@ -0,0 +1 @@ +7 --- libnet-opensrs-perl-0.06.orig/debian/control +++ libnet-opensrs-perl-0.06/debian/control @@ -0,0 +1,21 @@ +Source: libnet-opensrs-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.8-7) +Maintainer: Debian Perl Group +Uploaders: Ivan Kohler +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Net-OpenSRS/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-opensrs-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-opensrs-perl/ + +Package: libnet-opensrs-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libdate-calc-perl, libwww-perl, + libxml-simple-perl +Description: Perl interface for domain registration via the Tucows OpenSRS HTTPS XML API. + The client library distributed by OpenSRS can be difficult to integrate into + a custom environment, and their web interface becomes quickly tedious with + heavy usage. This is a clean and relatively quick library to perform the + most common API methods described in the OpenSRS API documentation. --- libnet-opensrs-perl-0.06.orig/debian/rules +++ libnet-opensrs-perl-0.06/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@