[Git][java-team/lwjgl][master] 5 commits: Build-depend on OpenJDK 8 to work around the FTBFS with later versions.
Markus Koschany
gitlab at salsa.debian.org
Sat Jul 28 07:15:49 BST 2018
Markus Koschany pushed to branch master at Debian Java Maintainers / lwjgl
Commits:
4030be25 by Markus Koschany at 2018-07-28T05:59:23Z
Build-depend on OpenJDK 8 to work around the FTBFS with later versions.
Closes: #893302
- - - - -
513c4671 by Markus Koschany at 2018-07-28T06:00:54Z
Declare compliance with Debian Policy 4.1.5.
- - - - -
bcd79cda by Markus Koschany at 2018-07-28T06:02:44Z
Switch to compat level 11.
- - - - -
b8ee8c85 by Markus Koschany at 2018-07-28T06:03:25Z
Use https for Format field
- - - - -
7292c652 by Markus Koschany at 2018-07-28T06:05:56Z
Update changelog
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,18 @@
-lwjgl (2.9.3+dfsg-2) UNRELEASED; urgency=medium
+lwjgl (2.9.3+dfsg-2) unstable; urgency=medium
- * Remove Gabriele Giacone from Uploaders (Closes: #856765).
- - add tony mancill <tmancill at debian.org>
- * Bump Standards-Version to 3.9.8.
- * Update Homepage to use https URL.
+ [ tony mancill ]
+ * Team upload.
+ * remove Gabriele Giacone from Uploaders (Closes: #856765)
+ * update Homepage to use https URL
+
+ [ Markus Koschany ]
+ * Build-depend on OpenJDK 8 to work around the FTBFS with later versions.
+ (Closes: #893302)
+ * Declare compliance with Debian Policy 4.1.5.
+ * Switch to compat level 11.
+ * Use https for Format field.
- -- tony mancill <tmancill at debian.org> Mon, 20 Mar 2017 20:45:59 -0700
+ -- Markus Koschany <apo at debian.org> Sat, 28 Jul 2018 08:04:17 +0200
lwjgl (2.9.3+dfsg-1) unstable; urgency=medium
=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,11 @@ Uploaders:
Michael Gilbert <mgilbert at debian.org>,
tony mancill <tmancill at debian.org>,
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 11),
javahelper,
ant,
ant-optional,
- default-jdk,
+ openjdk-8-jdk,
libjinput-java,
libxrandr-dev,
libxxf86vm-dev,
@@ -18,7 +18,7 @@ Build-Depends:
libxt-dev,
Build-Depends-Indep:
default-jdk-doc
-Standards-Version: 3.9.8
+Standards-Version: 4.1.5
Vcs-Git: https://anonscm.debian.org/git/pkg-java/lwjgl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/lwjgl.git
Homepage: https://www.lwjgl.org
=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: lwjgl - Lightweight Java Game Library
Upstream-Contact: LWJGL developers <info at lwjgl.org>
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ TMPDIR := $(NAME)-$(VERSION)
TAR := ../$(NAME)_$(VERSION).orig.tar.gz
TARDFSG := ../$(NAME)_$(VERSION)+dfsg.orig.tar.gz
-export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
export PATH:=$(JAVA_HOME)/bin:$(PATH)
# NOTE: jutils is explicitly included here (without a depends in our control
@@ -17,7 +17,7 @@ export CLASSPATH=/usr/share/java/jinput.jar:/usr/share/java/jutils.jar
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --parallel --with javahelper
+ dh $@ --with javahelper
override_dh_auto_build:
ant jars
View it on GitLab: https://salsa.debian.org/java-team/lwjgl/compare/550cbb489f6c39a792ea97e914242418170e88e4...7292c6529ef46592924ca609c489f44141082568
--
View it on GitLab: https://salsa.debian.org/java-team/lwjgl/compare/550cbb489f6c39a792ea97e914242418170e88e4...7292c6529ef46592924ca609c489f44141082568
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180728/d4007426/attachment.html>
More information about the pkg-java-commits
mailing list