[Webmin-maintainers] Bug#304356: marked as done (usermin-contrib: Please use JAVA_HOME)

Debian Bug Tracking System owner@bugs.debian.org
Thu, 14 Apr 2005 13:33:31 -0700


Your message dated Thu, 14 Apr 2005 16:02:04 -0400
with message-id <E1DMAXM-0001EH-00@newraff.debian.org>
and subject line Bug#304356: fixed in usermin-contrib 1.110-3
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 12 Apr 2005 15:58:31 +0000
>From aj@andaco.de Tue Apr 12 08:58:31 2005
Return-path: <aj@andaco.de>
Received: from c214026.adsl.hansenet.de (localhost.localdomain) [213.39.214.26] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DLNmZ-00029c-00; Tue, 12 Apr 2005 08:58:31 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
	id 1DLNmX-0000RF-H0; Tue, 12 Apr 2005 17:58:29 +0200
To: Debian Bug Tracking System <submit@bugs.debian.org>
From: Andreas Jochens <aj@andaco.de>
Subject: usermin-contrib: Please use JAVA_HOME
Message-Id: <E1DLNmX-0000RF-H0@localhost.localdomain>
Date: Tue, 12 Apr 2005 17:58:29 +0200
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: usermin-contrib
Version: 1.110-1
Severity: wishlist
Tags: patch

Please introduce JAVA_HOME in debian/rules and make the package
work with the standard setup which is used by the j2sdk1.4
packages created with make-jpkg from 'java-package'.

Additionally, the package should probably Build-Depend on
'blackdown-j2sdk1.4' instead of just 'j2sdk1.4' because it like it 
does not seem to compile with the 'ibm-j2sdk1.4' or 'sun-j2sdk1.4'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/usermin-contrib-1.110/debian/control ./debian/control
--- ../tmp-orig/usermin-contrib-1.110/debian/control	2005-04-12 17:49:12.628867221 +0200
+++ ./debian/control	2005-04-12 17:49:10.615272203 +0200
@@ -1,7 +1,7 @@
 Source: usermin-contrib
 Section: contrib/admin
 Priority: optional
-Build-Depends-Indep: debhelper (>= 4), perl, j2sdk1.4
+Build-Depends-Indep: debhelper (>= 4), perl, blackdown-j2sdk1.4
 Maintainer: Debian Webmin maintainers <webmin-maintainers@lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>
 Standards-Version: 3.6.1
diff -urN ../tmp-orig/usermin-contrib-1.110/debian/rules ./debian/rules
--- ../tmp-orig/usermin-contrib-1.110/debian/rules	2005-04-12 17:49:12.628867221 +0200
+++ ./debian/rules	2005-04-12 17:48:47.572907165 +0200
@@ -6,6 +6,8 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+JAVA_HOME_DIRS=/usr/lib/j2sdk1.4-blackdown
+JAVA_HOME ?= $(shell for j in $(JAVA_HOME_DIRS); do if [ -d "$$j" ]; then echo $$j; exit 0; fi; done)
 
 PKG_VER = $(shell perl -e 'print <> =~ /\((.*)\)/' debian/changelog)
 
@@ -14,7 +16,7 @@
 	dh_testdir
 	# Add here commands to compile the package.
 	cd filemanager && \
-        javac -classpath /usr/lib/j2se/1.4/jre/lib/plugin.jar @sources
+        $(JAVA_HOME)/bin/javac -classpath $(JAVA_HOME)/jre/lib/plugin.jar @sources
 
 	touch build-stamp
 

---------------------------------------
Received: (at 304356-close) by bugs.debian.org; 14 Apr 2005 20:10:11 +0000
>From katie@ftp-master.debian.org Thu Apr 14 13:10:11 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DMAfD-0000Dg-00; Thu, 14 Apr 2005 13:10:11 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DMAXM-0001EH-00; Thu, 14 Apr 2005 16:02:04 -0400
From: jaldhar@debian.org (Jaldhar H. Vyas)
To: 304356-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#304356: fixed in usermin-contrib 1.110-3
Message-Id: <E1DMAXM-0001EH-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Thu, 14 Apr 2005 16:02:04 -0400
Delivered-To: 304356-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: usermin-contrib
Source-Version: 1.110-3

We believe that the bug you reported is fixed in the latest version of
usermin-contrib, which is due to be installed in the Debian FTP archive:

usermin-contrib_1.110-3.diff.gz
  to pool/contrib/u/usermin-contrib/usermin-contrib_1.110-3.diff.gz
usermin-contrib_1.110-3.dsc
  to pool/contrib/u/usermin-contrib/usermin-contrib_1.110-3.dsc
usermin-filemanager_1.110-3_all.deb
  to pool/contrib/u/usermin-contrib/usermin-filemanager_1.110-3_all.deb
usermin-telnet_1.110-3_all.deb
  to pool/contrib/u/usermin-contrib/usermin-telnet_1.110-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 304356@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jaldhar H. Vyas <jaldhar@debian.org> (supplier of updated usermin-contrib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 14 Apr 2005 15:40:32 -0400
Source: usermin-contrib
Binary: usermin-filemanager usermin-telnet
Architecture: source all
Version: 1.110-3
Distribution: unstable
Urgency: high
Maintainer: Debian Webmin maintainers <webmin-maintainers@lists.alioth.debian.org>
Changed-By: Jaldhar H. Vyas <jaldhar@debian.org>
Description: 
 usermin-filemanager - file manager module for usermin
 usermin-telnet - telnet module for usermin
Closes: 304356
Changes: 
 usermin-contrib (1.110-3) unstable; urgency=high
 .
   * webmin-filemanager: fully implement the suggested fix to debian/rules
     suggested by Andreas Jochen.  (Closes: #304356)
   * Also build dependency is now on blackdown-j2sdk1.4 only.
Files: 
 f798ea47c23fd370bdda3be4cd5c667a 727 contrib/admin optional usermin-contrib_1.110-3.dsc
 a66fbe0c0d4ae730d0530a4114e6ecce 46997 contrib/admin optional usermin-contrib_1.110-3.diff.gz
 2e77edc2b5072a9a11280e7270b66dfe 217126 contrib/admin optional usermin-filemanager_1.110-3_all.deb
 03807697ea728b54591b6ebe1fc5ffb2 12208 contrib/admin optional usermin-telnet_1.110-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCXseJ2kYOR+5txmoRAn98AJ0ZYbl9mfPQn7/BCZfdAAwgRK5FIgCaA2Cq
t36HZ4QAg1MIEME3puRxM2A=
=8rj7
-----END PGP SIGNATURE-----