[SCM] Packaging of CAM::PDF in Debian branch, master, updated. 6a698b4fa34ee8e1a366e4b821fbbf9c62f866d4

Salvatore Bonaccorso carnil at debian.org
Sun Jul 8 18:09:15 UTC 2012


The following commit has been merged in the master branch:
commit 1d52022ecc88b0ad88dc3153d702e895bb5d775f
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Jul 8 19:47:48 2012 +0200

    Add missing (build-)dependencies
    
    Add missing (Build-)Depends(-Indep) on libcrypt-rc4-perl and
    libtext-pdf-perl.
    
    Closes: #680797

diff --git a/debian/control b/debian/control
index bdf5f42..c3d48dd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ivan Kohler <ivan-debian at 420.am>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libcrypt-rc4-perl,
+ libtext-pdf-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcam-pdf-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libcam-pdf-perl.git
@@ -12,7 +14,9 @@ Homepage: http://search.cpan.org/dist/CAM-PDF/
 
 Package: libcam-pdf-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, tcsh | csh | c-shell
+Depends: ${misc:Depends}, ${perl:Depends}, tcsh | csh | c-shell,
+ libcrypt-rc4-perl,
+ libtext-pdf-perl
 Description: PDF manipulation library
  This package reads and writes any document that conforms to the PDF
  specification generously provided by Adobe at

-- 
Packaging of CAM::PDF in Debian



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