Your message dated Wed, 23 Aug 2017 21:52:37 +0000
with message-id <[email protected]>
and subject line Bug#870520: fixed in openjdk-8 8u144-b01-1
has caused the Debian Bug report #870520,
regarding openjdk-8: hardcoded Pre-Depends on multiarch-support
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.)


-- 
870520: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870520
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: openjdk-8
Version: 8u141-b15-3
Severity: normal
Tags: sid buster patch
User: [email protected]
Usertags: multiarch-support-removal

Dear Maintainer,

The multiarch-support package has been introduced with squeeze so that
packages using the multiarch libraries can Pre-Depends on it to make
sure the multiarch path ares supported by the dynamic linker. As
dist-upgrades from such a distant release are not supported, the
Pre-Depends can now be dropped and then the package removed from the
archive.

Most of the packages added this Pre-Depends through debhelper and the
misc:Pre-Depends substvar, so a change in debhelper [1] was enough to
get rid of it. However it appears that your package uses a hardcoded
Pre-Depends, thus it needs to be removed manually. You will find a
patch attached to do so.

Please apply it as soon as possible as the multiarch-support package
will be removed from the archive for buster. Failing to do so will
therefore make your package uninstallable. In case you don't have
time to do so, don't hesitate to ask for a NMU.

Thanks,
Aurelien

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783898

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.11.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru openjdk-8-8u141-b15/debian/control openjdk-8-8u141-b15/debian/control
--- openjdk-8-8u141-b15/debian/control  2017-07-25 12:24:29.000000000 +0000
+++ openjdk-8-8u141-b15/debian/control  2017-08-02 18:23:02.000000000 +0000
@@ -42,7 +42,7 @@
 Package: openjdk-8-jre-headless
 Architecture: alpha amd64 armel armhf arm64 i386 ia64 mips mipsel mips64 
mips64el powerpc powerpcspe ppc64 ppc64el m68k sh4 sparc sparc64 s390x x32 
kfreebsd-i386 kfreebsd-amd64
 Multi-Arch: same
-Pre-Depends: ${dpkg:Depends}, ${multiarch:Depends}
+Pre-Depends: ${dpkg:Depends}
 Depends: ${jredefault:Depends}, ${cacert:Depends},
   ${tzdata:Depends}, ${jcommon:Depends}, ${dlopenhl:Depends},
   ${mountpoint:Depends},
diff -Nru openjdk-8-8u141-b15/debian/control.in 
openjdk-8-8u141-b15/debian/control.in
--- openjdk-8-8u141-b15/debian/control.in       2017-07-21 12:22:51.000000000 
+0000
+++ openjdk-8-8u141-b15/debian/control.in       2017-08-02 18:22:58.000000000 
+0000
@@ -42,7 +42,7 @@
 Package: @basename@-jre-headless
 Architecture: @any_archs@
 Multi-Arch: same
-Pre-Depends: ${dpkg:Depends}, ${multiarch:Depends}
+Pre-Depends: ${dpkg:Depends}
 Depends: ${jredefault:Depends}, ${cacert:Depends},
   ${tzdata:Depends}, ${jcommon:Depends}, ${dlopenhl:Depends},
   ${mountpoint:Depends},
diff -Nru openjdk-8-8u141-b15/debian/rules openjdk-8-8u141-b15/debian/rules
--- openjdk-8-8u141-b15/debian/rules    2017-07-25 12:24:23.000000000 +0000
+++ openjdk-8-8u141-b15/debian/rules    2017-08-02 18:23:05.000000000 +0000
@@ -837,11 +837,6 @@
        '-Vpkg:pulseaudio=$(pkg_pulseaudio)' \
        '-Vxulrunner:Depends=$(xulrunner_depends)' \
 
-ifneq (,$(DEB_HOST_MULTIARCH))
-  control_vars += \
-       '-Vmultiarch:Depends=multiarch-support'
-endif
-
 ifneq (,$(filter $(DEB_HOST_ARCH),$(jamvm_archs)))
   ifneq (,$(filter $(DEB_HOST_ARCH),$(jamvm_defaults)))
     control_vars += '-Vjredefault:Depends=$(p_jrej) (= $${binary:Version})'

--- End Message ---
--- Begin Message ---
Source: openjdk-8
Source-Version: 8u144-b01-1

We believe that the bug you reported is fixed in the latest version of
openjdk-8, 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 openjdk-8 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: SHA256

Format: 1.8
Date: Wed, 23 Aug 2017 21:41:07 +0200
Source: openjdk-8
Binary: openjdk-8-jdk-headless openjdk-8-jre-headless openjdk-8-jdk 
openjdk-8-jre openjdk-8-demo openjdk-8-source openjdk-8-doc openjdk-8-dbg 
openjdk-8-jre-zero
Architecture: source
Version: 8u144-b01-1
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
 openjdk-8-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-8-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-8-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-8-jdk - OpenJDK Development Kit (JDK)
 openjdk-8-jdk-headless - OpenJDK Development Kit (JDK) (headless)
 openjdk-8-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-8-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-8-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-8-source - OpenJDK Development Kit (JDK) source files
