[liblatex-encode-perl] 02/03: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sun Aug 25 06:02:51 UTC 2013


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

carnil pushed a commit to branch master
in repository liblatex-encode-perl.

commit a8a8ee3fc82e7f69f64c4acf4e9e6f9d28ce4752
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Aug 25 08:01:59 2013 +0200

    Wrap and sort fields in debian/control file
---
 debian/control |   22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index eb2b9d5..f1a977f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,15 @@ Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     libtest-pod-perl,
-                     libtest-pod-coverage-perl,
-                     libhtml-parser-perl,
-                     libreadonly-perl,
-                     texlive-latex-base,
-                     texlive-latex-recommended,
-                     texlive-fonts-recommended
+Build-Depends-Indep:
+ libhtml-parser-perl,
+ libreadonly-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ perl,
+ texlive-fonts-recommended,
+ texlive-latex-base,
+ texlive-latex-recommended
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblatex-encode-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblatex-encode-perl.git
@@ -19,9 +20,7 @@ Homepage: https://metacpan.org/release/LaTeX-Encode/
 
 Package: liblatex-encode-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
-         libreadonly-perl
+Depends: libreadonly-perl, ${misc:Depends}, ${perl:Depends}
 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
@@ -34,4 +33,3 @@ Description: Perl module to encode characters for LaTeX formatting
  .
  Note that some of the LaTeX commands for characters are defined in the LaTeX
  textcomp package.
-

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



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