Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
java3d
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
java3d
Commits
618d74bd
Commit
618d74bd
authored
6 years ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
No longer build the applet to fix the build failure with Java 11 (Closes: #912468)
parent
788c2d2a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+2
-0
2 additions, 0 deletions
debian/changelog
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
3 additions
and
1 deletion
debian/changelog
+
2
−
0
View file @
618d74bd
java3d (1.5.2+dfsg-16) UNRELEASED; 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 21:52:52 +0100
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
618d74bd
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment