Skip to content
Commits on Source (5)
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@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@debian.org> Mon, 20 Mar 2017 20:45:59 -0700
-- Markus Koschany <apo@debian.org> Sat, 28 Jul 2018 08:04:17 +0200
lwjgl (2.9.3+dfsg-1) unstable; urgency=medium
......
......@@ -6,11 +6,11 @@ Uploaders:
Michael Gilbert <mgilbert@debian.org>,
tony mancill <tmancill@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
......
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@lwjgl.org>
......
......@@ -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
......