[liblatex-table-perl] 06/08: Wrap and sort fields in debian/control file
Salvatore Bonaccorso
carnil at debian.org
Sun Sep 22 21:33:05 UTC 2013
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository liblatex-table-perl.
commit ff30f2e70d779c2210c4c07cba3225a1cdcfe24c
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Sun Sep 22 23:28:14 2013 +0200
Wrap and sort fields in debian/control file
---
debian/control | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/debian/control b/debian/control
index a3c8270..7652d46 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,18 @@
Source: liblatex-table-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Salvatore Bonaccorso <carnil at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>
+Uploaders:
+ Salvatore Bonaccorso <carnil at debian.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Ansgar Burchardt <ansgar at debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 8),
- perl
-Build-Depends-Indep: libmoose-perl,
- libmoosex-followpbp-perl,
- libtemplate-perl,
- libtest-nowarnings-perl,
- libmodule-pluggable-perl | perl (<< 5.17.0)
+Build-Depends: debhelper (>= 8), perl
+Build-Depends-Indep:
+ libmodule-pluggable-perl | perl (<< 5.17.0),
+ libmoose-perl,
+ libmoosex-followpbp-perl,
+ libtemplate-perl,
+ libtest-nowarnings-perl
Standards-Version: 3.9.1
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblatex-table-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblatex-table-perl.git
@@ -19,19 +20,19 @@ Homepage: https://metacpan.org/release/LaTeX-Table/
Package: liblatex-table-perl
Architecture: all
-Depends: ${misc:Depends},
- ${perl:Depends},
- liblatex-driver-perl,
- liblatex-encode-perl,
- libmodule-pluggable-perl | perl (<< 5.17.0),
- libmoose-perl,
- libmoosex-followpbp-perl,
- libnumber-format-perl,
- libreadonly-perl,
- libtemplate-perl,
- libtext-csv-perl
-Suggests: texlive-latex-extra,
- texlive-latex3
+Depends:
+ liblatex-driver-perl,
+ liblatex-encode-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
+ libmoose-perl,
+ libmoosex-followpbp-perl,
+ libnumber-format-perl,
+ libreadonly-perl,
+ libtemplate-perl,
+ libtext-csv-perl,
+ ${misc:Depends},
+ ${perl:Depends}
+Suggests: texlive-latex-extra, texlive-latex3
Description: Perl extension for the automatic generation of LaTeX tables
LaTeX::Table is a Perl extension for the automatic generation of LaTeX tables
.
@@ -57,4 +58,3 @@ Description: Perl extension for the automatic generation of LaTeX tables
STDIN (typically piped from Vim or emacs) and outputs a completely formatted
table. This makes this module not only useful for automatically generated
reports, but also saves a lot of typing work in creating custom tables.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblatex-table-perl.git
More information about the Pkg-perl-cvs-commits
mailing list