[libnagios-plugin-perl] 07/08: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sat Jun 20 00:44:34 UTC 2015


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

gregoa pushed a commit to branch master
in repository libnagios-plugin-perl.

commit e33fb10d9566f2a36224c7a2bc23b63ab1c4f146
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 20 02:41:43 2015 +0200

    wrap&sort d/control
    
    Gbp-Dch: Ignore
---
 debian/control   | 16 ++++++++--------
 debian/copyright |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 7bf93fa..b04d840 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,11 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
-                     libclass-accessor-perl,
-                     libparams-validate-perl,
+Build-Depends-Indep: libclass-accessor-perl,
                      libconfig-tiny-perl,
-                     libmath-calc-units-perl
+                     libmath-calc-units-perl,
+                     libparams-validate-perl,
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnagios-plugin-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnagios-plugin-perl.git
@@ -19,12 +19,12 @@ Homepage: https://metacpan.org/release/Nagios-Plugin
 
 Package: libnagios-plugin-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
+         ${perl:Depends},
          libclass-accessor-perl,
-         libparams-validate-perl,
          libconfig-tiny-perl,
-         libmath-calc-units-perl
+         libmath-calc-units-perl,
+         libparams-validate-perl
 Description: family of perl modules to streamline writing Nagios
  Nagios::Plugin and its associated Nagios::Plugin::* modules are a family of
  perl modules to streamline writing Nagios plugins. The main end user modules
diff --git a/debian/copyright b/debian/copyright
index 9c394c3..6ae39a9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -26,4 +26,4 @@ License: GPL-1+
  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'.  
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

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



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