Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Standards-Version updated to 4.2.1
· 788c2d2a
Emmanuel Bourg
authored
Nov 04, 2018
788c2d2a
No longer build the applet to fix the build failure with Java 11 (Closes: #912468)
· 618d74bd
Emmanuel Bourg
authored
Nov 04, 2018
618d74bd
Upload to unstable
· 195610e7
Emmanuel Bourg
authored
Nov 04, 2018
195610e7
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
195610e7
java3d (1.5.2+dfsg-16) unstable; urgency=medium
* No longer build the applet to fix the build failure with Java 11
(Closes: #912468)
* Standards-Version updated to 4.2.1
-- Emmanuel Bourg <ebourg@apache.org> Sun, 04 Nov 2018 22:42:37 +0100
java3d (1.5.2+dfsg-15) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
195610e7
...
...
@@ -16,7 +16,7 @@ Build-Depends:
libxext-dev,
libxt-dev,
mesa-common-dev
Standards-Version: 4.
1.4
Standards-Version: 4.
2.1
Vcs-Git: https://salsa.debian.org/java-team/java3d.git
Vcs-Browser: https://salsa.debian.org/java-team/java3d
Homepage: http://java3d.java.net
...
...
debian/rules
View file @
195610e7
...
...
@@ -10,7 +10,7 @@ export CLASSPATH=/usr/share/java/vecmath.jar
dh $@ --buildsystem=ant --with javahelper
override_dh_auto_build:
dh_auto_build -- -f j3d-core/build.xml -Dbuild.type=fcs -DjavahBuild.notRequired=true echo jar docs
dh_auto_build -- -f j3d-core/build.xml -Dbuild.type=fcs -DjavahBuild.notRequired=true
-Djavac.excludes='**/applet/*'
echo jar docs
override_dh_auto_clean:
dh_auto_build -- -f j3d-core/build.xml clean
...
...