[SCM] libapp-cmd-plugin-prompt Debian packaging branch, master, updated. debian/1.003-1-5-gb69d93c

Salvatore Bonaccorso carnil at debian.org
Tue Oct 30 22:03:09 UTC 2012


The following commit has been merged in the master branch:
commit 11e2d1510493581da36aec098572c9c5c686173c
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Oct 30 22:55:06 2012 +0100

    Add missing (build-)dependencies
    
    Fix FTBFS due to missing (build-)dependencies on App::Cmd and
    Term::ReadKey. Add (Build-)Depends(-Indep) on libapp-cmd-perl and
    libterm-readkey-perl.
    
    Thanks: Angel Abad <angel at debian.org>
    
    Closes: #691853

diff --git a/debian/control b/debian/control
index 88d5205..5bfebb0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,11 @@ Build-Depends: cdbs,
  perl,
  debhelper,
  dh-buildinfo,
+ libapp-cmd-perl,
  libossp-uuid-perl,
  libsub-exporter-perl,
- libsub-install-perl
+ libsub-install-perl,
+ libterm-readkey-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
 Standards-Version: 3.9.3
diff --git a/debian/rules b/debian/rules
index 07f4e71..9422c7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/
 DEB_UPSTREAM_TARBALL_MD5 = 
 
 # Needed both by upstream build and (always) at runtime
-deps = libossp-uuid-perl, libsub-exporter-perl, libsub-install-perl
+deps = libapp-cmd-perl, libossp-uuid-perl, libsub-exporter-perl, libsub-install-perl, libterm-readkey-perl
 
 CDBS_BUILD_DEPENDS += , $(deps)
 CDBS_DEPENDS_ALL = $(deps)

-- 
libapp-cmd-plugin-prompt Debian packaging



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