reopen 352203
thanks

Hello,

the config.sub and config.guess scripts are still not updated properly,
because the updated files are copied to the wrong directory in
debian/rules.

The attached patch fixes this.

Regards
Andreas Jochens

diff -urN ../tmp-orig/antlr-2.7.6/debian/rules ./debian/rules
--- ../tmp-orig/antlr-2.7.6/debian/rules        2006-03-02 14:49:37.000000000 
+0000
+++ ./debian/rules      2006-03-02 14:49:15.000000000 +0000
@@ -9,7 +9,7 @@
 configure: configure-stamp
 configure-stamp: autotools
        dh_testdir
-       cp /usr/share/misc/config.* .
+       cp /usr/share/misc/config.* scripts
        BOOTCLASSPATH=/usr/share/classpath/glibj.zip JAVAC=jikes-classpath 
CLASSPATH=`pwd` JAVA=kaffe \
        ./configure \
                --prefix=/usr \


_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to