[SCM] Debian packaging of libshell-perl branch, master, updated. 63cb7d032120ce96eb42818654b5d0121e833ed0

Salvatore Bonaccorso carnil at debian.org
Sat Feb 25 17:18:19 UTC 2012


The following commit has been merged in the master branch:
commit 8540786fc77dc7cb5f778a6a504eaa508b1ff19c
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Feb 25 18:13:10 2012 +0100

    Adjust perl Depends in debian/control
    
    Drop explicit perl Depends as perl dependency is covered by the
    ${perl:Depends} substitution.

diff --git a/debian/control b/debian/control
index 844297b..f2a8a87 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libshell-perl
 
 Package: libshell-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: run shell commands transparently within perl
  This package is included as a show case, illustrating a few Perl features.
  It shouldn't be used for production programs. Although it does provide a

-- 
Debian packaging of libshell-perl



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