debian/0000755000000000000000000000000011725231253007167 5ustar debian/control0000644000000000000000000000252311725224643010601 0ustar Source: libiptables-chainmgr-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libiptables-parse-perl (>= 0.9), libnetaddr-ip-perl Maintainer: Debian Perl Group Uploaders: Franck Joncourt , Martín Ferrari , Fabrizio Regalli Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/IPTables-ChainMgr/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libiptables-chainmgr-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libiptables-chainmgr-perl.git Package: libiptables-chainmgr-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libiptables-parse-perl (>= 0.9), libnetaddr-ip-perl Description: Perl extension for manipulating iptables policies The IPTables::ChainMgr module provides an interface to manipulate iptables policies on Linux systems through the direct execution of iptables commands. . Then, it is easy to execute iptables commands directly in order to both parse and change the configuration of the policy. Further, this simplifies installation since the only external requirement is (in the spirit of scripting) to be able to point IPTables::ChainMgr at an installed iptables binary instead of having to compile against a library. debian/changelog0000644000000000000000000000510511725224643011047 0ustar libiptables-chainmgr-perl (1.2-1) unstable; urgency=low * Imported Upstream version 1.2 * Bump libiptables-parse-perl to (>= 0.9) -- Fabrizio Regalli Sun, 04 Mar 2012 22:28:17 +0100 libiptables-chainmgr-perl (0.9.9-1) unstable; urgency=low [ Franck Joncourt ] * Swith to dh 7 Updated d.{control,compat,rules} * Bumped up Standards-Version to 3.8.3: + Removed old versionned perl BD. * Refreshed both d.control and d.copyright with my new email address. * Switch to dpkg-source 3.0 (quilt) format. [ gregor herrmann ] * Set Standards-Version to 3.9.1; replace Conflicts with Breaks. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Fabrizio Regalli ] * Imported Upstream version 0.9.9 * d/copyright: + Updated using copyright-format 1.0 + Changed Upstream-Maintainer in Upstream-Contact + Changed Upstream-Source in Source + Updated both licenses text + Added Martín Ferrari to debian/* copyright files + Changed "|" with "or" in license type + Added myself to debian/* copyright files + Updated year * Updated d/compat to 8 * Updated debhelper to (>= 8) * Bump Standards-Version to 3.9.3 * Added myself to Uploaders * Changed Homepage in d/control using default search.cpan.org * Added libnetaddr-ip-perl in B-D-I and Depends * Removed {Breaks,Replaces} psad (<= 2.1.2-1) in d/control [ gregor herrmann ] * debian/watch: fix CPAN URL, and drop the other location. * Drop (build) dependency on libnetwork-ipv4addr-perl. -- Fabrizio Regalli Mon, 27 Feb 2012 16:54:38 +0100 libiptables-chainmgr-perl (0.9-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Martín Ferrari ] * New upstream release * debian/control: Added myself to uploaders. * debian/watch: Added CPAN URL. -- Martín Ferrari Sat, 14 Feb 2009 16:12:38 -0200 libiptables-chainmgr-perl (0.8-1) unstable; urgency=low * New upstream release * Bumped up Standards-Version to 3.8.0 (no changes). * Updated build-dependencies for libiptables-parse-perl (>= 0.7). * Updated dependencies for libiptables-parse-perl (>=0.7). * Updated debian/copyright according to: http://wiki.debian.org/Proposals/CopyrightFormat -- Franck Joncourt Sat, 18 Oct 2008 11:24:44 +0200 libiptables-chainmgr-perl (0.7-1) unstable; urgency=low * Initial release (Closes: #481544) -- Franck Joncourt Sun, 18 May 2008 17:23:32 +0200 debian/compat0000644000000000000000000000000211725224643010372 0ustar 8 debian/rules0000755000000000000000000000003611725224643010253 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000220511725224643011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Michael Rash Source: http://search.cpan.org/dist/IPTables-ChainMgr/ Upstream-Name: IPTables-ChainMgr Files: * Copyright: 2005-2012, Michael Rash License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Franck Joncourt 2009, Martín Ferrari 2012, Fabrizio Regalli 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/source/0000755000000000000000000000000011725224643010474 5ustar debian/source/format0000644000000000000000000000001411725224643011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000017511725224643010230 0ustar version=3 http://search.cpan.org/dist/IPTables-ChainMgr/ .*/IPTables-ChainMgr-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$