[libafs-pag-perl] 03/33: Fix a few remaining issues with debian/control

Russ Allbery eagle at eyrie.org
Thu Dec 28 02:12:47 UTC 2017


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

rra pushed a commit to branch master
in repository libafs-pag-perl.

commit c6abf36d2adbc21ab78c2cd7ad60623916155551
Author: Russ Allbery <rra at stanford.edu>
Date:   Thu Sep 12 21:49:41 2013

    Fix a few remaining issues with debian/control
    
    Depend on IPC::System::Simple so that we at least ensure the module
    will load properly.  Fix a misspelling of shilbs:Depends.
---
 debian/control | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 4b1863f..48733aa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: libafs-pag-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9), libconfig-autoconf-perl,
- libmodule-build-perl, libtest-minimumversion-perl, libtest-pod-perl,
- libtest-pod-coverage-perl, libtest-strict-perl, libtest-synopsis-perl
+ libipc-system-simple-perl, libmodule-build-perl,
+ libtest-minimumversion-perl, libtest-pod-perl, libtest-pod-coverage-perl,
+ libtest-strict-perl, libtest-synopsis-perl
 Maintainer: Russ Allbery <rra at debian.org>
 Standards-Version: 3.9.4
 Homepage: http://www.eyrie.org/~eagle/software/afs-pag/
@@ -12,7 +13,7 @@ Vcs-Browser: http://git.eyrie.org/?p=afs/afs-pag.git
 
 Package: libafs-pag-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlib:Depends}, ${misc:Depends}
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: Perl bindings for AFS PAG manipulation
  AFS::PAG provides the standard PAG and token manipulation functions
  setpag and unlog to Perl programs as a native module.  It also provides

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



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