Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libpulse-java
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
libpulse-java
Commits
381fe198
Commit
381fe198
authored
7 years ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
Fixed the build failure with Java 10 (Closes: #898302)
parent
5fdd56c4
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/build.xml
+1
-10
1 addition, 10 deletions
debian/build.xml
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
with
2 additions
and
10 deletions
debian/build.xml
+
1
−
10
View file @
381fe198
...
...
@@ -3,17 +3,8 @@
<target
name=
"compile"
>
<mkdir
dir=
"target/classes"
/>
<javac
srcdir=
"src/java"
destdir=
"target/classes"
source=
"1.6"
target=
"1.6"
debug=
"yes"
includeantruntime=
"false"
/>
<mkdir
dir=
"target/native"
/>
<javah
destdir=
"target/native"
classpath=
"target/classes"
>
<class
name=
"org.classpath.icedtea.pulseaudio.EventLoop"
/>
<class
name=
"org.classpath.icedtea.pulseaudio.Stream"
/>
<class
name=
"org.classpath.icedtea.pulseaudio.Operation"
/>
<class
name=
"org.classpath.icedtea.pulseaudio.PulseAudioSourcePort"
/>
<class
name=
"org.classpath.icedtea.pulseaudio.PulseAudioTargetPort"
/>
<class
name=
"org.classpath.icedtea.pulseaudio.ContextEvent"
/>
</javah>
<javac
srcdir=
"src/java"
destdir=
"target/classes"
source=
"1.6"
target=
"1.6"
debug=
"yes"
includeantruntime=
"false"
nativeHeaderDir=
"target/native"
/>
</target>
<target
name=
"jar"
depends=
"compile"
>
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
1
−
0
View file @
381fe198
libpulse-java (2.4.7-2) UNRELEASED; urgency=medium
* Fixed the build failure with Java 10 (Closes: #898302)
* Standards-Version updated to 4.1.4
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
...
...
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