Merge lp:~james-page/ubuntu/oneiric/antlr/merge into lp:ubuntu/oneiric/antlr

Proposed by James Page
Status: Merged
Merged at revision: 28
Proposed branch: lp:~james-page/ubuntu/oneiric/antlr/merge
Merge into: lp:ubuntu/oneiric/antlr
Diff against target: 207 lines (+107/-37)
3 files modified
debian/changelog (+27/-5)
debian/control (+10/-5)
debian/copyright (+70/-27)
To merge this branch: bzr merge lp:~james-page/ubuntu/oneiric/antlr/merge
Reviewer Review Type Date Requested Status
Dave Walker (community) Approve
Ubuntu branches Pending
Review via email: mp+64953@code.launchpad.net

Description of the change

Merge from Debian

To post a comment you must log in.
Revision history for this message
Dave Walker (davewalker) wrote :

Looks great and builds fine! Uploading.

Thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-06-16 09:36:52 +0000
3+++ debian/changelog 2011-06-17 09:25:20 +0000
4@@ -1,3 +1,29 @@
5+antlr (2.7.7-17ubuntu1) oneiric; urgency=low
6+
7+ * Merge from debian unstable (LP: #798145); Remaining changes:
8+ - Make libantlr-java only suggest libantlr-java-gcj.
9+
10+ -- James Page <james.page@canonical.com> Thu, 16 Jun 2011 11:55:26 +0100
11+
12+antlr (2.7.7-17) unstable; urgency=low
13+
14+ * Team upload.
15+
16+ [ Niels Thykier ]
17+ * Bumped Stands-Versions to 3.9.0.
18+ - Added some missing Breaks.
19+ * Removed Arnaud Vandyck, John Leuner and Barry Hawkins from
20+ uploaders. Thanks for your work on this package.
21+ * Replaced B-D on default-jdk-builddep with gcj-native-helper
22+ and default-jdk.
23+
24+ [ tony mancill ]
25+ * Bumped Stands-Versions to 3.9.2. (no changes)
26+ * Update debian/copyright format to DEP-5.
27+ * Remove cantlr Depends on gij. (Closes: #628380)
28+
29+ -- tony mancill <tmancill@debian.org> Mon, 30 May 2011 12:46:57 -0700
30+
31 antlr (2.7.7-16ubuntu2) oneiric; urgency=low
32
33 * No-change rebuild for mono 2.0-cil -> 4.0-cil transition
34@@ -418,7 +444,7 @@
35
36 * Created symlinks to antlr.debug.jar and antlrall.jar
37 (Closes: #194953)
38-
39+
40 -- John Leuner <jewel@debian.org> Mon, 18 Aug 2003 13:50:11 +0100
41
42 antlr (2.7.2-1) unstable; urgency=low
43@@ -512,7 +538,3 @@
44 * Initial Release.
45
46 -- John Leuner <jewel@debian.org> Tue, 26 Dec 2000 15:07:44 +0000
47-
48-Local variables:
49-mode: debian-changelog
50-End:
51
52=== modified file 'debian/control'
53--- debian/control 2010-07-24 11:10:14 +0000
54+++ debian/control 2011-06-17 09:25:20 +0000
55@@ -3,10 +3,10 @@
56 Priority: optional
57 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
58 XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
59-Uploaders: Arnaud Vandyck <avdyk@debian.org>, John Leuner <jewel@debian.org>, Michael Koch <konqueror@gmx.de>, Barry Hawkins <barry@bytemason.org>, Torsten Werner <twerner@debian.org>
60-Build-Depends: debhelper (>= 7), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils
61+Uploaders: Torsten Werner <twerner@debian.org>
62+Build-Depends: debhelper (>= 7), default-jdk, gcj-native-helper, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils
63 Build-Depends-Indep: maven-repo-helper, python-support (>= 0.3), nant, cli-common-dev (>= 0.7), mono-devel | c-sharp-compiler, libmono-winforms2.0-cil
64-Standards-Version: 3.8.4
65+Standards-Version: 3.9.2
66 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr
67 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/antlr
68 Homepage: http://www.antlr2.org/
69@@ -35,6 +35,7 @@
70 Depends: ${misc:Depends}
71 Suggests: libantlr-java-gcj
72 Replaces: antlr (<< 2.7.7-8)
73+Breaks: antlr (<< 2.7.7-8)
74 Description: language tool for constructing recognizers, compilers etc (java library)
75 ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is
76 a language tool that provides a framework for constructing recognizers,
77@@ -50,7 +51,7 @@
78 ${shlibs:Depends}
79 Replaces: antlr-gcj
80 Description: language tool for constructing recognizers, compilers etc
81- Native support for gij for antlr. ANTLR stands for ANother
82+ Native support for gcj for antlr. ANTLR stands for ANother
83 Tool for Language Recognition, (formerly PCCTS). It is a language tool
84 that provides a framework for constructing recognizers, compilers, and
85 translators from grammatical descriptions containing C++
86@@ -85,7 +86,10 @@
87 Package: cantlr
88 Section: devel
89 Architecture: any
90-Depends: ${misc:Depends}, gij, libantlr-java-gcj, ${shlibs:Depends}
91+Depends: ${misc:Depends},
92+ gcj-jre | gcj-jre-headless,
93+ libantlr-java-gcj,
94+ ${shlibs:Depends}
95 Description: language tool for constructing recognizers, compilers etc
96 This is the native-compiled version of antlr. ANTLR stands for ANother
97 Tool for Language Recognition, (formerly PCCTS). It is a language tool
98@@ -115,6 +119,7 @@
99 Architecture: all
100 Depends: ${misc:Depends}, ${python:Depends}
101 Replaces: antlr (<< 2.7.7-10)
102+Breaks: antlr (<< 2.7.7-10)
103 Description: language tool for constructing recognizers, compilers etc
104 This package contains the Python version of antlr. ANTLR stands for
105 ANother Tool for Language Recognition, (formerly PCCTS).
106
107=== modified file 'debian/copyright'
108--- debian/copyright 2004-06-11 11:26:50 +0000
109+++ debian/copyright 2011-06-17 09:25:20 +0000
110@@ -1,27 +1,70 @@
111-This package was debianized by John Leuner <jewel@debian.org> on
112-Tue, 26 Dec 2000 15:07:44 +0000.
113-
114-It was downloaded from http://www.antlr.org/
115-
116-Upstream Author: Terence Parr <parrt@jguru.com>
117-
118-Copyright:
119-
120-We reserve no legal rights to the ANTLR--it is fully in the public
121-domain. An individual or company may do whatever they wish with source
122-code distributed with ANTLR or the code generated by ANTLR, including
123-the incorporation of ANTLR, or its output, into commercial software.
124-
125-We encourage users to develop software with ANTLR. However, we do ask
126-that credit is given to us for developing ANTLR. By "credit", we mean
127-that if you use ANTLR or incorporate any source code into one of your
128-programs (commercial product, research project, or otherwise) that you
129-acknowledge this fact somewhere in the documentation, research report,
130-etc... If you like ANTLR and have developed a nice tool with the output,
131-please mention that you developed it using ANTLR. In addition, we ask
132-that the headers remain intact in our source code. As long as these
133-guidelines are kept, we expect to continue enhancing this system and
134-expect to make other tools available as they are completed.
135-
136-Terence Parr, jGuru.com
137-
138+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
139+Upstream-Name: ANTLRv2
140+Upstream-Contact: Terence Parr <parrt@antlr.org>
141+Source: http://www.antlr2.org/
142+
143+Files: *
144+Copyright: 1989-2011 Terence Parr <parrt@antlr.org>
145+License:
146+ SOFTWARE RIGHTS
147+ .
148+ ANTLR 1989-2006 Developed by Terence Parr
149+ Partially supported by University of San Francisco & jGuru.com
150+ .
151+ We reserve no legal rights to the ANTLR--it is fully in the
152+ public domain. An individual or company may do whatever
153+ they wish with source code distributed with ANTLR or the
154+ code generated by ANTLR, including the incorporation of
155+ ANTLR, or its output, into commerical software.
156+ .
157+ We encourage users to develop software with ANTLR. However,
158+ we do ask that credit is given to us for developing
159+ ANTLR. By "credit", we mean that if you use ANTLR or
160+ incorporate any source code into one of your programs
161+ (commercial product, research project, or otherwise) that
162+ you acknowledge this fact somewhere in the documentation,
163+ research report, etc... If you like ANTLR and have
164+ developed a nice tool with the output, please mention that
165+ you developed it using ANTLR. In addition, we ask that the
166+ headers remain intact in our source code. As long as these
167+ guidelines are kept, we expect to continue enhancing this
168+ system and expect to make other tools available as they are
169+ completed.
170+ .
171+ The primary ANTLR guy:
172+ .
173+ Terence Parr
174+ parrt@cs.usfca.edu
175+ parrt@antlr.org
176+
177+Files: debian/*
178+Copyright: 2000-2011, John Leuner <jewel@debian.org>
179+ 2004-2011, Arnaud Vandyck <avdyk@debian.org>
180+ 2005-2011, Michael Koch <konqueror@gmx.de>
181+ 2005-2011, Barry Hawkins <barry@bytemason.org>
182+ 2008-2011, Matthias Klose <doko@debian.org>
183+ 2009-2011, Torsten Werner <twerner@debian.org>
184+ 2009-2011, Ludovic Claude <ludovic.claude@laposte.net>
185+ 2010-2011, Niels Thykier <niels@thykier.net>
186+ 2011, tony mancill <tmancill@debian.org>
187+License: GPL-2+
188+ This program is free software; you can redistribute it
189+ and/or modify it under the terms of the GNU General Public
190+ License as published by the Free Software Foundation; either
191+ version 2 of the License, or (at your option) any later
192+ version.
193+ .
194+ This program is distributed in the hope that it will be
195+ useful, but WITHOUT ANY WARRANTY; without even the implied
196+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
197+ PURPOSE. See the GNU General Public License for more
198+ details.
199+ .
200+ You should have received a copy of the GNU General Public
201+ License along with this package; if not, write to the Free
202+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
203+ Boston, MA 02110-1301 USA
204+ .
205+ On Debian systems, the full text of the GNU General Public
206+ License version 2 can be found in the file
207+ `/usr/share/common-licenses/GPL-2'.

Subscribers

People subscribed via source and target branches

to all changes: