Your message dated Thu, 29 Nov 2007 10:56:36 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#308356: Python files not really installed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: antlr
Version: 2.7.5-6
Severity: wishlist
The upstream source package installs antlr.py by default, at least in my
configuation, but this file doesn't appear in any of the Debian antlr
packages.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages antlr depends on:
ii gij 4:3.3.5-3 The GNU Java bytecode interpreter
ii gij-3.3 [java-virtual-mac 1:3.3.6-2 The GNU Java bytecode interpreter
ii sun-j2sdk1.5 [java-virtua 1.5.0+update01 Java(TM) 2 SDK, Standard Edition,
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.7.6-8
Hello Yannick,
On Fri, Mar 10, 2006 at 10:06:41AM -0500, Yannick Brosseau wrote:
> 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
Thanks for your patch.
This was fix differently by support python-central properly in 2.7.6-8.
Cheers,
Michael
--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers