debian/0000755000000000000000000000000012224076176007175 5ustar debian/rules0000755000000000000000000000042112224076176010252 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install find $(TMP)/usr/share/perl5/Net/ -type f -name "*.pm" -print0 | \ xargs -r0 sed -i -e '1s|^#!/bin/false|#!/usr/bin/perl|' debian/control0000644000000000000000000000247612224076176010611 0ustar Source: libnet-dhcp-perl Maintainer: Debian Perl Group Uploaders: Hendrik Frenzel , Ansgar Burchardt , gregor herrmann , CSILLAG Tamas Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.11.4) | libmodule-build-perl Build-Depends-Indep: perl, libtest-warn-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-dhcp-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-dhcp-perl.git Homepage: https://metacpan.org/release/Net-DHCP/ Package: libnet-dhcp-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl interface for handling DHCP packets Net::DHCP is a release of the DHCP protocol interface to Perl 5. There are two parts to the interface: the packet component (Net::DHCP::Packet) and the constants component (Net::DHCP::Constants) which represents constants used in DHCP protocol, defined in RFC 1533, RFC 2132, RFC 2241, RFC 2485, RFC 2563, RFC 2937, RFC 3004, RFC 3011, RFC 3046. . With Net::DHCP you can create and analyze DHCP packets which are sent or received with the help of IO::Socket::INET. debian/source/0000755000000000000000000000000012224076176010475 5ustar debian/source/format0000644000000000000000000000001412224076176011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000642212224076176011053 0ustar libnet-dhcp-perl (0.693+dfsg-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Update debian/repack.stub. [ CSILLAG Tamas ] * New upstream release * Add myself to uploaders * Standards-Version++ (no changes) * add copyright for debian/repack.stub * fix a pod error in Net/DHCP/Packet.pm -- CSILLAG Tamas Sat, 05 Oct 2013 22:41:09 +0200 libnet-dhcp-perl (0.690+dfsg-1) unstable; urgency=low * New upstream release. -- gregor herrmann Fri, 08 Jun 2012 23:37:29 +0200 libnet-dhcp-perl (0.685+dfsg-1) unstable; urgency=low * New upstream release. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). * Build-Depend on Module::Build 0.3601. -- gregor herrmann Sat, 02 Jun 2012 19:36:35 +0200 libnet-dhcp-perl (0.682+dfsg-1) unstable; urgency=low * New upstream release. * Drop patch, applied upstream. -- gregor herrmann Sat, 21 Jan 2012 02:33:44 +0100 libnet-dhcp-perl (0.681+dfsg-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * Add repacking framework to remove non-free RFCs. * New upstream release 0.68. * Update years of upstream and packaging copyright. * Remove patch, not needed anymore. * Switch to debhelper compatibility level 8. * Add /me to Uploaders. * Improve short and long description. * Bump Standards-Version to 3.9.2 (no further changes). * Add libtest-warn-perl to Build-Depends-Indep. * Add patch tests.patch: fix skipping of tests. * New upstream release 0.681. * debian/watch: add uversionmangle to handle 2- and 3-digit upstream minor versions. * Fix hashbang in modules. -- gregor herrmann Fri, 20 Jan 2012 20:45:21 +0100 libnet-dhcp-perl (0.67-1) unstable; urgency=low [ Hendrik Frenzel ] * Added more descriptive sentence to package description [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * New upstream release. - Fix memory leak in marshall(). (Closes: #598213) * Use debhelper compat level 7 and tiny debian/rules. * Convert debian/copyright to proposed machine-readable format and update for new upstream release. * debian/control: Make build-dep on perl unversioned. * Use source format 3.0 (quilt). * Fix syntax error in POD. + new patch: pod.patch * Bump Standards-Version to 3.9.1. * Add myself to Uploaders. -- Ansgar Burchardt Sun, 14 Nov 2010 10:54:03 +0100 libnet-dhcp-perl (0.66-1) unstable; urgency=low * Initial Release. (Closes: #472671: ITP: libnet-dhcp-perl -- Interface for handling DHCP packets) -- Hendrik Frenzel Tue, 25 Mar 2008 15:15:47 +0100 debian/libnet-dhcp-perl.examples0000644000000000000000000000001312224076176014060 0ustar examples/* debian/compat0000644000000000000000000000000212224076176010373 0ustar 8 debian/libnet-dhcp-perl.docs0000644000000000000000000000000712224076176013175 0ustar README debian/patches/0000755000000000000000000000000012224076176010624 5ustar debian/patches/pod-error-extra-item-line0000644000000000000000000000123512224076176015463 0ustar Description: pod error, extra item line removed Author: CSILLAG Tamas --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. There is an extra =item line in Packet.pm. Last-Update: 2013-10-05 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=89267 --- libnet-dhcp-perl-0.693+dfsg.orig/lib/Net/DHCP/Packet.pm +++ libnet-dhcp-perl-0.693+dfsg/lib/Net/DHCP/Packet.pm @@ -1350,8 +1350,6 @@ I instead.> -=item - =back =head2 DHCP OPTIONS TYPES debian/patches/series0000644000000000000000000000003212224076176012034 0ustar pod-error-extra-item-line debian/copyright0000644000000000000000000000331012224076176011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-DHCP Upstream-Contact: Dean Hamstead Source: https://metacpan.org/release/Net-DHCP/ Comment: The package is repacked to remove non-free RFCs. Files: * Copyright: 2002, Francis van Dun 2005-2006, Stephan Hadinger 2010-2012, Dean Hamstead License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Hendrik Frenzel 2012, gregor herrmann License: GPL-2+ Files: debian/repack.stub Copyright: 2009, Ryan Niebur 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'. License: GPL-2+ 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 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/repack.local0000644000000000000000000000007312224076176011456 0ustar MANIFEST=1 rm docs/bootp-dhcp-parameters.txt rm t/.iana.pl debian/watch0000644000000000000000000000031412224076176010224 0ustar version=3 opts=dversionmangle=s/\+dfsg$//,uversionmangle=s/\.\d{2}$/$&0/ \ https://metacpan.org/release/Net-DHCP/ .*/Net-DHCP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \ debian sh debian/repack.stub debian/repack.stub0000755000000000000000000000346412224076176011353 0ustar #!/bin/sh : <<=cut =pod =head1 NAME repack.stub - script to repack upstream tarballs from uscan =head1 INSTRUCTIONS put this in debian/repack.stub and add "debian sh debian/repack.stub" to the end of the line in debian/watch. you will also need to add a version mangle to debian/watch. then create a debian/repack.local. this is a shell script that is sourced under "set -e", so be careful to check returns codes. =head1 FUNCTIONS =over 4 =item rm rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1 =item mv mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1 =item requires_version requires_version is there for future usage for requiring certain versions of the script =back =head1 VARIABLES =over 4 =item SUFFIX defaults to +dfsg what to append to the upstream version =item RM_OPTS defaults to -vrf options to pass to rm =item MANIFEST defaults to 0, set to 1 to turn on. this will manipulate MANIFEST files in CPAN tarballs. =item UP_BASE this is the directory where the upstream source is. =back =head1 COPYRIGHT AND LICENSE Copyright 2009, Ryan Niebur License: Artistic or GPL-1+ =cut if [ -z "$REPACK_SH" ]; then if [ -f ../../scripts/repack.sh ]; then REPACK_SH=../../scripts/repack.sh fi if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then REPACK_SH=$(which repack.sh) fi fi if [ ! -f "$REPACK_SH" ]; then echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable" echo "You can get it from http://anonscm.debian.org/gitweb/?p=pkg-perl/scripts.git;a=blob_plain;f=repack.sh;hb=HEAD" exit 1 fi exec "$REPACK_SH" "$@"