libiptables-parse-perl 1.5-1 source package in Ubuntu

Changelog

libiptables-parse-perl (1.5-1) unstable; urgency=low

  * Team upload

  [ 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 ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Florian Schlichting ]
  * Add debian/upstream/metadata
  * Import upstream version 1.5
  * Bump years of upstream copyright
  * Bump dh compat to level 9
  * Declare compliance with Debian Policy 3.9.6
  * Mark package autopkgtest-able

 -- Florian Schlichting <email address hidden>  Fri, 09 Oct 2015 23:09:40 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libiptables-parse-perl_1.5-1.dsc 2.1 KiB 01e8e54434639dc9ff4e6e462936364898ca38a3f198a2056b90b566feeb5cb0
libiptables-parse-perl_1.5.orig.tar.gz 14.8 KiB 28885e897b0a4f970e1f8780fac45f1479bd05a5b2fc6b22c9d35f1e6b05bab8
libiptables-parse-perl_1.5-1.debian.tar.xz 2.3 KiB 7fb4a480df077aad154be27f2f9510dc9d815acd4b974c59ce4def71b80c2f4a

Available diffs

No changes file available.

Binary packages built by this source

libiptables-parse-perl: Perl extension for parsing iptables firewall rulesets

 The IPTables::Parse package provides an interface to parse iptables
 rules on Linux systems through the direct execution of iptables commands, or
 from parsing a file that contains an iptables policy listing. You can get
 the current policy applied to a table/chain, look for a specific user-defined
 chain, check for a default DROP policy, or determing whether or not logging
 rules exist.