Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Standards-Version updated to 4.1.4
· 5e887957
Emmanuel Bourg
authored
May 09, 2018
5e887957
Switch to debhelper level 11
· 26fba496
Emmanuel Bourg
authored
May 09, 2018
26fba496
Use salsa.debian.org Vcs-* URLs
· 5fdd56c4
Emmanuel Bourg
authored
May 09, 2018
5fdd56c4
Fixed the build failure with Java 10 (Closes: #898302)
· 381fe198
Emmanuel Bourg
authored
May 09, 2018
381fe198
Changed the priority from extra to optional
· f6e3c1cd
Emmanuel Bourg
authored
May 09, 2018
f6e3c1cd
Upload to unstable
· 61182b38
Emmanuel Bourg
authored
May 09, 2018
61182b38
Show whitespace changes
Inline
Side-by-side
debian/build.xml
View file @
61182b38
...
...
@@ -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"
>
...
...
debian/changelog
View file @
61182b38
libpulse-java (2.4.7-2) unstable; 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
* Changed the priority from extra to optional
-- Emmanuel Bourg <ebourg@apache.org> Wed, 09 May 2018 23:54:22 +0200
libpulse-java (2.4.7-1) unstable; urgency=medium
* Initial release. (Closes: #748814)
...
...
debian/compat
View file @
61182b38
9
11
debian/control
View file @
61182b38
Source: libpulse-java
Section: java
Priority:
extra
Priority:
optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>=
9
), default-jdk, ant, libpulse-dev (>= 0.9.12)
Standards-Version:
3.9.5
Vcs-Git:
git://anonscm
.debian.org/
pkg-
java/libpulse-java.git
Vcs-Browser: http://
anonscm
.debian.org/
gitweb/?p=pkg-java
/libpulse-java
.git
Build-Depends: debhelper (>=
11
), default-jdk, ant, libpulse-dev (>= 0.9.12)
Standards-Version:
4.1.4
Vcs-Git:
https://salsa
.debian.org/java
-team
/libpulse-java.git
Vcs-Browser: http
s
://
salsa
.debian.org/
java-team
/libpulse-java
Homepage: http://icedtea.classpath.org
Package: libpulse-java
...
...
debian/rules
View file @
61182b38
...
...
@@ -38,6 +38,3 @@ override_dh_auto_install:
override_dh_auto_clean:
dh_auto_clean
ant -f debian/build.xml clean
get-orig-source:
uscan --download-current-version --rename