[antlr] 86/87: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Oct 24 14:49:25 UTC 2017
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 <ebourg at apache.org>
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 <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>
-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 <jewel at debian.org>
2004-2011, Arnaud Vandyck <avdyk at debian.org>
- 2005-2011, Michael Koch <konqueror at gmx.de>
+ 2005-2011, Michael Koch <konqueror at gmx.de>
2005-2011, Barry Hawkins <barry at bytemason.org>
2008-2011, Matthias Klose <doko at debian.org>
2009-2011, Torsten Werner <twerner at debian.org>
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
More information about the pkg-java-commits
mailing list