[pkg-java] r11877 - trunk/antlr/debian
Niels Thykier
nthykier-guest at alioth.debian.org
Tue Mar 16 17:03:00 UTC 2010
Author: nthykier-guest
Date: 2010-03-16 17:02:57 +0000 (Tue, 16 Mar 2010)
New Revision: 11877
Modified:
trunk/antlr/debian/changelog
trunk/antlr/debian/compat
trunk/antlr/debian/control
trunk/antlr/debian/rules
Log:
antlr (2.7.7-16) UNRELEASED; urgency=low
* Team upload.
* Removed java-gcj-compat-dev from Depends. It is not needed anymore.
(Closes: #572164)
* Corrected java depends to reflect the target version of the
resulting class files.
* Bumped Standards-Version to 3.8.4 - no changes required.
* Added missing Replace to python-antlr (Closes: #557876)
* Bumped debhelper compat to 7.
-- Niels Thykier <niels at thykier.net> Tue, 16 Mar 2010 17:37:27 +0100
Modified: trunk/antlr/debian/changelog
===================================================================
--- trunk/antlr/debian/changelog 2010-03-16 08:27:25 UTC (rev 11876)
+++ trunk/antlr/debian/changelog 2010-03-16 17:02:57 UTC (rev 11877)
@@ -1,3 +1,16 @@
+antlr (2.7.7-16) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Removed java-gcj-compat-dev from Depends. It is not needed anymore.
+ (Closes: #572164)
+ * Corrected java depends to reflect the target version of the
+ resulting class files.
+ * Bumped Standards-Version to 3.8.4 - no changes required.
+ * Added missing Replace to python-antlr (Closes: #557876)
+ * Bumped debhelper compat to 7.
+
+ -- Niels Thykier <niels at thykier.net> Tue, 16 Mar 2010 17:37:27 +0100
+
antlr (2.7.7-15) unstable; urgency=low
* Use mono-csc as $CSHARPC. (Closes: #571032)
Modified: trunk/antlr/debian/compat
===================================================================
--- trunk/antlr/debian/compat 2010-03-16 08:27:25 UTC (rev 11876)
+++ trunk/antlr/debian/compat 2010-03-16 17:02:57 UTC (rev 11877)
@@ -1 +1 @@
-5
+7
Modified: trunk/antlr/debian/control
===================================================================
--- trunk/antlr/debian/control 2010-03-16 08:27:25 UTC (rev 11876)
+++ trunk/antlr/debian/control 2010-03-16 17:02:57 UTC (rev 11877)
@@ -3,16 +3,17 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk at debian.org>, John Leuner <jewel at debian.org>, Michael Koch <konqueror at gmx.de>, Barry Hawkins <barry at bytemason.org>, Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 5), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils, java-gcj-compat-dev, quilt
+Build-Depends: debhelper (>= 7), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils, quilt
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
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/antlr
Homepage: http://www.antlr2.org/
Package: antlr
Architecture: all
-Depends: ${misc:Depends}, libantlr-java (= ${binary:Version}), default-jre-headless | java1-runtime-headless | java2-runtime-headless
+Depends: ${misc:Depends}, libantlr-java (= ${binary:Version}),
+ default-jre-headless | java5-runtime-headless | java6-runtime-headless
Description: language tool for constructing recognizers, compilers etc
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is
a language tool that provides a framework for constructing recognizers,
@@ -112,6 +113,7 @@
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
+Replaces: antlr (<< 2.7.7-10)
Description: language tool for constructing recognizers, compilers etc
This package contains the Python version of antlr. ANTLR stands for
ANother Tool for Language Recognition, (formerly PCCTS).
Modified: trunk/antlr/debian/rules
===================================================================
--- trunk/antlr/debian/rules 2010-03-16 08:27:25 UTC (rev 11876)
+++ trunk/antlr/debian/rules 2010-03-16 17:02:57 UTC (rev 11877)
@@ -79,7 +79,7 @@
install-indep: build-indep
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep -i
dh_installdirs -i
dh_install -i
dh_link -i
@@ -94,7 +94,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep -a
dh_installdirs -a
dh_install -a
dh_link -a
@@ -108,7 +108,6 @@
binary-indep: build-indep install-indep
dh_testdir
dh_testroot
-
# C# library
dh_makeclilibs -V -plibantlr2.7-cil
dh_installcligac -plibantlr2.7-cil
@@ -123,7 +122,6 @@
dh_gencontrol -plibantlr2.7-cil
dh_md5sums -plibantlr2.7-cil
dh_builddeb -plibantlr2.7-cil
-
# antlr-doc
dh_installdocs -pantlr-doc
dh_installexamples -pantlr-doc
@@ -138,7 +136,6 @@
dh_gencontrol -pantlr-doc
dh_md5sums -pantlr-doc
dh_builddeb -pantlr-doc
-
# antlr
dh_installman -pantlr
dh_installdocs -pantlr
@@ -149,7 +146,6 @@
dh_gencontrol -pantlr
dh_md5sums -pantlr
dh_builddeb -pantlr
-
# antlr
dh_installman -plibantlr-java
dh_installdocs -plibantlr-java
@@ -163,7 +159,6 @@
dh_gencontrol -plibantlr-java
dh_md5sums -plibantlr-java
dh_builddeb -plibantlr-java
-
# python-antlr
dh_installdocs -ppython-antlr
dh_installchangelogs -ppython-antlr
More information about the pkg-java-commits
mailing list