This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr.
commit c132e943f10246efa3c1a6516b1f048dff8c5713 Author: Matthias Klose <[email protected]> Date: Sun Oct 12 21:34:48 2008 +0000 - antlr-gcj: create symlink for doc directory --- debian/changelog | 2 +- debian/rules | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 10f37f2..b220699 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ antlr (2.7.7-7) unstable; urgency=low * Don't directly build-depend on gcj. * Build a antlr-gcj package, replace cantlr with a shell script to use it. - -- Matthias Klose <[email protected]> Mon, 29 Sep 2008 22:33:26 +0200 + -- Matthias Klose <[email protected]> Sun, 12 Oct 2008 21:47:32 +0200 antlr (2.7.7-6) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 56fab0a..be2af13 100755 --- a/debian/rules +++ b/debian/rules @@ -159,6 +159,8 @@ ifeq ($(with_native),yes) if [ ! -f debian/antlr/usr/share/java/antlr.jar ]; then \ $(MAKE) -f debian/Makefile.debian install DESTDIR=`pwd`/debian/antlr; \ fi + mkdir -p debian/antlr-gcj/usr/share/doc + ln -s antlr debian/antlr-gcj/usr/share/doc/antlr-gcj dh_nativejava -pantlr-gcj dh_strip -pantlr-gcj dh_compress -pantlr-gcj -- 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

