[SCM] Debian packaging of libfile-policy-perl branch, master, updated. d5c523b8e3c28276ed6f2c4419d61b9c33faf8f8

gregor herrmann gregoa at debian.org
Thu Jul 5 20:27:39 UTC 2012


The following commit has been merged in the master branch:
commit a695e11ca5cd8e7d6673a0a850a46975cff22b63
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:30:05 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 035c24a..729c45d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,28 @@
 Source: libfile-policy-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12),libtest-pod-perl, libtest-pod-coverage-perl, libtest-assertions-perl, liblog-trace-perl, libfile-slurp-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-assertions-perl,
+                     liblog-trace-perl,
+                     libfile-slurp-perl
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/File-Policy/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-policy-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-policy-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-policy-perl.git
+Homepage: http://search.cpan.org/dist/File-Policy/
 
 Package: libfile-policy-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtest-assertions-perl, liblog-trace-perl, libfile-slurp-perl
-Description:  Simple policy for file I/O functions
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libtest-assertions-perl,
+         liblog-trace-perl,
+         libfile-slurp-perl
+Description: Simple policy for file I/O functions
  This defines the policy for file I/O with modules such as 
  File::Slurp::WithinPolicy. The purpose is to allow systems administrators to 
  define locations and restrictions for applications' file I/O and give app 
@@ -35,3 +44,4 @@ Description:  Simple policy for file I/O functions
  other people. Simply ensuring that submitted code calls check_safe() ensures 
  file access is sane, reducing the amount of effort required to do a security 
  audit.
+

-- 
Debian packaging of libfile-policy-perl



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