[SCM] Debian packaging of liblatex-encode-perl branch, master, updated. upstream/0.05-42-g62dcefe

Salvatore Bonaccorso carnil at debian.org
Wed Aug 29 19:27:16 UTC 2012


The following commit has been merged in the master branch:
commit 7803daa6c60f35efa18c176ad627359bc0b4d9fe
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Aug 29 21:25:33 2012 +0200

    Add new dependency for Readonly module
    
    Add Build-Depends-Indep and Depends on libreadonly-perl.

diff --git a/debian/control b/debian/control
index a56f76a..eec9330 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends-Indep: perl,
                      libtest-pod-perl,
                      libtest-pod-coverage-perl,
                      libtest-perl-critic-perl,
-                     libhtml-parser-perl
+                     libhtml-parser-perl,
+                     libreadonly-perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblatex-encode-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/liblatex-encode-perl.git
@@ -17,7 +18,8 @@ Homepage: http://search.cpan.org/dist/LaTeX-Encode/
 Package: liblatex-encode-perl
 Architecture: all
 Depends: ${perl:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libreadonly-perl
 Description: Perl module to encode characters for LaTeX formatting
  LaTeX::Encode provides a function to encode text that is to be formatted with
  LaTeX. It encodes characters that are special to LaTeX or that are

-- 
Debian packaging of liblatex-encode-perl



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