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

Michael Stapelberg michael at stapelberg.de
Sat Mar 10 12:43:13 UTC 2012


The following commit has been merged in the master branch:
commit b5729a6b550870dce7316175bdaa807bb7578650
Author: Michael Stapelberg <michael at stapelberg.de>
Date:   Sat Mar 10 13:36:10 2012 +0100

    don’t depend on perl-modules, perl already depends on perl-modules

diff --git a/debian/control b/debian/control
index 5a7f3a7..c2c04ae 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,12 @@ Section: perl
 Priority: optional
 Maintainer: Michael Stapelberg <michael at stapelberg.de>
 Build-Depends: debhelper (>= 8), perl
-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-modules
+Depends: ${misc:Depends}, ${perl:Depends}
 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.

-- 
Debian packaging of Privileges-Drop CPAN distribution



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