[pkg-java] r7134 - trunk/antlr/debian

doko at alioth.debian.org doko at alioth.debian.org
Sun Oct 12 21:34:49 UTC 2008


Author: doko
Date: 2008-10-12 21:34:48 +0000 (Sun, 12 Oct 2008)
New Revision: 7134

Modified:
   trunk/antlr/debian/changelog
   trunk/antlr/debian/rules
Log:
- antlr-gcj: create symlink for doc directory


Modified: trunk/antlr/debian/changelog
===================================================================
--- trunk/antlr/debian/changelog	2008-10-12 15:19:56 UTC (rev 7133)
+++ trunk/antlr/debian/changelog	2008-10-12 21:34:48 UTC (rev 7134)
@@ -8,7 +8,7 @@
   * Don't directly build-depend on gcj.
   * Build a antlr-gcj package, replace cantlr with a shell script to use it.
 
- -- Matthias Klose <doko at debian.org>  Mon, 29 Sep 2008 22:33:26 +0200
+ -- Matthias Klose <doko at debian.org>  Sun, 12 Oct 2008 21:47:32 +0200
 
 antlr (2.7.7-6) unstable; urgency=low
 

Modified: trunk/antlr/debian/rules
===================================================================
--- trunk/antlr/debian/rules	2008-10-12 15:19:56 UTC (rev 7133)
+++ trunk/antlr/debian/rules	2008-10-12 21:34:48 UTC (rev 7134)
@@ -159,6 +159,8 @@
 	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




More information about the pkg-java-commits mailing list