Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mina
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
mina
Commits
ae0124b2
Commit
ae0124b2
authored
7 years ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
Fixed the build failure with Java 9 (Closes: #893376)
parent
7bdc82b7
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
+1
-0
1 addition, 0 deletions
debian/changelog
debian/rules
+2
-2
2 additions, 2 deletions
debian/rules
with
3 additions
and
2 deletions
debian/changelog
+
1
−
0
View file @
ae0124b2
mina (1.1.7.dfsg-12) UNRELEASED; urgency=medium
* Fixed the build failure with Java 9 (Closes: #893376)
* Moved the package to Git
* Standards-Version updated to 4.1.3
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
2
View file @
ae0124b2
...
...
@@ -10,8 +10,8 @@ JAVA_HOME := /usr/lib/jvm/default-java
# We need to export JAVA_HOME for jh_build
export JAVA_HOME
# Force compilation of 1.
5
.class format
JAVA_OPTS := -source 1.
5
-target 1.
5
# Force compilation of 1.
7
.class format
JAVA_OPTS := -source 1.
7
-target 1.
7
CORE_JAR := $(PACKAGE)-core.jar
CORE_SRC := core/src/main/java/
...
...
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