Package: python-jpype Version: 0.5.4.1-2+b1 Severity: minor *** Please type your report below this line ***
python-jpype Depends: on default-jre, which, as of squeeze, requires openjdk-6-jre. That's a very heavy dependency, considering that python-jpype works perfectly well with the libjvm.so from sun-java6-jre (if the path is properly passed to jpype.startJVM()). What's worse, some of my users claim that the mere presence of openjdk-6-jre causes some problems with their java builds, even though they're using Sun Java. Please add an alternative to the default-jre dependency, such as java6-runtime-headless, to avoid unnecessarily forcing the user to install OpenJDK. Example patch: -------------------------------------------------------------- diff -Naur python-jpype-0.5.4.1/debian/control python-jpype-0.5.4.1-new/debian/control --- python-jpype-0.5.4.1/debian/control 2010-10-26 15:41:02.000000000 -0500 +++ python-jpype-0.5.4.1-new/debian/control 2010-10-25 19:05:28.000000000 -0500 @@ -9,7 +9,7 @@ Package: python-jpype Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, default-jre +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, default-jre | java6-runtime-headless Provides: ${python:Provides} Description: Binding the worlds of Java and Python JPype is an effort to allow Python programs full access to java class -------------------------------------------------------------- p -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.33.5-rscloud (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-jpype depends on: ii default-jre 1:1.6-40 Standard Java or Java compatible R ii libc6 2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib ii libgcc1 1:4.4.5-4 GCC support library ii libstdc++6 4.4.5-4 The GNU Standard C++ Library v3 ii python 2.6.6-3+squeeze1 interactive high-level object-orie ii python-support 1.0.10 automated rebuilding support for P python-jpype recommends no packages. python-jpype suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org