[libcwd-guard-perl] 02/03: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sun May 22 08:52:20 UTC 2016


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

carnil pushed a commit to branch master
in repository libcwd-guard-perl.

commit 53a1e54dfd13665ec58a7c5af9f5648f8762251d
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun May 22 10:48:19 2016 +0200

    Wrap and sort fields in debian/control file
---
 debian/control | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 0b1a0d9..12181d3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,7 @@ Uploaders: Oleg Gashev <oleg at gashev.net>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               perl,
-               libmodule-build-perl
+Build-Depends: debhelper (>= 9), libmodule-build-perl, perl
 Build-Depends-Indep: libtest-requires-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcwd-guard-perl.git
@@ -15,8 +13,7 @@ Homepage: https://metacpan.org/release/Cwd-Guard
 
 Package: libcwd-guard-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: module for temporarily changing working directory (chdir)
  Cwd::Guard provides changing the current directory (chdir) using a limited
  scope. Return to current working directory, if this object destroyed. If

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



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