Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ivyplusplus
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
ivyplusplus
Commits
20bab43b
Commit
20bab43b
authored
6 years ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
Removed the build dependency on openjdk-8-jdk
parent
834fbc5e
No related branches found
Branches containing commit
Tags
debian/1.28-2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+1
-2
1 addition, 2 deletions
debian/control
debian/rules
+0
-2
0 additions, 2 deletions
debian/rules
with
8 additions
and
4 deletions
debian/changelog
+
7
−
0
View file @
20bab43b
ivyplusplus (1.28-2) unstable; urgency=medium
* Team upload.
* Removed the build dependency on openjdk-8-jdk
-- Emmanuel Bourg <ebourg@apache.org> Wed, 10 Oct 2018 00:54:03 +0200
ivyplusplus (1.28-1) unstable; urgency=medium
* Team upload.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
2
View file @
20bab43b
...
...
@@ -12,8 +12,7 @@ Build-Depends:
javahelper,
libecj-java,
libjarjar-java,
liblombok-java,
openjdk-8-jdk
liblombok-java (>= 1.16.22)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/ivyplusplus.git
Vcs-Browser: https://salsa.debian.org/java-team/ivyplusplus
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
0
−
2
View file @
20bab43b
...
...
@@ -2,8 +2,6 @@
include /usr/share/dpkg/default.mk
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-${DEB_BUILD_ARCH}
%:
dh $@ --with javahelper
...
...
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