[Git][java-team/libpulse-java][master] 6 commits: Standards-Version updated to 4.1.4

Emmanuel Bourg gitlab at salsa.debian.org
Wed May 9 22:56:08 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libpulse-java


Commits:
5e887957 by Emmanuel Bourg at 2018-05-09T23:32:59+02:00
Standards-Version updated to 4.1.4

- - - - -
26fba496 by Emmanuel Bourg at 2018-05-09T23:33:10+02:00
Switch to debhelper level 11

- - - - -
5fdd56c4 by Emmanuel Bourg at 2018-05-09T23:33:25+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
381fe198 by Emmanuel Bourg at 2018-05-09T23:41:42+02:00
Fixed the build failure with Java 10 (Closes: #898302)

- - - - -
f6e3c1cd by Emmanuel Bourg at 2018-05-09T23:42:19+02:00
Changed the priority from extra to optional

- - - - -
61182b38 by Emmanuel Bourg at 2018-05-09T23:54:44+02:00
Upload to unstable

- - - - -


5 changed files:

- debian/build.xml
- debian/changelog
- debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/build.xml
=====================================
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -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
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+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 at 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
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
 Source: libpulse-java
 Section: java
-Priority: extra
+Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at 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: https://salsa.debian.org/java-team/libpulse-java
 Homepage: http://icedtea.classpath.org
 
 Package: libpulse-java


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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



View it on GitLab: https://salsa.debian.org/java-team/libpulse-java/compare/9c9b6c8a5d34ecc039c670c5b5ccc074fc004aac...61182b385e2e298db9bfcfc6464b76fff403022d

---
View it on GitLab: https://salsa.debian.org/java-team/libpulse-java/compare/9c9b6c8a5d34ecc039c670c5b5ccc074fc004aac...61182b385e2e298db9bfcfc6464b76fff403022d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180509/ba0ca8b3/attachment.html>


More information about the pkg-java-commits mailing list