debian/0000755000000000000000000000000012063344722007171 5ustar debian/rules0000755000000000000000000000003612063344722010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000203012063344722010567 0ustar Source: libtext-dhcpleases-perl Maintainer: Debian Perl Group Uploaders: Javier Uruen Val , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-dhcpleases-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-dhcpleases-perl.git Homepage: http://search.cpan.org/dist/Text-DHCPLeases/ Package: libtext-dhcpleases-perl Architecture: all Depends: ${misc:Depends}, ${perl: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. debian/source/0000755000000000000000000000000012063344722010471 5ustar debian/source/format0000644000000000000000000000001412063344722011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000152612063344722011047 0ustar libtext-dhcpleases-perl (1.0-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * Remove alternative (build) dependencies that are already satisfied in oldstable. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Xavier Guimard ] * Imported Upstream version 1.0 * Bump Standards-Version to 3.9.4 * Use debhelper 8 * Update source format to 3.0 (quilt) * Update debian/copyright (years and format) -- Xavier Guimard Sun, 16 Dec 2012 13:28:45 +0100 libtext-dhcpleases-perl (0.9-1) unstable; urgency=low * Initial release. (Closes: #541223) -- Javier Uruen Val Wed, 12 Aug 2009 18:32:10 +0200 debian/compat0000644000000000000000000000000212063344722010367 0ustar 8 debian/copyright0000644000000000000000000000212512063344722011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Text-DHCPLeases Source: http://search.cpan.org/dist/Text-DHCPLeases/ Upstream-Contact: Carlos Vicente Files: * Copyright: 2007-2012, Carlos Vicente License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Javier Uruen Val 2012, Xavier Guimard 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000036212063344722010223 0ustar # 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)$