Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
4
Drop the java9 classifier when building with jdk >= 9
· 1c7b8549
Sjoerd Simons
authored
Feb 27, 2019
and
Andrej Shadura
committed
Mar 01, 2019
1c7b8549
Update Vcs-*
· 2062676a
Andrej Shadura
authored
Mar 01, 2019
2062676a
Don’t build the javadocs
· cfac0481
Andrej Shadura
authored
Mar 01, 2019
cfac0481
Update the changelog
· 8858e77d
Andrej Shadura
authored
Mar 01, 2019
8858e77d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8858e77d
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.
-- Andrej Shadura <andrewsh@debian.org> Fri, 01 Mar 2019 13:35:14 +0100
hikaricp (2.7.1-1) unstable; urgency=medium
* New upstream version 2.7.1 (Closes: #875368)
...
...
debian/control
View file @
8858e77d
...
...
@@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 10),
maven-debian-helper (>= 2.1)
Build-Depends-Indep: libslf4j-java
Standards-Version: 4.1.0
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-java
/hikaricp.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/hikaricp
.git
Vcs-Git: https://
salsa
.debian.org/
java-team
/hikaricp.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/hikaricp
Homepage: https://github.com/brettwooldridge/HikariCP
Package: libhikaricp-java
...
...
debian/patches/drop-java9-classifier.patch
0 → 100644
View file @
8858e77d
--- 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>
debian/patches/series
View file @
8858e77d
skip-hibernate-prometheus-micrometer
drop-java9-classifier.patch
debian/rules
View file @
8858e77d
#!/usr/bin/make -f
%:
dh $@
dh $@
-Nlibhikaricp-java-doc
get-orig-source:
uscan --download-current-version --force-download --no-symlink