[libsys-mmap-perl] 05/08: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sun Nov 12 14:36:03 UTC 2017


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

carnil pushed a commit to branch master
in repository libsys-mmap-perl.

commit 2e7755d07f3dd0d4f0fb276edac531aeebc33ed8
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Nov 12 15:26:46 2017 +0100

    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 cf45699..c99761b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312~),
-               perl
+Build-Depends: debhelper (>= 9.20120312~), perl
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsys-mmap-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsys-mmap-perl.git
@@ -13,9 +12,7 @@ Homepage: https://metacpan.org/release/Sys-Mmap
 
 Package: libsys-mmap-perl
 Architecture: any
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         ${shlibs:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: module for using POSIX mmap
  The Mmap module uses the POSIX mmap call to map in a file as a Perl variable.
  Memory access by mmap may be shared between threads or forked processes, and

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



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