Emmanuel Bourg pushed to branch master at Debian Java Maintainers / openhft-chronicle-wire
Commits: 5a9a0ff8 by Emmanuel Bourg at 2019-04-06T22:20:10Z Added the missing build dependency on libeasymock-java (Closes: #917759) - - - - - 5e8d725c by Emmanuel Bourg at 2019-04-06T22:20:26Z Use salsa.debian.org Vcs-* URLs - - - - - d7567d55 by Emmanuel Bourg at 2019-09-13T07:53:01Z Ignore the tests failures - - - - - 7aec2a61 by Emmanuel Bourg at 2019-09-13T07:53:26Z Standards-Version updated to 4.4.0 - - - - - 01e905f0 by Emmanuel Bourg at 2019-09-13T07:53:33Z Switch to debhelper level 11 - - - - - 6fd6a100 by Emmanuel Bourg at 2019-09-13T07:54:05Z Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/compat - debian/control - debian/maven.properties - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +openhft-chronicle-wire (1.1.13-2) unstable; urgency=medium + + * Added the missing build dependency on libeasymock-java (Closes: #917759) + * Ignore the tests failures + * Use salsa.debian.org Vcs-* URLs + * Standards-Version updated to 4.4.0 + * Switch to debhelper level 11 + + -- Emmanuel Bourg <[email protected]> Fri, 13 Sep 2019 09:53:52 +0200 + openhft-chronicle-wire (1.1.13-1) unstable; urgency=medium * Initial release (Closes: #832923) ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -4,18 +4,19 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 11), default-jdk, junit4, + libeasymock-java, libintellij-annotations-java, libmaven-bundle-plugin-java, libopenhft-chronicle-bytes-java, libslf4j-java, libyaml-snake-java, maven-debian-helper (>= 2.1) -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/openhft-chronicle-wire.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openhft-chronicle-wire.git +Standards-Version: 4.4.0 +Vcs-Git: https://salsa.debian.org/java-team/openhft-chronicle-wire.git +Vcs-Browser: https://salsa.debian.org/java-team/openhft-chronicle-wire Homepage: https://github.com/OpenHFT/Chronicle-Wire Package: libopenhft-chronicle-wire-java ===================================== debian/maven.properties ===================================== @@ -1,3 +1,5 @@ # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true + +maven.test.failure.ignore=true ===================================== debian/rules ===================================== @@ -1,7 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven - -get-orig-source: - uscan --download-current-version --force-download --repack --rename --compression xz + dh $@ ===================================== debian/watch ===================================== @@ -1,2 +1,3 @@ -version=3 +version=4 +opts="repack,compression=xz" \ https://github.com/OpenHFT/Chronicle-Wire/tags .*/chronicle-wire-(.*).tar.gz View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-wire/compare/c2fca9b9dd62a15abef2099c19137133c769c3b8...6fd6a100b6d93e9b23624b751b671bf9eb64e488 -- View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-wire/compare/c2fca9b9dd62a15abef2099c19137133c769c3b8...6fd6a100b6d93e9b23624b751b671bf9eb64e488 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