Closes: 870520
Changes:
 openjdk-8 (8u144-b01-1) unstable; urgency=medium
 .
   * Update to 8u144-b01.
     - fix regression introduced by security fix S8169392. LP: #1707082.
 .
   [ Matthias Klose ]
   * Fix libjvm.so's .debug file names. LP: #1548434.
   * Remove dependency on multiarch-support. Closes: #870520.
 .
   [ Tiago Stürmer Daitx ]
   * debian/apport-hook.py:
     - truncate hs_err if bigger than 100 KiB instead of ignoring it.
     - add message if hs_err file is not found at expected location.
     - report file size in human readble SI units.
   * debian/control.in:
     - move 'Breaks:' from openjdk-8-jdk-headless to openjdk-8-jre-headless.
     - remove jamvm references.
   * debian/control.jamvm-jre: removed.
   * debian/control.jamvm-trans: transactional package for jamvm.
   * debian/rules:
     - add aarch32 hotspot support.
     - build aarch32 using client jvm-variant (no server in aarch32 port).
     - use DEB_HOST_ARCH instead of DEB_HOST_ARCH_CPU as armel and armhf
       are both reported as arm.
     - explicitly add kfreebsd-i386, kfreebsd-amd64, hurd-i386 to arch_map
       and archdir_map due to usage of DEB_HOST_ARCH.
     - avoid building zero as an alternative vm for aarch32.
     - disable precompiled headers on Trusty to minimize g++-4.8 segfaults.
     - don't build zero alternate vm on Trusty, avoid g++-4.8 segfaults.
     - add a 'Breaks:' entry to ca-certificates-java for all releases
       except Trusty. LP: #1706567.
     - remove jamvm.
   * debian/patches/aarch64.diff: remove unnecessary chunks as aarch64 is
     now upstream.
   * debian/patches/aarch32.diff: add required changes to root and jdk to
     build aarch32.
   * debian/patches/hotspot-libpath-aarch32.diff: copied from
     hotspot-libpath-default.diff.
   * debian/patches/ppc64le-8036767.diff: updated.
   * debian/patches/jdk-ppc64el-S8170153.patch: updated to include aarch64.
   * debian/patches/jdk-java-nio-bits-unligned-aarch64.diff: Check for
     "aarch64" along with other unaligned access supporting architectures.
Checksums-Sha1:
 3f779207b879c5f594b11ab8169a74ab49024db4 4483 openjdk-8_8u144-b01-1.dsc
 de8fb91bc671f2e4bc5b1ef7a4cf645b6be63ec1 70154060 
openjdk-8_8u144-b01.orig.tar.gz
 fe6e14b434d9955fee3aea4b5a7d9a7d6482b4e0 246940 
openjdk-8_8u144-b01-1.debian.tar.xz
 0c2678cf10d4793d6c1d9971eaf28afe7323eed5 16439 
openjdk-8_8u144-b01-1_source.buildinfo
Checksums-Sha256:
 9858d623117652a6d07242ac602c8cd0bdc074a304c2064cdcd5e431bc15828e 4483 
openjdk-8_8u144-b01-1.dsc
 e816e1a8e2fee6ce21335cd8159805bde8e04be1c58214037cf39950fba991e5 70154060 
openjdk-8_8u144-b01.orig.tar.gz
 f0f94bd01397abdd966e64918bf3b350fc8c08b020eeeaf386d2dc76ff8554a7 246940 
openjdk-8_8u144-b01-1.debian.tar.xz
 4f42f361cd4d1b5d875805f5c78bf4517d5affc559aea71b3d4c20dd214f6514 16439 
openjdk-8_8u144-b01-1_source.buildinfo
Files:
 d70efd2c6e00bed0d4882003553fccab 4483 java optional openjdk-8_8u144-b01-1.dsc
 40275e2ac074d2c1d58c6e4ad58ffd38 70154060 java optional 
openjdk-8_8u144-b01.orig.tar.gz
 49abffd4ddaa599fbf9bab63f6e4634a 246940 java optional 
openjdk-8_8u144-b01-1.debian.tar.xz
 389364939efccf87ddc4c950667a5faa 16439 java optional 
openjdk-8_8u144-b01-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAlmd8scQHGRva29AdWJ1
bnR1LmNvbQAKCRC9fqpgd4+m9az0EACW+/VvMf/WvQa6IcixK/7X8fREGp/smP3r
xf1ElGX95whmF3RXfw++74ShBcDbpOxWblyA5TT2wO4LwHdilKb4xrql0gMpDU+4
NlTyxCFAca/QtGDTid1PhIP47zOaPyH2rxKUqhoNFHK/cbXVfaK/fnVvy28DlfG+
5XuRLhmKY6WzLvwTXyREnX1NVE9C5Wfc23db7smAKah0Ygmf4+BXTQH4HaZEB69q
m505v6E87S1iYMoUZc483nsfyUexnbfERAbtuhtUBwx6KPahlRvIot/5idACdj7s
yAblvzS3VN5GsEy2crUhxw5+EVc3ZpBPqjalqOfBp4FLOfuti/2pF5QQPNRFgSgK
5Coyou06WmnB5L4zCXFJJPWYAUCKVtX9DeWw+3jxPI1DZ0ZnpoIPmvNRX/fiAgpX
NEJtzqX+BnSshuDIP+JsvKvf/kgEdHw64HaASauNCNJZeuGcnjifwkXMpymNoJx6
HzaMvR+00hAxSWdFv1kiRD+6W5veTDVt5aTgZVT2qYDbfMKmFarBr9mhWpgqqA8d
QXUr3FV0u7uOUFYdpc0kD+dyynyg2uIoukuyZDSvA9z0xPAQYHbK0xDrfxGYJ5KW
Zk1QpA4ti+Zm73gq3w1xHhl+h0JxcqTTErvcvvw+1ND2WPwrsPXBIMaXfLm+qkv3
Eucmf3hPuA==
=q24k
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to