Your message dated Fri, 1 Mar 2019 13:38:52 +0100
with message-id <[email protected]>
and subject line hikaricp 2.7.1-2 fixes #923383, #923391
has caused the Debian Bug report #923391,
regarding Uses another classifier if build with jdk >= 9
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.)
--
923391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923391
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hikaricp
Version: 2.7.1
Severity: important
Tags: patch
When rebuilding hikaricp with a jdk newer then 9 it adds a java9 classifier,
which will unfortually cause it's build dependencies (e.g. libquartz2-java) to
then fail.
Attaching a debdiff which adds a patch to drop using the classifier so the
result is consistend independent of the java version used for build
-- System Information:
Debian Release: buster/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'proposed-updates'), (500,
'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental-debug'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf
Kernel: Linux 4.19.0-2-amd64 (SMP w/32 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru hikaricp-2.7.1/debian/changelog hikaricp-2.7.1/debian/changelog
--- hikaricp-2.7.1/debian/changelog 2017-09-12 23:57:47.000000000 +0200
+++ hikaricp-2.7.1/debian/changelog 2019-02-27 14:19:28.000000000 +0100
@@ -1,3 +1,11 @@
+hikaricp (2.7.1-1co1) apertis; urgency=medium
+
+ * d/p/drop-java9-classifier.patch: Added, drop the java9 classifier if build
+ with jdk >= 9. Prevents packages from hitting FTBS when building against
+ hikaricp build with jdk 9 which built fine with older hikaricp builds.
+
+ -- Sjoerd Simons <[email protected]> Wed, 27 Feb 2019 14:19:28
+0100
+
hikaricp (2.7.1-1) unstable; urgency=medium
* New upstream version 2.7.1 (Closes: #875368)
diff -Nru hikaricp-2.7.1/debian/patches/drop-java9-classifier.patch
hikaricp-2.7.1/debian/patches/drop-java9-classifier.patch
--- hikaricp-2.7.1/debian/patches/drop-java9-classifier.patch 1970-01-01
01:00:00.000000000 +0100
+++ hikaricp-2.7.1/debian/patches/drop-java9-classifier.patch 2019-02-27
14:17:19.000000000 +0100
@@ -0,0 +1,29 @@
+--- a/pom.xml
++++ b/pom.xml
+@@ -442,22 +442,26 @@
+ </build>
+
+ <profiles>
++ <!--
+ <profile>
+ <id>Java9</id>
+ <activation>
+ <jdk>[9,)</jdk>
+ </activation>
+ <properties>
++ -->
+ <!-- sureFireOptions9>
+ -add-opens java.base/java.net=ALL-UNNAMED
+ -add-opens java.base/java.security=ALL-UNNAMED
+ -add-exports java.base/sun.net.www.protocol.http=ALL-UNNAMED
+ -add-exports java.base/sun.net.www.protocol.https=ALL-UNNAMED
+ </sureFireOptions9 -->
++ <!--
+ <sureFireForks9>true</sureFireForks9>
+ <artifact.classifier>java9</artifact.classifier>
+ </properties>
+ </profile>
++ -->
+
+ <profile>
+ <id>coverage</id>
diff -Nru hikaricp-2.7.1/debian/patches/series
hikaricp-2.7.1/debian/patches/series
--- hikaricp-2.7.1/debian/patches/series 2017-09-12 23:57:42.000000000
+0200
+++ hikaricp-2.7.1/debian/patches/series 2019-02-27 14:12:11.000000000
+0100
@@ -1 +1,2 @@
skip-hibernate-prometheus-micrometer
+drop-java9-classifier.patch
--- End Message ---
--- Begin Message ---
From: Andrej Shadura <[email protected]>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 01 Mar 2019 13:35:14 +0100
Source: hikaricp
Binary: libhikaricp-java libhikaricp-java-doc
Architecture: source
Version: 2.7.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Andrej Shadura <[email protected]>
Description:
libhikaricp-java - high-performance JDBC connection pool library
libhikaricp-java-doc - high-performance JDBC connection pool library -
documentation
Changes:
hikaricp (2.7.1-2) unstable; urgency=medium
.
Team upload.
.
[ Sjoerd Simons ]
* d/p/drop-java9-classifier.patch: Added, drop the java9 classifier if build
with jdk >= 9. Prevents packages from hitting FTBS when building against
hikaricp build with jdk 9 which built fine with older hikaricp builds.
.
[ Andrej Shadura ]
* Update Vcs-*.
* Don’t build the javadocs.
Checksums-Sha1:
2df42bc84b1d81ddb631f2c2444eb331cf365996 2013 hikaricp_2.7.1-2.dsc
9894c67a9f1c0cf74dc99a9d061d98bdbbbf92f3 4176 hikaricp_2.7.1-2.debian.tar.xz
Checksums-Sha256:
3c22a563a38fcf3e4b6681f8d7676cbd9e02f6bc9f8f9a91e5aabc917c87ba9c 2013
hikaricp_2.7.1-2.dsc
7c382b4f8e7a962815575b255e31b18817f20c7d26b3970bf35ac7ae1f6b3f83 4176
hikaricp_2.7.1-2.debian.tar.xz
Files:
d6852b8ee5c37c8e1592055c3e8bc0f8 2013 java optional hikaricp_2.7.1-2.dsc
848827bc351c60c2db2a2cd5b5967a8c 4176 java optional
hikaricp_2.7.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAlx5J4MACgkQXkCM2RzY
OdLW8wf/bHmTdS2YTpInno75X+MkoQeZeLdIcX4MpTsRdTSqHyGD/AkCmd3i2HS1
28rCc/QEdMgxXnoUTPK5OYiGR/0aYSNE0jh+7AaKz6yFGEM8KJdwr0jUEqLvwQYP
EVS9bJ61Qk4LR0C1fAu8tJ3UYE1kFEGSTkEGNasUXqOYjvkR6RZyvk9Ula4HpEU2
Njjzk2aVrZw0urtfeW9gFj8UMLsklOCTCZjDgyO96cUjO8EslvMhuu9G7csd5aDW
D92PaT26uVIK5X2YrzF7eOdjL8/GNb+RqwU/Rrj0SXDxbDefar5g6CsgPE53lNKC
gem1RfVRGHfTn+MvHMl84tBoIj78xw==
=+4c4
-----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.