Tony Mancill pushed to branch master at Debian Java Maintainers / syncany
Commits: d92921a0 by tony mancill at 2021-11-01T07:12:24-07:00 Add junit5 to build-deps - - - - - d886c849 by tony mancill at 2021-11-01T09:41:52-07:00 Use debhelper-compat 13 - - - - - 0a7c5d4e by tony mancill at 2021-11-01T09:41:52-07:00 Set Rules-Requires-Root: no in debian/control - - - - - e88f5878 by tony mancill at 2021-11-01T09:41:52-07:00 Update Vcs URLs to point to Salsa - - - - - 31ba9415 by tony mancill at 2021-11-01T09:41:52-07:00 Bump Standards-Version to 4.6.0 - - - - - c2fc6568 by tony mancill at 2021-11-01T09:41:52-07:00 Freshen years in debian/copyright - - - - - 1d899dfe by tony mancill at 2021-11-01T09:41:52-07:00 Remove get-orig-source target from debian/rules - - - - - 69a351dc by tony mancill at 2021-11-01T12:55:00-07:00 disable tests - - - - - 7e95381b by tony mancill at 2021-11-01T12:55:00-07:00 Freshen years in debian/copyright - - - - - de611c85 by tony mancill at 2021-11-01T12:55:00-07:00 Add bash-completion.patch to address lintian warning - - - - - dd87ebc8 by tony mancill at 2021-11-01T13:51:40-07:00 Prepare changelog for upload to experimental - - - - - 7 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - + debian/patches/bash-completion.pathch - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,18 @@ +syncany (0.4.9~alpha-4) experimental; urgency=medium + + * Team upload. + * Add build-dep on junit5 (Closes: #998238) + * Use debhelper-compat 13 + - Disable tests; system-rules dependency not available in Debian + * Set Rules-Requires-Root: no in debian/control + * Update Vcs URLs to point to Salsa + * Bump Standards-Version to 4.6.0 + - Remove get-orig-source target from debian/rules + * Freshen years in debian/copyright + * Add patch for bash-completion lintian warning + + -- tony mancill <[email protected]> Mon, 01 Nov 2021 12:55:02 -0700 + syncany (0.4.9~alpha-3) experimental; urgency=medium * Depend on libtomcat9-java and fix the broken symlinks. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: bash-completion, - debhelper (>= 11), + debhelper-compat (= 13), default-jdk, gradle-debian-helper, libbcpkix-java (>= 1.51), @@ -24,11 +24,13 @@ Build-Depends: libsimple-xml-java, libstax-java, libtomcat9-java, - libundertow-java -Standards-Version: 4.2.1 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/syncany.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/syncany.git + libundertow-java, + junit5 +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/java-team/syncany +Vcs-Git: https://salsa.debian.org/java-team/syncany.git Homepage: https://www.syncany.org +Rules-Requires-Root: no Package: syncany Architecture: all ===================================== debian/copyright ===================================== @@ -20,7 +20,8 @@ Copyright: Jared Breland <[email protected]> License: LGPL-3 Files: debian/* -Copyright: 2015-2018, Markus Koschany <[email protected]> +Copyright: 2015-2021, Markus Koschany <[email protected]> + 2021, tony mancill <[email protected]> License: GPL-3+ License: GPL-3+ ===================================== debian/patches/bash-completion.pathch ===================================== @@ -0,0 +1,8 @@ +--- a/gradle/bash/syncany.bash-completion ++++ b/gradle/bash/syncany.bash-completion +@@ -1,4 +1,4 @@ +-#!bash ++# bash + # + # Syncany Bash Completion + # ======================= ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ build.patch no-tests.patch startup-script.patch javax.xml.bind.patch +bash-completion.pathch ===================================== debian/rules ===================================== @@ -24,5 +24,6 @@ override_dh_clean: override_dh_installchangelogs: dh_installchangelogs build/install/syncany/CHANGELOG.md -get-orig-source: - uscan --verbose --repack --compression xz --download-current-version --force-download +override_dh_auto_test: + # tests disabled because system-rules dependency + # is not currently available in Debian View it on GitLab: https://salsa.debian.org/java-team/syncany/-/compare/6aae675c02073ee2fb00047b21a4b5d845e4d571...dd87ebc80d3820dcca0118a54eaeee8fd353ea1f -- View it on GitLab: https://salsa.debian.org/java-team/syncany/-/compare/6aae675c02073ee2fb00047b21a4b5d845e4d571...dd87ebc80d3820dcca0118a54eaeee8fd353ea1f 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

