[libiptables-chainmgr-perl] 05/08: debian/control: Wrap and sort fields

Salvatore Bonaccorso carnil at debian.org
Mon Dec 26 19:13:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libiptables-chainmgr-perl.

commit 09da48025f1f7e6bcebdcc344be18978a8f92da4
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Dec 26 20:04:42 2016 +0100

    debian/control: Wrap and sort fields
---
 debian/control | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index df21ae8..a1edab5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
-                     libiptables-parse-perl,
-                     libnetaddr-ip-perl
+Build-Depends-Indep: libiptables-parse-perl, libnetaddr-ip-perl, perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libiptables-chainmgr-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libiptables-chainmgr-perl.git
@@ -15,16 +13,17 @@ Homepage: https://metacpan.org/release/IPTables-ChainMgr
 
 Package: libiptables-chainmgr-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
-         libiptables-parse-perl,
-         libnetaddr-ip-perl
+Depends:
+ libiptables-parse-perl,
+ libnetaddr-ip-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 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 
+ 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libiptables-chainmgr-perl.git



More information about the Pkg-perl-cvs-commits mailing list