Emmanuel Bourg pushed to branch master at Debian Java Maintainers / vorbis-java
Commits: eb75c8be by Emmanuel Bourg at 2019-01-06T21:50:09Z Wrap and sort - - - - - 61d36f4e by Emmanuel Bourg at 2019-01-06T21:50:52Z Standards-Version updated to 4.3.0 - - - - - 8ce87cc9 by Emmanuel Bourg at 2019-01-06T21:50:58Z Switch to debhelper level 11 - - - - - 4e54a149 by Emmanuel Bourg at 2019-01-06T21:51:02Z Use salsa.debian.org Vcs-* URLs - - - - - fa4d31bd by Emmanuel Bourg at 2019-01-06T22:13:00Z Build again the tika module (Closes: #850798) - - - - - 098c695c by Emmanuel Bourg at 2019-01-06T22:13:33Z Upload to unstable - - - - - 7 changed files: - debian/changelog - debian/compat - debian/control - debian/libvorbis-java.poms - debian/maven.ignoreRules - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +vorbis-java (0.8-3) unstable; urgency=medium + + * Build again the tika module (Closes: #850798) + * Standards-Version updated to 4.3.0 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Sun, 06 Jan 2019 23:13:24 +0100 + vorbis-java (0.8-2) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -3,13 +3,15 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 10), - default-jdk, - junit4, - maven-debian-helper (>= 2.0) -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/vorbis-java.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/vorbis-java.git +Build-Depends: + debhelper (>= 11), + default-jdk, + junit4, + libtika-java, + maven-debian-helper (>= 2.0) +Standards-Version: 4.3.0 +Vcs-Git: https://salsa.debian.org/java-team/vorbis-java.git +Vcs-Browser: https://salsa.debian.org/java-team/vorbis-java Homepage: https://github.com/Gagravarr/VorbisJava Package: libvorbis-java ===================================== debian/libvorbis-java.poms ===================================== @@ -29,4 +29,4 @@ parent/pom.xml --has-package-version pom.xml --has-package-version core/pom.xml --has-package-version tools/pom.xml --has-package-version -tika/pom.xml --ignore +tika/pom.xml --has-package-version ===================================== debian/maven.ignoreRules ===================================== @@ -3,3 +3,5 @@ org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-remote-resources-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * + +org.gagravarr vorbis-java-core jar * tests ===================================== debian/rules ===================================== @@ -2,6 +2,3 @@ %: dh $@ - -get-orig-source: - uscan --download-current-version --force-download --no-symlink ===================================== debian/watch ===================================== @@ -1,2 +1,3 @@ -version=3 +version=4 +opts="repack,compression=xz" \ https://github.com/Gagravarr/VorbisJava/releases .*/(?:vorbis-java-)?([\d\.]+).tar.gz View it on GitLab: https://salsa.debian.org/java-team/vorbis-java/compare/016798a300d23c6d9da8ecf1dbb84a720d956d68...098c695c37eb0ce54c659a653c157694eac3c839 -- View it on GitLab: https://salsa.debian.org/java-team/vorbis-java/compare/016798a300d23c6d9da8ecf1dbb84a720d956d68...098c695c37eb0ce54c659a653c157694eac3c839 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

