Package: japitools Version: 0.9.5+cvs20060115-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu maverick ubuntu-patch
Amending the installation dependency of this package to default-jre-headless supports its use in headless server environments. This was identified during the Ubuntu Server Papercuts projects for Maverick Meerkat *** /tmp/tmpssR2le In Ubuntu, we've applied the attached patch to achieve the following: * Updated Depends: default-jre-headless to support use in server environments (LP: #598033). * Updated Standards-Version to 3.8.4 We thought you might be interested in doing the same. -- System Information: Debian Release: squeeze/sid APT prefers lucid-updates APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-24-generic (SMP w/8 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2009-09-14 21:22:39 +0000 +++ debian/control 2010-07-28 21:22:54 +0000 @@ -1,14 +1,15 @@ Source: japitools Section: devel Priority: optional -Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> Uploaders: Michael Koch <konque...@gmx.de> Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Package: japitools Architecture: all -Depends: default-jdk, ${misc:Depends}, ${perl:Depends} +Depends: default-jre-headless, ${misc:Depends}, ${perl:Depends} Description: Java API compatibility testing tools It consists of two simple tools designed to test for compatibility between Java APIs. They were originally designed for testing free implementations