Tony Mancill pushed to branch master at Debian Java Maintainers / t-digest
Commits: ff70e8a5 by tony mancill at 2019-05-28T03:55:44Z Update Vcs URLs to point to Salsa - - - - - 31c515ef by tony mancill at 2019-05-28T04:01:21Z Add a human maintainer (myself) to Uploaders - - - - - fff47355 by tony mancill at 2019-05-28T04:19:32Z Drop get-orig-source target from debian/rules - - - - - af4a7282 by tony mancill at 2019-05-28T04:21:46Z Bump Standards-Version to 4.3.0 - - - - - c686286d by tony mancill at 2019-05-28T04:23:03Z Use debhelper 12 and dh sequencer; drop cdbs build-dep - - - - - f5b4cc7d by tony mancill at 2019-05-28T04:58:35Z remove whitespace from debian/control - - - - - 613ed695 by tony mancill at 2019-05-28T04:58:35Z Use https for debian/copyright Format: URL - - - - - bfdb12ea by tony mancill at 2019-05-28T04:58:35Z Add myself to debian/copyright - - - - - a4a40359 by tony mancill at 2019-05-28T04:58:35Z prepare changelog for unstable - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,18 @@ +t-digest (1:3.0-2) unstable; urgency=medium + + [ tony mancill ] + * Bump debian revision to avoid reuse of 3.0-1 (Closes: #929618) + * Update Vcs URLs to point to Salsa + * Add a human maintainer (myself) to Uploaders + * Drop get-orig-source target from debian/rules + * Bump Standards-Version to 4.3.0 + * Use debhelper 12 and dh sequencer; drop cdbs build-dep + + [ Hilko Bengen ] + * Remove myself from Uploaders + + -- tony mancill <[email protected]> Mon, 27 May 2019 21:23:15 -0700 + t-digest (1:3.0-1) unstable; urgency=medium * Reverted to t-digest 3.0 because 3.1 had introduced grave API/ABI ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +12 ===================================== debian/control ===================================== @@ -2,11 +2,12 @@ Source: t-digest Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5) -Build-Depends-Indep: libmaven-javadoc-plugin-java, default-jdk-doc -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-java/t-digest.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/t-digest.git +Uploaders: tony mancill <[email protected]> +Build-Depends: debhelper (>= 12), default-jdk, maven-debian-helper (>= 1.5) +Build-Depends-Indep: libmaven-javadoc-plugin-java, default-jdk-doc +Standards-Version: 4.3.0 +Vcs-Git: https://salsa.debian.org/java-team/t-digest.git +Vcs-Browser: https://salsa.debian.org/java-team/t-digest Homepage: https://github.com/tdunning/t-digest Package: libt-digest-java ===================================== 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: T-Digest Source: https://github.com/tdunning/t-digest @@ -8,6 +8,7 @@ License: Apache-2.0 Files: debian/* Copyright: 2014, Hilko Bengen <[email protected]> + 2019, tony mancill <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/rules ===================================== @@ -1,9 +1,4 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk - -JAVA_HOME := /usr/lib/jvm/default-java - -get-orig-source: - uscan --download-current-version --force-download --rename +%: + dh $@ View it on GitLab: https://salsa.debian.org/java-team/t-digest/compare/53228b554f57e4cb8982e2bf4f295689aa52b672...a4a4035974cd4b38b62e6f8203b93c649aac4b37 -- View it on GitLab: https://salsa.debian.org/java-team/t-digest/compare/53228b554f57e4cb8982e2bf4f295689aa52b672...a4a4035974cd4b38b62e6f8203b93c649aac4b37 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

