Package: antlr
Version: 2.7.6-4
Tags: patch

The python files are not installed, at least in the latest version of
the package.

In the rules files, the installation of the python file is done in the
install target, which is called only in the arch:any package. The antlr
package is an arch:all package, so the install of the python file should
be in the install-indep target.

I have attached a patch which move the 2 install call to the appropriate
target

Yannick brosseau
--- debian/rules.orig	2006-03-09 20:24:11.496337170 -0500
+++ debian/rules	2006-03-09 15:45:54.415031435 -0500
@@ -56,6 +56,8 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) -f debian/Makefile.debian install DESTDIR=`pwd`/debian/antlr
+	install -m755 lib/python/antlr/antlr.py debian/antlr/usr/lib/python2.3/site-packages
+	install -m755 lib/python/antlr/antlr.py debian/antlr/usr/lib/python2.4/site-packages
 
 install: build
 	dh_testdir

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to