--- libtext-dhcpleases-perl-0.9.orig/debian/control +++ libtext-dhcpleases-perl-0.9/debian/control @@ -0,0 +1,24 @@ +Source: libtext-dhcpleases-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl +Build-Depends-Indep: perl (>= 5.8.0) +Maintainer: Ubuntu MOTU Developers +XSBC_Original-Maintainer: Debian Perl Group +Uploaders: Javier Uruen Val +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-dhcpleases-perl/ +Vcs-Browser: http://svn.debian.org/pkg-perl/viewsvn/trunk/libtext-dhcpleases-perl/ +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Text-DHCPLeases/ + +Package: libtext-dhcpleases-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module to parse DHCP leases file from ISC dhcpd + Text::DHCPLeases provides an object-oriented interface to ISC DHCPD leases + files. The goal is to objectify all declarations, as defined by the ISC + dhcpd package man pages. + . + This interface is useful for analyzing, reporting, converting lease files, + or as a tool for other applications that need to import dhcpd lease data + structures. --- libtext-dhcpleases-perl-0.9.orig/debian/rules +++ libtext-dhcpleases-perl-0.9/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libtext-dhcpleases-perl-0.9.orig/debian/copyright +++ libtext-dhcpleases-perl-0.9/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Carlos Vicente +Upstream-Source: http://search.cpan.org/dist/Text-DHCPLeases/ +Upstream-Name: Text-DHCPLeases + +Files: * +Copyright: 2007-2010, Carlos Vicente +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Javier Uruen Val +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' --- libtext-dhcpleases-perl-0.9.orig/debian/watch +++ libtext-dhcpleases-perl-0.9/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Text-DHCPLeases/ .*/Text-DHCPLeases-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtext-dhcpleases-perl-0.9.orig/debian/compat +++ libtext-dhcpleases-perl-0.9/debian/compat @@ -0,0 +1 @@ +7 --- libtext-dhcpleases-perl-0.9.orig/debian/changelog +++ libtext-dhcpleases-perl-0.9/debian/changelog @@ -0,0 +1,12 @@ +libtext-dhcpleases-perl (0.9-1ubuntu1) karmic; urgency=low + + * Update maintainer according to spec. + * Bump standards version. + + -- Chuck Short Thu, 20 Aug 2009 08:35:38 -0400 + +libtext-dhcpleases-perl (0.9-1) unstable; urgency=low + + * Initial release. (Closes: #541223) + + -- Javier Uruen Val Wed, 12 Aug 2009 18:32:10 +0200