Your message dated Sat, 11 May 2013 23:33:17 +0000
with message-id <[email protected]>
and subject line Bug#646593: fixed in jffi 1.0.2-9.1
has caused the Debian Bug report #646593,
regarding jffi: Pickup shlibs dependencies automatically
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 [email protected]
immediately.)


-- 
646593: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646593
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jffi
Version: 1.0.2-8
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


In Ubuntu, the attached patch was applied to achieve the following:

  * Don't hard-code dependency on libffi runtime library.

This enables automatic detection of the correct ffi library at build time.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBCAAGBQJOpsBrAAoJEL/srsug59jDRr0QAJjB/LyQqVYQcGijj2FBqCVS
il26TvDT10rSTJqHxPojWXGHAPYreYtY+wxq3FuDdia49CyDFk6adRlguQANxKa9
FZJoSYSRzsOHEb1OK//grIwYmYGuVMhQjPPIlUjTUlRdrXnaOdeYxPrwmvmM2wLj
YRq8GNFC6xtHA9VTqS2Mqi79xRslos+OeeivkROs90SqyhIos9XTnCGvS3c6gUnK
UUi4TMIDmRfDAlSX0SH9I+PeSf27dJBeuXWV997DIDRX/4sbYHwKtwRpFu2+8hUc
apUbsAqemME0pgkhIeahTnVlBcqr6eBeVwx7jRFSDHj2vVBzopUjMzFkmsLNAz5q
BJmuqFLAMnQmKyP8Vj+hjDZte69e+UU5DQnM7i0AxWguIwiqyWbZSB+RjqlO4H82
PhrtsZYtRVP3ylh13kEp2eTZFvyAn3VRBv0+8kVFfY4QYHEkEeNTGa65S5ZOBipQ
9FmwXq3KYEVRWxmawoku7Q7AnbPiZkEIJPUQ5OUzz1+Li4Fs4WED6hnz4V3kRUxx
6yftKhzpbiJrVWervKRovu1f0q4r7uYSJiWvJw3TBQfMmaGMTeMakBiKe4wN2PbG
WtKsxbWsxhD2G5+hI95DMM+TlzeSujbjH1tXZJeyY7bityxg7CNj0FN22K+N7set
OIa3y+fNyAVj6Sx2nmyU
=PzEu
-----END PGP SIGNATURE-----
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control      2011-09-17 11:44:48 +0000
+++ debian/control      2011-10-25 13:56:28 +0000
@@ -21,7 +21,7 @@
 
 Package: libjffi-jni
 Architecture: any
-Depends: ${misc:Depends}, libffi5
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: libjffi-java
 Description: Java Foreign Function Interface (JNI library)
  JFFI is a wrapper for libffi, the foreign function interface library. A 
foreign

=== modified file 'debian/rules'
--- debian/rules        2010-08-01 19:59:54 +0000
+++ debian/rules        2011-10-25 13:10:02 +0000
@@ -15,6 +15,10 @@
 install/libjffi-jni::
        install -D -m644 dist/jffi-*-*.jar \
                debian/libjffi-jni/usr/lib/jffi/jffi-native.jar
+       cp ./build/jni/libjffi-1.0.so debian/libjffi-jni/usr/lib/
+
+binary-predeb/libjffi-jni::
+       rm -f debian/libjffi-jni/usr/lib/libjffi-1.0.so
 
 get-orig-source:
        uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename


--- End Message ---
--- Begin Message ---
Source: jffi
Source-Version: 1.0.2-9.1

We believe that the bug you reported is fixed in the latest version of
jffi, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (supplier of updated jffi 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.8
Date: Sun, 12 May 2013 01:00:25 +0200
Source: jffi
Binary: libjffi-java libjffi-jni
Architecture: source all amd64
Version: 1.0.2-9.1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description: 
 libjffi-java - Java Foreign Function Interface
 libjffi-jni - Java Foreign Function Interface (JNI library)
Closes: 646593 707797
Changes: 
 jffi (1.0.2-9.1) unstable; urgency=low
 .
   * Non maintainer upload.
   * Remove Torsten Werner from uploaders.
   * Don't hard-code dependency on libffi runtime library.
     Closes: #646593, #707797.
   * Fix build failure with GCC 4.8. Closes: �#701301.
Checksums-Sha1: 
 cf789d1234602a169ed8575162b68c36a3ec25cf 1327 jffi_1.0.2-9.1.dsc
 4f4bc95c9fd13b9dc67f382dd2baa8d23cf0e435 6631 jffi_1.0.2-9.1.debian.tar.gz
 82cac409f8acf2dfecff0061a0cca55d18c0777f 81264 libjffi-java_1.0.2-9.1_all.deb
 529f34d714bb3557857dfec8fe937b0eb8e18d1d 24322 libjffi-jni_1.0.2-9.1_amd64.deb
Checksums-Sha256: 
 7868d0c55f2140afa4697a746e0981e13a53f4a0e421c37a08591f5fd71c5d52 1327 
jffi_1.0.2-9.1.dsc
 1843199695635fddb9cb052500c26ff542feda600d490c73e7dd4e52b2ff1d00 6631 
jffi_1.0.2-9.1.debian.tar.gz
 3e443855fe09056222ed132164960ec5a4703a758a1db1dd42d44417bb60c5c1 81264 
libjffi-java_1.0.2-9.1_all.deb
 85b3cecfcfb29c04304fe0c4abb1c76efe2b34540b0b8218be7a4415e34b891c 24322 
libjffi-jni_1.0.2-9.1_amd64.deb
Files: 
 e0f586a70ee5635d0e3b25648fc75ef0 1327 java optional jffi_1.0.2-9.1.dsc
 a3d577c545cc54e903ba3d25579b3cb7 6631 java optional 
jffi_1.0.2-9.1.debian.tar.gz
 0fc42b3251cf8d6bac49b12e48bb99a5 81264 java optional 
libjffi-java_1.0.2-9.1_all.deb
 c89d29533313530ebb4f55c7231a7786 24322 java optional 
libjffi-jni_1.0.2-9.1_amd64.deb

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

iEYEARECAAYFAlGO0q8ACgkQStlRaw+TLJxFlwCgkiVcQTrCoIoiUnDb9SGhm4BL
t0gAoMMyZJYbXtfhW65zbw0xmxTuLvUW
=tYOh
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
[email protected] for discussions and questions.

Reply via email to