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

Salvatore Bonaccorso carnil at debian.org
Mon Apr 18 14:21:31 UTC 2016


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

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

commit 91543e7519a4c3ad053071232ff6846b94c31a1d
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Apr 18 16:11:53 2016 +0200

    Wrap and sort fields in debian/control file
---
 debian/control | 54 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 28 insertions(+), 26 deletions(-)

diff --git a/debian/control b/debian/control
index ce2f8f4..72501f4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,21 @@ Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
-                     ghostscript,
-                     libcapture-tiny-perl,
-                     libclass-accessor-perl,
-                     libexception-class-perl,
-                     libfile-pushd-perl,
-                     libfile-slurp-perl,
-                     libreadonly-perl,
-                     libtemplate-perl,
-                     libtest-exception-perl,
-                     texlive-binaries,
-                     texlive-latex-base,
-                     texlive-latex-extra,
-                     texlive-xetex
+Build-Depends-Indep:
+ ghostscript,
+ libcapture-tiny-perl,
+ libclass-accessor-perl,
+ libexception-class-perl,
+ libfile-pushd-perl,
+ libfile-slurp-perl,
+ libreadonly-perl,
+ libtemplate-perl,
+ libtest-exception-perl,
+ perl,
+ texlive-binaries,
+ texlive-latex-base,
+ texlive-latex-extra,
+ texlive-xetex
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblatex-driver-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblatex-driver-perl.git
@@ -25,18 +26,19 @@ Homepage: https://metacpan.org/release/LaTeX-Driver
 
 Package: liblatex-driver-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
-         ghostscript,
-         libcapture-tiny-perl,
-         libclass-accessor-perl,
-         libexception-class-perl,
-         libfile-pushd-perl,
-         libfile-slurp-perl,
-         libreadonly-perl,
-         libtemplate-perl,
-         texlive-binaries,
-         texlive-latex-base
+Depends:
+ ghostscript,
+ libcapture-tiny-perl,
+ libclass-accessor-perl,
+ libexception-class-perl,
+ libfile-pushd-perl,
+ libfile-slurp-perl,
+ libreadonly-perl,
+ libtemplate-perl,
+ texlive-binaries,
+ texlive-latex-base,
+ ${misc:Depends},
+ ${perl:Depends}
 Description: driver module that encapsulates the details of formatting a LaTeX document
  The LaTeX::Driver module encapsulates the details of invoking the LaTeX
  programs to format a LaTeX document. Formatting with LaTeX is complicated;

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



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