Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jruby-joni
Commits: ab63516a by Hideki Yamane at 2018-06-01T09:53:28+09:00 Remove unnecessary get-orig-source target - - - - - 0b98da7f by Hideki Yamane at 2018-06-01T09:54:34+09:00 Update Vcs-* to use salsa.debian.org - - - - - b72f0cc6 by Hideki Yamane at 2018-06-01T09:54:52+09:00 Set Standards-Version: 4.1.4 - - - - - 90b09e1f by Hideki Yamane at 2018-06-01T09:56:24+09:00 Update copyright year - - - - - 8e39e2c4 by Hideki Yamane at 2018-06-01T09:57:44+09:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +jruby-joni (2.1.16-2) unstable; urgency=medium + + * debian/rules + - Remove unnecessary get-orig-source target + * debian/control + - Update Vcs-* to use salsa.debian.org + - Set Standards-Version: 4.1.4 + * debian/copyright + - Update copyright year + + -- Hideki Yamane <[email protected]> Fri, 01 Jun 2018 09:57:21 +0900 + jruby-joni (2.1.16-1) unstable; urgency=medium * New upstream release ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -13,9 +13,9 @@ Build-Depends-Indep: libasm-java (>= 5.0.3), libjcodings-java (>= 1.0.28), maven-debian-helper (>= 2.0) -Standards-Version: 4.1.3 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/jruby-joni/ -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jruby-joni.git +Standards-Version: 4.1.4 +Vcs-Git: https://salsa.debian.org/java-team/jruby-joni.git +Vcs-Browser: https://salsa.debian.org/java-team/jruby-joni Homepage: https://github.com/jruby/joni/ Package: libjruby-joni-java ===================================== debian/copyright ===================================== --- a/debian/copyright +++ b/debian/copyright @@ -1,17 +1,17 @@ -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: joni Upstream-Contact: JRuby Team (http://jruby.org) Source: http://github.com/jruby/joni/ Files: * -Copyright: 2008-2017 Marcin Mielżyński - 2008-2015 Thomas E. Enebo <[email protected]> +Copyright: 2008-2018 Marcin Mielżyński + 2008-2018 Thomas E. Enebo <[email protected]> 2013-2017 Charles Oliver Nutter <[email protected]> License: MIT Files: debian/* Copyright: 2010 Torsten Werner <[email protected]> - 2012-2017 Hideki Yamane <[email protected]> + 2012-2018 Hideki Yamane <[email protected]> License: MIT License: MIT ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,3 @@ %: dh $@ --buildsystem=maven - -get-orig-source: - uscan --force-download --rename View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/compare/584cb7e4758ae91982165c4c3c1ea8c2420503c7...8e39e2c4f4130dc3253dbb2044eff4fa92cf98dc -- View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/compare/584cb7e4758ae91982165c4c3c1ea8c2420503c7...8e39e2c4f4130dc3253dbb2044eff4fa92cf98dc 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

