This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr.
commit aee7bf9ecaaa9a1e7b4f24509ceb9932a4348b94 Author: Torsten Werner <[email protected]> Date: Thu Jan 15 19:25:39 2009 +0000 * Add myself to Uploaders. * Fix watch file. (Closes: #511862) * Create a separate package python-antlr. (Closes: #511306) * Add missing build-dependency java-gcj-compat-dev. (Closes: #511849) --- debian/antlr.dirs | 1 - debian/changelog | 12 ++++++++++++ debian/control | 17 ++++++++++++++--- debian/{antlr.dirs => python-antlr.dirs} | 2 -- debian/rules | 13 ++++++++++++- debian/watch | 2 +- 6 files changed, 39 insertions(+), 8 deletions(-) diff --git a/debian/antlr.dirs b/debian/antlr.dirs index 7712028..dbc27cc 100644 --- a/debian/antlr.dirs +++ b/debian/antlr.dirs @@ -1,3 +1,2 @@ usr/bin usr/share/doc/antlr -usr/share/python-support/antlr diff --git a/debian/changelog b/debian/changelog index 6789981..6a7e557 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +antlr (2.7.7-10) unstable; urgency=low + + [ Torsten Werner ] + * Add myself to Uploaders. + + [ Jan Dittberner ] + * Fix watch file. (Closes: #511862) + * Create a separate package python-antlr. (Closes: #511306) + * Add missing build-dependency java-gcj-compat-dev. (Closes: #511849) + + -- Torsten Werner <[email protected]> Thu, 15 Jan 2009 20:23:50 +0100 + antlr (2.7.7-9) unstable; urgency=low * libantlr-java{,-gcj}: Fix typos in dependencies. diff --git a/debian/control b/debian/control index f512d4f..a7f7368 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: antlr Section: devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[email protected]>, John Leuner <[email protected]>, Michael Koch <[email protected]>, Barry Hawkins <[email protected]> -Build-Depends: debhelper (>= 4), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils +Uploaders: Arnaud Vandyck <[email protected]>, John Leuner <[email protected]>, Michael Koch <[email protected]>, Barry Hawkins <[email protected]>, Torsten Werner <[email protected]> +Build-Depends: debhelper (>= 4), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils, java-gcj-compat-dev Build-Depends-Indep: python-support (>= 0.3), nant, cli-common-dev (>= 0.4.4), mono-mcs (>= 1.0) | c-sharp-compiler Standards-Version: 3.7.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr @@ -12,7 +12,7 @@ Homepage: http://www.antlr2.org/ Package: antlr Architecture: all -Depends: libantlr-java (= ${binary:Version}), default-jre-headless | java1-runtime-headless | java2-runtime-headless, ${python:Depends} +Depends: libantlr-java (= ${binary:Version}), default-jre-headless | java1-runtime-headless | java2-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, @@ -103,3 +103,14 @@ Description: language tool for constructing recognizers, compilers etc [You can use PCCTS 1.xx to generate C-based parsers]. . See antlr package for a complete description + +Package: python-antlr +Section: python +Architecture: all +Depends: ${python:Depends} +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). + . + See antlr package for a complete description. + diff --git a/debian/antlr.dirs b/debian/python-antlr.dirs similarity index 52% copy from debian/antlr.dirs copy to debian/python-antlr.dirs index 7712028..d2ecdc3 100644 --- a/debian/antlr.dirs +++ b/debian/python-antlr.dirs @@ -1,3 +1 @@ -usr/bin -usr/share/doc/antlr usr/share/python-support/antlr diff --git a/debian/rules b/debian/rules index 2fefc5b..cd49db7 100755 --- a/debian/rules +++ b/debian/rules @@ -70,7 +70,7 @@ install-indep: build-indep dh_link -i $(MAKE) -f debian/Makefile.debian install DESTDIR=`pwd`/debian/antlr mv debian/antlr/usr/share/java/* debian/libantlr-java/usr/share/java/ - install -m644 lib/python/antlr/antlr.py debian/antlr/usr/share/python-support/antlr + install -m644 lib/python/antlr/antlr.py debian/python-antlr/usr/share/python-support/antlr install -m644 CHANGES.txt debian/antlr/usr/share/doc/antlr/changelog install -m644 CHANGES.txt debian/antlr-doc/usr/share/doc/antlr-doc/changelog @@ -146,6 +146,17 @@ binary-indep: build-indep install-indep dh_gencontrol -plibantlr-java dh_md5sums -plibantlr-java dh_builddeb -plibantlr-java + + # python-antlr + dh_installdocs -ppython-antlr + dh_installchangelogs -ppython-antlr + dh_pysupport -ppython-antlr + dh_compress -ppython-antlr + dh_fixperms -ppython-antlr + dh_installdeb -ppython-antlr + dh_gencontrol -ppython-antlr + dh_md5sums -ppython-antlr + dh_builddeb -ppython-antlr binary-arch: build install diff --git a/debian/watch b/debian/watch index ca65a97..3a35272 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -opts=uversionmangle=s/rc\d// http://www.antlr2.org/download/ antlr-(2.*)\.tar\.gz debian uupdate +opts=uversionmangle=s/rc\d// http://www.antlr2.org/download.html /download/antlr-(2\..*)\.tar\.gz debian uupdate -- 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

