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 <[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
 

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


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to