Your message dated Mon, 17 Jun 2013 15:03:25 +0000
with message-id <e1uoaxp-0002xo...@franck.debian.org>
and subject line Bug#683537: fixed in hyperestraier 1.4.13-10
has caused the Debian Bug report #683537,
regarding hyperestraier: Transition package to use default java implementation
+ ensure backwards compatibility
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
683537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683537
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: hyperestraier
Version: 1.4.13-5
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch openjdk-7-transition
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Transition package to use default java implementation:
- d/control: BD on default-jdk instead of openjdk-6-jdk.
- d/java7-compat.patch: Ensure compiled bytecode is backwards compatible
with Java 1.5+.
This patch will ensure that this package always uses the default java
implementation
(as has changed in Ubuntu quantal) and that bytecode produced is compatible
with Java 1.5+.
Thanks for considering the patch.
- -- System Information:
Debian Release: wheezy/sid
APT prefers quantal-updates
APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500,
'quantal')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.5.0-7-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJQGT0JAAoJEL/srsug59jDw64QAJizDHNjLvrbsSRBtFPgizjR
9tZZcnd9Y7fKFq2VIR6fPqATPVyVAY82fpC7qRxyCcmGmMGwcPbHzXBdJYQufO/C
eNjZeoW8d5AW1jnSbmYNDzLUe99XZNSeQh+hKQr6z7ISmo+fBtCc7mDun8UC83SI
CTdGxI5hy2CO2QJquOQ80dGrEED0j/ere1WE8aX8kpIMEIi4HxIwmbytLgA2YuPt
/NCr0zQl8Eg2hFS9mQpWpSb7zS8nqUyhpcczHETQWI15zp6rKN+tByeuEYtVgwNi
BKBqmYWbVtAYvNM0lWlJTBccXvTCLmNo2U+bpnyEftULU4rMYTopA/o2+TWYvy/6
yuabw5XKz6YoOwSq2vxAd+BzKDfPF9diV0DpZftTwWICJmDZKN+8OgIJhXvnA/5+
6hoeH/n9gqW/TvFD+ow8bAEo6uLoELpSjNxhLRbFOkkMfh9M62lThiw7sHELSao+
bndcsyAz+wj5hlHhoyaJFZtxJkoo4gcuQ9nowJ98H+gw5g1vjgiCVm4bW1bJbtA6
iykXWhCwiW9NERGrSl8vvRbrjWeqXzKhsA8B8TCo+WnGfk0UbUP8t0USeJozeguE
tR3fbc7ewFN1gJElZSMcu1qKYt4t8T+LqRStrCV3T8OTJDeO/IQp2AIYI9rAsvfC
8DzsUpSoLMR7/L4DyYrv
=uOwe
-----END PGP SIGNATURE-----
diff -Nru hyperestraier-1.4.13/debian/changelog hyperestraier-1.4.13/debian/changelog
diff -Nru hyperestraier-1.4.13/debian/control hyperestraier-1.4.13/debian/control
--- hyperestraier-1.4.13/debian/control 2012-07-03 00:44:53.000000000 +0100
+++ hyperestraier-1.4.13/debian/control 2012-08-01 15:26:16.000000000 +0100
@@ -2,7 +2,7 @@
Section: text
Priority: optional
Maintainer: KURASHIKI Satoru <lur...@gmail.com>
-Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, zlib1g-dev, libqdbm-dev (>= 1.8.75), libfcgi-dev (>= 2.4.0-6), ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, openjdk-6-jdk [!kfreebsd-i386 !kfreebsd-amd64 !s390x !hppa !mips !mipsel], chrpath, perl
+Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, zlib1g-dev, libqdbm-dev (>= 1.8.75), libfcgi-dev (>= 2.4.0-6), ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, default-jdk [!kfreebsd-i386 !kfreebsd-amd64 !s390x !hppa !mips !mipsel], chrpath, perl
Standards-Version: 3.9.3
Homepage: http://fallabs.com/hyperestraier/
Vcs-Git: git://anonscm.debian.org/collab-maint/hyperestraier.git
diff -Nru hyperestraier-1.4.13/debian/patches/java7-compat.patch hyperestraier-1.4.13/debian/patches/java7-compat.patch
--- hyperestraier-1.4.13/debian/patches/java7-compat.patch 1970-01-01 01:00:00.000000000 +0100
+++ hyperestraier-1.4.13/debian/patches/java7-compat.patch 2012-08-01 15:21:47.000000000 +0100
@@ -0,0 +1,13 @@
+Index: hyperestraier-1.4.13/javapure/Makefile.in
+===================================================================
+--- hyperestraier-1.4.13.orig/javapure/Makefile.in 2009-09-12 05:00:23.000000000 +0100
++++ hyperestraier-1.4.13/javapure/Makefile.in 2012-08-01 15:21:45.034718729 +0100
+@@ -29,7 +29,7 @@
+ MYJAVAHOME = @MYJAVAHOME@
+ JVMPLATFORM = @JVMPLATFORM@
+ JAVAC = @JAVAC@
+-JAVACFLAGS = -d .
++JAVACFLAGS = -source 1.5 -target 1.5 -d .
+ JAR = @JAR@
+ JAVAH = @JAVAH@
+ JAVADOC = @JAVADOC@
diff -Nru hyperestraier-1.4.13/debian/patches/series hyperestraier-1.4.13/debian/patches/series
--- hyperestraier-1.4.13/debian/patches/series 2012-07-03 01:06:27.000000000 +0100
+++ hyperestraier-1.4.13/debian/patches/series 2012-08-01 15:21:26.000000000 +0100
@@ -3,3 +3,4 @@
ruby-gsub-freezed-string
hurd-compat-pathmax
purge-mycflags
+java7-compat.patch
--- End Message ---
--- Begin Message ---
Source: hyperestraier
Source-Version: 1.4.13-10
We believe that the bug you reported is fixed in the latest version of
hyperestraier, which is due to be installed in the Debian FTP archive.
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 683...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
KURASHIKI Satoru <lur...@gmail.com> (supplier of updated hyperestraier 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 12 Jun 2013 19:37:36 +0900
Source: hyperestraier
Binary: hyperestraier libestraier8 libestraier-dev ruby-hyperestraier
ruby-hyperestraier-doc libestraier-ruby libestraier-ruby1.8
libestraier-ruby1.9.1 libestraier-ruby-doc libestraier-java libestraier-perl
Architecture: source amd64 all
Version: 1.4.13-10
Distribution: unstable
Urgency: low
Maintainer: KURASHIKI Satoru <lur...@gmail.com>
Changed-By: KURASHIKI Satoru <lur...@gmail.com>
Description:
hyperestraier - full-text search system for communities
libestraier-dev - full-text search system Libraries [development]
libestraier-java - Hyper Estraier Node API Libraries for Java
libestraier-perl - Hyper Estraier node API Libraries for Perl
libestraier-ruby - Hyper Estraier Node API Libraries for Ruby (transitional
package)
libestraier-ruby-doc - Hyper Estraier Node API Libraries for Ruby doc
(transitional pack
libestraier-ruby1.8 - Hyper Estraier Node API Libraries for Ruby 1.8
(transitional pack
libestraier-ruby1.9.1 - Hyper Estraier Node API Libraries for Ruby 1.9.1
(transitional pa
libestraier8 - full-text search system Libraries [runtime]
ruby-hyperestraier - Hyper Estraier Node API Libraries for Ruby
ruby-hyperestraier-doc - Hyper Estraier Node API Libraries for Ruby
(documentation)
Closes: 558586 683537 702180
Changes:
hyperestraier (1.4.13-10) unstable; urgency=low
.
* Transition from openjdk-6 to openjdk-7. (Closes: #683537)
- applies reported patch partially. Thanks for Ubuntu folks.
* Replace hurd compatibility patch. (Closes: #558586)
* Add powerpcspe to build target. (Closes: #702180)
* New Standards-Version: 3.9.4
Checksums-Sha1:
4a1f585eff871a038c56780385cea9957cf4cdb5 2846 hyperestraier_1.4.13-10.dsc
5df9f97fb565f7406b3472196cba723ec50742d3 24211
hyperestraier_1.4.13-10.debian.tar.gz
b8c59192cbfb731732e4feb2cc8e286050b4e483 529096
hyperestraier_1.4.13-10_amd64.deb
71b19abd2a49cc63eb133aeb6819554d83706666 130854
libestraier8_1.4.13-10_amd64.deb
c5b7c9470f7179dafbafbacc1ca57bb4a917207a 171518
libestraier-dev_1.4.13-10_amd64.deb
9e6be9f7d36505e4f391c25f28421ca19a6238be 61956
ruby-hyperestraier_1.4.13-10_amd64.deb
2623f5c553399f6f959a22a148dcc9f6abb06bad 15424
libestraier-ruby_1.4.13-10_amd64.deb
e84be971e19fd97e559f51c92bee14f2cb6f85ec 15430
libestraier-ruby1.8_1.4.13-10_amd64.deb
c245c439cadbe43bd6efd413dac3ec04fcf7da7b 15432
libestraier-ruby1.9.1_1.4.13-10_amd64.deb
8dce8f2cf5f8967a51ec15960c4818b9affda64d 103576
libestraier-java_1.4.13-10_amd64.deb
89ab7c85bc74a7f6d9eb63603edd9312b8bb0b6c 59038
libestraier-perl_1.4.13-10_amd64.deb
23200fc3ea4c1b410f6c721ef86975d7116fe59f 60122
ruby-hyperestraier-doc_1.4.13-10_all.deb
3c02b7e441ba2ef9db64af1c8b393a9ca24caff6 15414
libestraier-ruby-doc_1.4.13-10_all.deb
Checksums-Sha256:
2f10867a5c55574cafa0341eb3a7051289cf172d3cfb25ee003555d2af494e58 2846
hyperestraier_1.4.13-10.dsc
9d98720da31ea5843ecff4839a9f5350c5dc80322322413b967ba3de567506f8 24211
hyperestraier_1.4.13-10.debian.tar.gz
311d09f46d9272c8d1d40caefb04ebd9722baf04e7459b2575381c2e7581e03b 529096
hyperestraier_1.4.13-10_amd64.deb
5a8193554a20fcff5326c1ca726593f3942c14411aa02ce1fa5c3bf96bb5a310 130854
libestraier8_1.4.13-10_amd64.deb
8b92e900473ba9a4e3eb367e2a673af676f91c674ae975e6cc9ab787b7a1c8b0 171518
libestraier-dev_1.4.13-10_amd64.deb
e524a3e1c79ac87c58bc4a7eed46bf9b68d0b7c650bab34f0cfe634f7181ee33 61956
ruby-hyperestraier_1.4.13-10_amd64.deb
fc9fa2fc63cbb54917f14f59658253c7e7c83074a188efee6feb420d534f4dff 15424
libestraier-ruby_1.4.13-10_amd64.deb
1d5101c2e8a8a3ab1291bba27a70024dce2c05adc83344ed578c8b8bef779583 15430
libestraier-ruby1.8_1.4.13-10_amd64.deb
2007e99a5d4ee17b1becf41057f084142b665c8ac2496fb5c8268783a54b5406 15432
libestraier-ruby1.9.1_1.4.13-10_amd64.deb
26e7449731845eac6fc8863d19cb0966a0a8f19c476896bc09a46cb93566cd93 103576
libestraier-java_1.4.13-10_amd64.deb
8d188139f7625c4c3d7296916b1bea8deabb923f4b3f522ce46c1cd9d5ae3467 59038
libestraier-perl_1.4.13-10_amd64.deb
b6492db77207b7c6a99bb3b2f5ba1ef6b42c98871d48b58a4a64654b58e35587 60122
ruby-hyperestraier-doc_1.4.13-10_all.deb
c3af38c86f8fa1b1aabfb150c40c3095e5169a7a4dee632c3892d0a4d7ab5298 15414
libestraier-ruby-doc_1.4.13-10_all.deb
Files:
e80737c714698c85d02df38623596062 2846 text optional hyperestraier_1.4.13-10.dsc
f80276d82495658dcc9c19bc7cee8993 24211 text optional
hyperestraier_1.4.13-10.debian.tar.gz
6bdb37dadb9199db5aed463f421bc9b4 529096 text optional
hyperestraier_1.4.13-10_amd64.deb
b8435ec239852903ff94f1039bd2b1de 130854 text optional
libestraier8_1.4.13-10_amd64.deb
09ad93dee9bc382151a7f1d2833165d8 171518 libdevel optional
libestraier-dev_1.4.13-10_amd64.deb
48bb03f27eb4695ff349f3a41f387547 61956 ruby optional
ruby-hyperestraier_1.4.13-10_amd64.deb
9c3780950ea0336e70b55cece10d331c 15424 oldlibs extra
libestraier-ruby_1.4.13-10_amd64.deb
4d1b209a482a8f677dc6ae9cb76bf8da 15430 oldlibs extra
libestraier-ruby1.8_1.4.13-10_amd64.deb
a02eea9dac653ad3bb28b37d7c5acfb3 15432 oldlibs extra
libestraier-ruby1.9.1_1.4.13-10_amd64.deb
d019f97eb613d42d6d123a5d77ea80ab 103576 java optional
libestraier-java_1.4.13-10_amd64.deb
cb8a851819194d4669cd9219a3a7c64e 59038 perl optional
libestraier-perl_1.4.13-10_amd64.deb
8a85828f6911fd257f34b67478692dea 60122 doc optional
ruby-hyperestraier-doc_1.4.13-10_all.deb
76a4db15a67df2c92a7fb9e0f77311ce 15414 oldlibs extra
libestraier-ruby-doc_1.4.13-10_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJRuFa1AAoJENJ93hFAovET0PAQAK8Y44amn0si4HYjMX2T/QA3
jCU2hmxJzqR4Q1ZWX/leMi4LMT+RDrMzhchvP3Ad62Pmt5Ry6GzDpBa3EpH8rZ30
W6042V1109lsFUDCeZftpKiJt/DdA/uA76N5bJtJsMolMTxr2uOCEu2SJ01RDrGI
XOkRCZaPGZlnBKOZbZ1ZYFt9B0c6IJwzqUBeWowQNs+eP81m/wkUtt4GusNFSAd3
M+ZLSkkZ1XAji2tdZhcyO3NAB6LVjhBfzec26X9eeBpnZzYJj03MhaU+CzGp0OwP
mGdykgfQWxzKS1PQqVlE0Ch6cEg3xZXF/kkWCx/XXLXbylIcSfGO/GrAJcIshxTP
JCYofXc+gmVGEGL6r5xSNm2gR8ldSB5PV5D3iwipo6b63b+vtkBwTetHx4ySmBQd
6mAW7iZYJVM746sy+mJveUZBb5Zr7irdFNZnqmmSKMBLc9slThWD98NJcBNsiEYp
WOTDWm9N0kEO2va02SKzj242pponw3UJLSwyaADyyz2ZGPDS2x1iNYIarFuXu/RX
+0D+PPO/R1+XabYcCBu7U06TrX81AKxuE8amoDLCcF3AX9K8iNSYMNB4eh98qBMA
Y72XxKiaKOrnJhOcq6ydjwwp37f9ILMjHe4X80ieS6+IztvYb+za9Mt/UBuiRp3e
Orv3fMACTV/1uRrgeytj
=A6Lw
-----END PGP SIGNATURE-----
--- End Message ---