This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr.
commit c08f14e1e235b933716b335e4f59ed4a218721ce Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 24 16:43:14 2017 +0200 Wrap and sort --- debian/control | 33 ++++++++++++++++++++------------- debian/copyright | 2 +- debian/libantlr-dev.install | 2 +- 3 files changed, 22 insertions(+), 15 deletions(-) diff --git a/debian/control b/debian/control index 236c20c..263476f 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,14 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk, python (>= 2.6.6-3~), python-all-dev (>= 2.3.5-11), sharutils -Build-Depends-Indep: maven-repo-helper +Build-Depends: + debhelper (>= 10), + default-jdk, + python (>= 2.6.6-3~), + python-all-dev (>= 2.3.5-11), + sharutils +Build-Depends-Indep: + maven-repo-helper Standards-Version: 4.1.1 Vcs-Git: https://anonscm.debian.org/git/pkg-java/antlr.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/antlr.git @@ -12,21 +18,23 @@ Homepage: http://www.antlr2.org Package: antlr Architecture: all -Depends: ${misc:Depends}, libantlr-java (= ${binary:Version}), - default-jre-headless | java5-runtime-headless | java6-runtime-headless +Depends: + default-jre-headless | java5-runtime-headless | java6-runtime-headless, + libantlr-java (= ${binary:Version}), + ${misc:Depends} Description: language tool for constructing recognizers, compilers etc - ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is + ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. - . - Computer language translation has become a common task. While + . + Computer language translation has become a common task. While compilers and tools for traditional computer languages (such as C or Java) are still being built, their number is dwarfed by the thousands - of mini-languages for which recognizers and translators are being - developed. Programmers construct translators for database formats, - graphical data files (e.g., PostScript, AutoCAD), text processing - files (e.g., HTML, SGML). ANTLR is designed to handle all of your + of mini-languages for which recognizers and translators are being + developed. Programmers construct translators for database formats, + graphical data files (e.g., PostScript, AutoCAD), text processing + files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. Package: libantlr-java @@ -35,7 +43,7 @@ Depends: ${misc:Depends} Replaces: antlr (<< 2.7.7-8) Breaks: antlr (<< 2.7.7-8) Description: language tool for constructing recognizers, compilers etc (java library) - ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is + ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. @@ -79,4 +87,3 @@ Description: language tool for constructing recognizers, compilers etc ANother Tool for Language Recognition, (formerly PCCTS). . See antlr package for a complete description. - diff --git a/debian/copyright b/debian/copyright index e18bd0e..ec46cf3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -92,7 +92,7 @@ License: GPL-3+ Files: debian/* Copyright: 2000-2011, John Leuner <[email protected]> 2004-2011, Arnaud Vandyck <[email protected]> - 2005-2011, Michael Koch <[email protected]> + 2005-2011, Michael Koch <[email protected]> 2005-2011, Barry Hawkins <[email protected]> 2008-2011, Matthias Klose <[email protected]> 2009-2011, Torsten Werner <[email protected]> diff --git a/debian/libantlr-dev.install b/debian/libantlr-dev.install index 809fdc4..d792336 100644 --- a/debian/libantlr-dev.install +++ b/debian/libantlr-dev.install @@ -1,2 +1,2 @@ -scripts/antlr-config usr/bin/ debian/libantlr-pic.a usr/lib/ +scripts/antlr-config usr/bin/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

