Your message dated Sat, 01 Dec 2007 11:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#453766: fixed in rhino 1.6.R7-2
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: rhino
Version: 1.6.R7-1
Severity: minor
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
rhino has a bashism in debian/rules which causes FTBFS on system with /bin/sh
linked to /bin/dash.
Even if Debian is not affected, it could be worth fixing it for compatibility
purposes.
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/rules: fix bashism which caused FTBFS
We thought you might be interested in doing the same.
-- System Information:
Debian Release: lenny/sid
APT prefers gutsy-updates
APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500,
'gutsy-backports'), (500, 'gutsy')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u rhino-1.6.R7/debian/rules rhino-1.6.R7/debian/rules
--- rhino-1.6.R7/debian/rules
+++ rhino-1.6.R7/debian/rules
@@ -32,7 +32,10 @@
# build.xml from attempting to download it.
configure/rhino::
mkdir -p toolsrc/org/mozilla/javascript/tools/debugger/downloaded
- cp
debian/src_from_treetable_article_see_bug409629/{AbstractCellEditor.java,JTreeTable.java,TreeTableModel.java,TreeTableModelAdapter.java}
toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
+ cp
debian/src_from_treetable_article_see_bug409629/AbstractCellEditor.java
toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
+ cp debian/src_from_treetable_article_see_bug409629/JTreeTable.java
toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
+ cp debian/src_from_treetable_article_see_bug409629/TreeTableModel.java
toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
+ cp
debian/src_from_treetable_article_see_bug409629/TreeTableModelAdapter.java
toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
install/rhino::
mkdir -p $(JAVALIBDIR)
--- End Message ---
--- Begin Message ---
Source: rhino
Source-Version: 1.6.R7-2
We believe that the bug you reported is fixed in the latest version of
rhino, which is due to be installed in the Debian FTP archive:
rhino-doc_1.6.R7-2_all.deb
to pool/main/r/rhino/rhino-doc_1.6.R7-2_all.deb
rhino_1.6.R7-2.diff.gz
to pool/main/r/rhino/rhino_1.6.R7-2.diff.gz
rhino_1.6.R7-2.dsc
to pool/main/r/rhino/rhino_1.6.R7-2.dsc
rhino_1.6.R7-2_all.deb
to pool/main/r/rhino/rhino_1.6.R7-2_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated rhino 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 01 Dec 2007 11:56:31 +0100
Source: rhino
Binary: rhino-doc rhino
Architecture: source all
Version: 1.6.R7-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description:
rhino - JavaScript engine written in Java
rhino-doc - Documentation for rhino Java Script Engine
Closes: 453766
Changes:
rhino (1.6.R7-2) unstable; urgency=low
.
* Fixed bashism in debian/rules. Closes: #453766.
* Fixed names of Homepage, Vcs-Svn and Vcs-Browser fields.
* Added myself to Uploaders.
Files:
34b2c72d7c1866768595320384b50c0e 943 interpreters optional rhino_1.6.R7-2.dsc
97caaadd7651a4739d15c61d50da9d28 29881 interpreters optional
rhino_1.6.R7-2.diff.gz
741c49171e1b199769de3b14a79c0163 671446 interpreters optional
rhino_1.6.R7-2_all.deb
1901dbaaa7742e26ccefda862903139d 363810 doc optional rhino-doc_1.6.R7-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHUT6eWSOgCCdjSDsRAv5UAJ97ExMhBYXMlAqebUaIkqjimJxm1gCgkyRH
H7VOlkzYEmmOS+HwvOO9RQk=
=xykE
-----END PGP SIGNATURE-----
--- End Message ---