debian/0000755000000000000000000000000012063076024007166 5ustar debian/rules0000755000000000000000000000003612063076024010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000235512063076024010576 0ustar Source: libnet-write-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclass-gomor-perl, libnet-pcap-perl, libsocket6-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-write-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-write-perl.git Homepage: http://search.cpan.org/dist/Net-Write/ Package: libnet-write-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-gomor-perl, libnet-pcap-perl, libsocket6-perl Description: portable interface to open and send raw data to network Net::Write provides a portable interface to write raw data directly to a network interface. It provides three methods: open, send and close. It is especially useful because it can send arbitrary packets on the link layer (layer 2), network layer (layer 3) or transport layer (layer 4). debian/source/0000755000000000000000000000000012063076024010466 5ustar debian/source/format0000644000000000000000000000001412063076024011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000124512063076024011042 0ustar libnet-write-perl (1.07-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Xavier Guimard ] * Imported Upstream version 1.07 * Bump Standards-Version to 3.9.4 * Use debhelper 8 * Update debian/copyright (years and format) * Update source format to 3.0 (quilt) * Update short description -- Xavier Guimard Sat, 15 Dec 2012 09:15:35 +0100 libnet-write-perl (1.05-1) unstable; urgency=low * Initial Release (Closes: #563327) -- Jonathan Yu Tue, 05 Jan 2010 14:47:37 -0500 debian/compat0000644000000000000000000000000212063076024010364 0ustar 8 debian/copyright0000644000000000000000000000210312063076024011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-Write Source: http://search.cpan.org/dist/Net-Write/ Upstream-Contact: Patrice Auffret Files: * Copyright: 2006-2012, Patrice Auffret License: Artistic Files: debian/* Copyright: 2010, Jonathan Yu 2012, Xavier Guimard License: GPL-1+ or 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: 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'. debian/watch0000644000000000000000000000015712063076024010222 0ustar version=3 http://search.cpan.org/dist/Net-Write/ .*/Net-Write-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libnet-write-perl.examples0000644000000000000000000000001312063076024014265 0ustar examples/*