Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Build-depend on OpenJDK 8 to work around the FTBFS with later versions.
· 4030be25
Markus Koschany
authored
Jul 28, 2018
Closes: #893302
4030be25
Declare compliance with Debian Policy 4.1.5.
· 513c4671
Markus Koschany
authored
Jul 28, 2018
513c4671
Switch to compat level 11.
· bcd79cda
Markus Koschany
authored
Jul 28, 2018
bcd79cda
Use https for Format field
· b8ee8c85
Markus Koschany
authored
Jul 28, 2018
b8ee8c85
Update changelog
· 7292c652
Markus Koschany
authored
Jul 28, 2018
7292c652
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7292c652
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 -07
00
--
Markus Koschany <apo@debian.org> Sat, 28 Jul 2018 08:04:17 +02
00
lwjgl (2.9.3+dfsg-1) unstable; urgency=medium
...
...
debian/compat
View file @
7292c652
9
11
debian/control
View file @
7292c652
...
...
@@ -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
...
...
debian/copyright
View file @
7292c652
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Format: http
s
://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: lwjgl - Lightweight Java Game Library
Upstream-Contact: LWJGL developers <info@lwjgl.org>
...
...
debian/rules
View file @
7292c652
...
...
@@ -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
...
...