Tony Mancill pushed to branch master at Debian Java Maintainers / openhft-chronicle-network
Commits: 9fac18a1 by tony mancill at 2020-04-28T20:25:26-07:00 Apply "cme mix dpkg" fixes - - - - - 9f45b473 by tony mancill at 2020-04-28T20:35:45-07:00 Set "Rules-Requires-Root: no" in debian/control - - - - - 5a87c292 by tony mancill at 2020-04-28T20:38:03-07:00 Remove get-orig-source target from debian/rules - - - - - 8b2a79e0 by tony mancill at 2020-04-28T20:39:39-07:00 prepare changelog for upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +openhft-chronicle-network (1.0.58-2) unstable; urgency=medium + + * Team upload. + * Use debhelper-compat = 12. + * Bump Standards-Version to 4.5.0. + * Set "Rules-Requires-Root: no" in debian/control + * Remove get-orig-source target from debian/rules + + -- tony mancill <[email protected]> Tue, 28 Apr 2020 20:39:08 -0700 + openhft-chronicle-network (1.0.58-1) unstable; urgency=medium * Initial release (Closes: #832929) ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -1,27 +1,28 @@ Source: openhft-chronicle-network -Section: java -Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: - debhelper (>= 9), - default-jdk, - libintellij-annotations-java, - libmaven-bundle-plugin-java, - libopenhft-chronicle-bytes-java, - libopenhft-chronicle-core-java, - libopenhft-chronicle-threads-java, - libopenhft-chronicle-wire-java, - libslf4j-java, - maven-debian-helper (>= 2.1) -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/openhft-chronicle-network.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openhft-chronicle-network.git +Section: java +Priority: optional +Build-Depends: debhelper-compat (= 12), + default-jdk, + libintellij-annotations-java, + libmaven-bundle-plugin-java, + libopenhft-chronicle-bytes-java, + libopenhft-chronicle-core-java, + libopenhft-chronicle-threads-java, + libopenhft-chronicle-wire-java, + libslf4j-java, + maven-debian-helper (>= 2.1) +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/java-team/openhft-chronicle-network +Vcs-Git: https://salsa.debian.org/java-team/openhft-chronicle-network.git Homepage: https://github.com/OpenHFT/Chronicle-Network +Rules-Requires-Root: no Package: libopenhft-chronicle-network-java Architecture: all -Depends: ${maven:Depends}, ${misc:Depends} +Depends: ${maven:Depends}, + ${misc:Depends} Suggests: ${maven:OptionalDepends} Description: OpenHFT High Performance Network library Chronicle Network is a network library designed to be lower latency ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: OpenHFT Chronicle Network Source: https://github.com/OpenHFT/Chronicle-Network ===================================== debian/rules ===================================== @@ -2,6 +2,3 @@ %: dh $@ --buildsystem=maven - -get-orig-source: - uscan --download-current-version --force-download --repack --rename --compression xz View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-network/-/compare/9d5b97d417a6685ad0d7cd549d83057f031717ab...8b2a79e06b5dd0aabfa37f0f9ffadfe154969d2d -- View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-network/-/compare/9d5b97d417a6685ad0d7cd549d83057f031717ab...8b2a79e06b5dd0aabfa37f0f9ffadfe154969d2d 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

