Your message dated Thu, 03 Aug 2023 03:04:35 +0000
with message-id <[email protected]>
and subject line Bug#1042855: fixed in openjdk-8 8u382-ga-2
has caused the Debian Bug report #1042855,
regarding openjdk-8: Please consider using libjpeg-dev virtual package as 
dependency
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.)


-- 
1042855: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042855
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openjdk-8
Version: openjdk-8
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu mantic ubuntu-patch
X-Debbugs-Cc: [email protected]

Dear Maintainer,

openjdk-8 382-ga-1 uses libjpeg-turbo62 as a dependency rather than libjpeg-dev
that it used before.
The attached patch updates control and rules to select libjpeg-dev as a
dependency allowing Ubuntu sync.

The attached patch was applied to achieve the following:

  * Use libjpeg-dev virtual package to solve dependency-wait (LP:
    #2028973).


Thanks for considering the patch.


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-25-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru openjdk-8-8u382-ga/debian/control openjdk-8-8u382-ga/debian/control
--- openjdk-8-8u382-ga/debian/control   2023-07-22 05:19:02.000000000 +1200
+++ openjdk-8-8u382-ga/debian/control   2023-07-29 07:37:27.000000000 +1200
@@ -9,7 +9,7 @@
   xvfb<!nocheck>, xauth<!nocheck>, xfonts-base<!nocheck>, 
libgl1-mesa-dri<!nocheck>, xfwm4<!nocheck>, x11-xkb-utils<!nocheck>, 
dbus-x11<!nocheck>, openjdk-8-jre-headless<!nocheck> | default-jre-headless (>= 
2:1.8)<!nocheck>, jtreg<!nocheck>, libasmtools-java<!nocheck>, 
testng<!nocheck>, time,
   autoconf (>= 2.69), automake, ant, ant-optional, fastjar (>= 
2:0.96-0ubuntu2),
   gcc-12, g++-12, libxtst-dev, libxi-dev, libxt-dev, libxaw7-dev, 
libxrender-dev, libcups2-dev, libasound2-dev, liblcms2-dev, libxinerama-dev, 
libkrb5-dev, xsltproc, libpcsclite-dev, libfreetype-dev, libgtk2.0-dev, 
libffi-dev,
-  zlib1g-dev, libattr1-dev, libpng-dev, libjpeg62-turbo-dev, libgif-dev, 
libpulse-dev (>= 0.9.12) [!alpha], systemtap-sdt-dev,
+  zlib1g-dev, libattr1-dev, libpng-dev, libjpeg-dev, libgif-dev, libpulse-dev 
(>= 0.9.12) [!alpha], systemtap-sdt-dev,
   libnss3-dev (>= 2:3.26), openjdk-8-jdk-headless <cross>, dpkg-dev (>= 
1.17.14),
 Standards-Version: 4.6.2
 Homepage: http://openjdk.java.net/
diff -Nru openjdk-8-8u382-ga/debian/rules openjdk-8-8u382-ga/debian/rules
--- openjdk-8-8u382-ga/debian/rules     2023-07-22 05:19:02.000000000 +1200
+++ openjdk-8-8u382-ga/debian/rules     2023-07-29 07:37:27.000000000 +1200
@@ -684,12 +684,10 @@
 else
   bd_syslibs += libpng-dev,
 endif
-ifeq ($(derivative),Ubuntu)
-  bd_syslibs += libjpeg-turbo8-dev,
-else ifneq (,$(filter $(distrel),wheezy))
+ifneq (,$(filter $(distrel),wheezy))
   bd_syslibs += libjpeg8-dev,
 else
-  bd_syslibs += libjpeg62-turbo-dev,
+  bd_syslibs += libjpeg-dev,
 endif
 bd_syslibs += \
        libgif-dev,

--- End Message ---
--- Begin Message ---
Source: openjdk-8
Source-Version: 8u382-ga-2
Done: Thorsten Glaser <[email protected]>

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.
Thorsten Glaser <[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: SHA384

Format: 1.8
Date: Thu, 03 Aug 2023 02:55:51 +0200
Source: openjdk-8
Architecture: source
Version: 8u382-ga-2
Distribution: unstable
Urgency: low
Maintainer: Java Maintenance <[email protected]>
Changed-By: Thorsten Glaser <[email protected]>
Closes: 1042855
Changes:
 openjdk-8 (8u382-ga-2) unstable; urgency=low
 .
   * Update 8u382-ga-1 changelog entry
   * On releases that have it, switch to libjpeg-dev B-D so that
     certain derivatives can reuse d/control (Closes: #1042855)
   * Use default gcc-13 on trixie/sid, mantic
Checksums-Sha1:
 49115e0db57a6dfaf2b8ea096a75fe9edc5db56f 4568 openjdk-8_8u382-ga-2.dsc
 36de2ef77efce535509c65e30502e9d212c7c70a 185048 
openjdk-8_8u382-ga-2.debian.tar.xz
Checksums-Sha256:
 c9b53b7c1facb896b920fd737ddc2e57b4bc24ef995ee376e4c6962ff0a82ad3 4568 
openjdk-8_8u382-ga-2.dsc
 36063b98be645fe40ac13420932645852a4974e31810de31f7994ff7d34d38c4 185048 
openjdk-8_8u382-ga-2.debian.tar.xz
Files:
 1ee2e8f50b708bce30cb521d33584b96 4568 java optional openjdk-8_8u382-ga-2.dsc
 caee57e120f2bb900848c770306869c2 185048 java optional 
openjdk-8_8u382-ga-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (MirBSD)

iQIcBAEBCQAGBQJkyxIEAAoJEHa1NLLpkAfg3KMP/0y7IV8WszAZBiJmBHRwENK+
q+bJuZq+JyIB/tUhIScwCPMDHjk1pH+M6ZTE/Sue5lFSjSF9MHP1u2BSyAeqErk+
QEVX+VSMFCb/jx5qekVDhjNtBk4WRbA8ulK3svp1xIVqMh6xSFN0R6jLuYV+y9iq
M0rJRCMyuTcSUyHYZdXwcVSm151d4Be1POzM4HpRA6BKQpI3tKjD76ocimxCvF1R
zCeevTJ1SC7TAQVC/5CLXe/KmYGdit289uk3LqRz54czru6pdyxElSyv93594zPC
Ahn27gMf4DWIqci8ufqLsZllCypXdAyj4lMq2QPQNgKLIEXeA+5SzCQn/5hLP3hF
f7o8fFOUe5tkq9vJmbgAhIvbgxVxuecDRuN+hmoSqd3lig/5IRaHHKejBM/qic3J
jTOyuTQuvx0cr+rT6PlJqVj0R6J0IklAkycU+sWM2PcdtUdB0JSOu2hvSE/R3Ix2
l/LUL9zq6zZ3reEoxzvkSMIN69cfptwDgNI8WxgW85AssXlOaeUb501QQHMAwqQR
W7pKPnQJMheYJYVoiUDqE/1Dqil4JQb/I5UFGvCdsx3qRkW2+8VyIe+3Qdppmv9a
R1fdJ156vbwEMS5dS3yK8IuacxhviMr1w7BL5tk4Gfjck4oRgTG5xRuIsl4sZmsi
2cYn04Ql32njiYguHug7
=uTVy
-----END PGP SIGNATURE-----

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

Reply via email to