[SCM] Debian packaging of Privileges-Drop CPAN distribution branch, master, updated. d178de7fec04a2363113aa8b0516b3b921831015

Michael Stapelberg michael at stapelberg.de
Fri Mar 9 21:29:31 UTC 2012


The following commit has been merged in the master branch:
commit d178de7fec04a2363113aa8b0516b3b921831015
Author: Michael Stapelberg <michael at stapelberg.de>
Date:   Fri Mar 9 22:29:20 2012 +0100

    fix dependencies/double word in description

diff --git a/debian/control b/debian/control
index 876420f..5a7f3a7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,16 @@ Section: perl
 Priority: optional
 Maintainer: Michael Stapelberg <michael at stapelberg.de>
 Build-Depends: debhelper (>= 8), perl
-Build-Depends-Indep: perl-base, perl-modules (>= 0.38)
+Build-Depends-Indep: perl-modules (>= 0.38)
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Privileges-Drop/
 
 Package: libprivileges-drop-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl-base,
- perl-modules
+Depends: ${misc:Depends}, ${perl:Depends}, perl-modules
 Description: module to make it simple to drop all privileges
  Privileges::Drop tries to simplify the process of dropping privileges. This
  can be useful when your Perl program needs to bind to privileged ports, etc.
  This module is much like Proc::UID, except that it's implemented in pure
  Perl. Special care has been taken to also drop saved uid on platforms that
- support this, currently only test on on Linux.
+ support this, currently only test on Linux.

-- 
Debian packaging of Privileges-Drop CPAN distribution



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