--- libnet-rawip-perl-0.25.orig/debian/watch +++ libnet-rawip-perl-0.25/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Net-RawIP/ .*/Net-RawIP-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libnet-rawip-perl-0.25.orig/debian/README.source +++ libnet-rawip-perl-0.25/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libnet-rawip-perl-0.25.orig/debian/libnet-rawip-perl.examples +++ libnet-rawip-perl-0.25/debian/libnet-rawip-perl.examples @@ -0,0 +1,2 @@ +examples/* +README.Devel --- libnet-rawip-perl-0.25.orig/debian/rules +++ libnet-rawip-perl-0.25/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +build: build-stamp +build-stamp: $(QUILT_STAMPFN) + NONETWORK=1 dh build + touch $@ + +clean: unpatch + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: install + dh $@ +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build + --- libnet-rawip-perl-0.25.orig/debian/copyright +++ libnet-rawip-perl-0.25/debian/copyright @@ -0,0 +1,27 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Author: Sergey Kolychev +Packaged-By: Christian Hammers +Upstream-Name: Net-RawIP +Original-Source-Location: http://search.cpan.org/dist/Net-RawIP/ +Original-Source-Command: uscan --force-download +Original-Source-Depends: devscripts + +Files: * +Copyright: (c) 1998, 2007 by Sergey Kolychev + (c) 2007 Gabor Szabo +License: GPL-1+ | Artistic + This package 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'. + +Files: debian/* +Copyright: + © 1999-2007, Christian Hammers + © 2008, Roberto C. Sanchez + © 2008, gregor herrmann +License: GPL-1+ | Artistic --- libnet-rawip-perl-0.25.orig/debian/compat +++ libnet-rawip-perl-0.25/debian/compat @@ -0,0 +1 @@ +7 --- libnet-rawip-perl-0.25.orig/debian/control +++ libnet-rawip-perl-0.25/debian/control @@ -0,0 +1,24 @@ +Source: libnet-rawip-perl +Section: perl +Priority: extra +Maintainer: Debian Perl Group +Uploaders: Christian Hammers , + Jose Luis Rivas +Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 7), perl (>= 5.8), + libpcap-dev, libtest-pod-perl, libtest-pod-coverage-perl, + libtest-perl-critic-perl, libproc-processtable-perl, quilt +Homepage: http://search.cpan.org/dist/Net-RawIP/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-rawip-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-rawip-perl/ + +Package: libnet-rawip-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends} +Description: Perl interface to lowlevel TCP/IP + Net::RawIP gives you the ability to create and manipulate arbitrary IP + packages and fiddle around with every bit in the protocol header. + . + This module is useful if you want to implement a "traceroute" or "ping" in + PERL or you just want to learn about TCP/IP protocol suite but are afraid of + the C language. --- libnet-rawip-perl-0.25.orig/debian/changelog +++ libnet-rawip-perl-0.25/debian/changelog @@ -0,0 +1,239 @@ +libnet-rawip-perl (0.25-1build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 16:03:35 +0100 + +libnet-rawip-perl (0.25-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Wed, 16 Nov 2011 11:57:00 +0000 + +libnet-rawip-perl (0.25-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Tue, 10 May 2011 05:23:02 +0100 + +libnet-rawip-perl (0.25-1) unstable; urgency=low + + [ Franck Joncourt ] + * Removed liblist-moreutils-perl from dependencies. + + [ gregor herrmann ] + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + + [ Jose Luis Rivas ] + * New upstream release + * Refreshed tests_no_network.patch to accomplish latest t/iflist.t. + * Added me as uploader. + * Refreshed debian/copyright. + * Switched to debhelper v7, updated debian/{rules,control,compat}. + * Deleted CDBS as build-depend. + + [ gregor herrmann ] + * Add patch fix_pod.patch to fix a POD error. + * debian/control: minor typo/wording fixes. + + -- Jose Luis Rivas Sun, 02 Nov 2008 01:56:53 -0430 + +libnet-rawip-perl (0.23-2) unstable; urgency=low + + * Add libtest-pod-perl, libtest-pod-coverage-perl, + libtest-perl-critic-perl, libproc-processtable-perl to Build-Depends to + enable additional tests. + * Add patch tests_no_network.patch to skip tests in t/iflist.t if + NONETWORK is set (closes: #467591). Add quilt framework. + * debian/rules: remove empty /usr/share/perl5 directory if it exists (for + the last days of perl 5.8). + * debian/watch: improve pattern for matching upstream versions. + * debian/copyright: change to new format and add generic upstream URL. + + -- gregor herrmann Tue, 26 Feb 2008 23:00:10 +0100 + +libnet-rawip-perl (0.23-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + + [ Jose Luis Rivas ] + * New upstream release + * debian/watch: now is dist-based. + * debian/control: + + Updated to 3.7.3 Standards-Version + * debian/rules: deleted the patchsys-utils.mk include since isn't used. + + [ Roberto C. Sanchez ] + * Made the group the maintainer and moved Christian to uploaders. + * Updated to debhelper compatibility level 6. + + -- Roberto C. Sanchez Wed, 09 Jan 2008 23:58:26 -0500 + +libnet-rawip-perl (0.21-1) unstable; urgency=low + + * New upstream release + * Added Gabor Szabo as new upstream maintainer to debian/copyright. + + -- Christian Hammers Thu, 5 Apr 2007 23:24:28 +0200 + +libnet-rawip-perl (0.20-2) unstable; urgency=medium + + * Added ${shlibs:Depends} to debian/control to make checklib happy. + + -- Christian Hammers Tue, 26 Sep 2006 00:39:14 +0200 + +libnet-rawip-perl (0.20-1) unstable; urgency=low + + * New upstream version. Closes: #329637 + * Updated watchfile and adjusted for strange upstream version system. + * Fixed gcc-4.0 FTBFS (thanks to Andreas Jochens). Closes: #297204 + + -- Christian Hammers Fri, 16 Sep 2005 01:06:29 +0200 + +libnet-rawip-perl (0.10-5) unstable; urgency=low + + * Switched to CDBS. Great thing. + + -- Christian Hammers Fri, 23 Jul 2004 20:33:55 +0200 + +libnet-rawip-perl (0.10-4) unstable; urgency=low + + * Added patch for gcc-3.4 compliance (thanks to Andreas Jochen). + Closes: #260431 + * Changed section to "perl". + + -- Christian Hammers Fri, 23 Jul 2004 00:02:47 +0200 + +libnet-rawip-perl (0.10-3) unstable; urgency=low + + * Recompiled as it just didn't worked anymore.. + (exited with "host_to_ip failed"). Closes: #230989 + + -- Christian Hammers Mon, 23 Feb 2004 04:05:28 +0100 + +libnet-rawip-perl (0.10-2) unstable; urgency=low + + * Rebuild to get rid of segfault (thanks to Raf D'Halleweyn). + Closes: #216147 + + -- Christian Hammers Thu, 23 Oct 2003 03:20:40 +0200 + +libnet-rawip-perl (0.10-1) unstable; urgency=low + + * New upstream version. + + -- Christian Hammers Tue, 18 Feb 2003 13:50:34 +0100 + +libnet-rawip-perl (0.09d-5) unstable; urgency=low + + * New upstream version. + * Patched to work together with perl8. + (Thanks to Willem Itsme for them) + + -- Christian Hammers Fri, 25 Oct 2002 00:01:50 +0200 + +libnet-rawip-perl (0.09d-4.1) unstable; urgency=low + + * NMU: Rebuilt against perl 5.8. + * Added declaration of my_perl to the top of util.c. + + -- Ben Burton Sun, 1 Sep 2002 11:12:15 +1000 + +libnet-rawip-perl (0.09d-4) unstable; urgency=low + + * Fixed copyright. Closes: #157623 + + -- Christian Hammers Fri, 23 Aug 2002 23:17:05 +0200 + +libnet-rawip-perl (0.09d-3) unstable; urgency=low + + * --- removed emacs from changelog + * --- changed debian/watch file + * UNRELEASED + + -- root Sun, 26 May 2002 15:20:30 +0200 + +libnet-rawip-perl (0.09d-2) unstable; urgency=low + + * Adjusted to latest Debian perl policy and Debian policy. + * No code change. + + -- Christian Hammers Sat, 17 Feb 2001 18:04:12 +0100 + +libnet-rawip-perl (0.09d-1) unstable; urgency=low + + * New upstream release. + + -- Christian Hammers Sat, 10 Feb 2001 18:31:10 +0100 + +libnet-rawip-perl (0.09-3) unstable; urgency=low + + * Recompiled against perl-5.6. Closes: #80714 + * Added Build-Dependencies. + + -- Christian Hammers Thu, 28 Dec 2000 22:30:55 +0100 + +libnet-rawip-perl (0.09-2) unstable; urgency=low + + * Adjusted dependencies. Closes: #53447 + + -- Christian Hammers Mon, 27 Dec 1999 12:30:22 +0100 + +libnet-rawip-perl (0.09-1) unstable; urgency=low + + * New upstream version. + + -- Christian Hammers Tue, 30 Nov 1999 00:27:01 +0100 + +libnet-rawip-perl (0.07-2) unstable; urgency=low + + * Recompiled for perl-5.005. + + -- Christian Hammers Tue, 6 Jul 1999 00:26:29 +0200 + +libnet-rawip-perl (0.07-1) unstable; urgency=low + + * New upstream release. + * Featuring an example of the recend Linux kernel DoS-Attack ! + + -- Christian Hammers Wed, 23 Jun 1999 22:52:17 +0200 + +libnet-rawip-perl (0.06-2) unstable; urgency=low + + * Oups, missed some dependencies. + + -- Christian Hammers Mon, 1 Mar 1999 21:41:10 +0000 + +libnet-rawip-perl (0.06-1) unstable; urgency=low + + * New upstream version. + + -- Christian Hammers Sun, 28 Feb 1999 21:42:32 +0000 + +libnet-rawip-perl (0.05-3) unstable; urgency=low + + * cc did not find libstdc++ everywhere. Now gcc is used. + + -- Christian Hammers Tue, 16 Feb 1999 15:24:19 +0000 + +libnet-rawip-perl (0.05-2) unstable; urgency=low + + * I used the wrong target (indep instead of arch) + + -- Christian Hammers Fri, 12 Feb 1999 01:02:25 +0000 + +libnet-rawip-perl (0.05-1) unstable; urgency=low + + * New upstream release. + + -- Christian Hammers Thu, 4 Feb 1999 21:53:55 +0000 + +libnet-rawip-perl (0.04-1) unstable; urgency=low + + * Initial Release. + + -- Christian Hammers Mon, 1 Feb 1999 14:23:51 +0000 --- libnet-rawip-perl-0.25.orig/debian/patches/tests_no_network.patch +++ libnet-rawip-perl-0.25/debian/patches/tests_no_network.patch @@ -0,0 +1,17 @@ +--- svn/t/iflist.t.orig 2008-11-02 01:48:02.000000000 -0430 ++++ svn/t/iflist.t 2008-11-02 01:48:45.000000000 -0430 +@@ -6,8 +6,12 @@ + use Test::More; + use Net::RawIP; + +- +-plan tests => my $tests; ++my $tests; ++if ( $ENV{NONETWORK} ) { ++ plan skip_all => 'Network tests disabled'; ++} else { ++ plan tests => $tests; ++} + + my $loopback = undef; + --- libnet-rawip-perl-0.25.orig/debian/patches/fix_pod.patch +++ libnet-rawip-perl-0.25/debian/patches/fix_pod.patch @@ -0,0 +1,11 @@ +--- a/lib/Net/RawIP.pm ++++ b/lib/Net/RawIP.pm +@@ -701,7 +701,7 @@ + + Net::RawIP - Perl extension to manipulate raw IP packets with interface to B + +-=head VERSION ++=head1 VERSION + + This is the documentation of C version 0.25 + --- libnet-rawip-perl-0.25.orig/debian/patches/series +++ libnet-rawip-perl-0.25/debian/patches/series @@ -0,0 +1,2 @@ +tests_no_network.patch +fix_pod.patch