Markus Koschany pushed to branch master at Debian Java Maintainers / syncany
Commits: 2c8c64dc by Markus Koschany at 2018-10-10T23:42:32Z Switch to compat level 11. - - - - - b3c5022d by Markus Koschany at 2018-10-10T23:42:49Z Use https for Format field. - - - - - d476574a by Markus Koschany at 2018-10-10T23:43:10Z Declare compliance with Debian Policy 4.2.1. - - - - - 22242114 by Markus Koschany at 2018-10-10T23:59:11Z test - - - - - 5acc6b0d by Markus Koschany at 2018-10-11T00:04:17Z Create a manpages file - - - - - cbd31357 by Markus Koschany at 2018-10-12T10:23:51Z Update dh_clean override. - - - - - 06c0aab0 by Markus Koschany at 2018-10-12T10:26:01Z Update changelog - - - - - 6 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - + debian/manpages - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +syncany (0.4.9~alpha-2) experimental; urgency=medium + + * Switch to compat level 11. + * Use https for Format field. + * Declare compliance with Debian Policy 4.2.1. + * Create a manpages file and avoid using a automatic method in + debian/rules which apparently fixes the current build failure. + Thanks to Andreas Beckmann for the report. (Closes: #910457) + + -- Markus Koschany <[email protected]> Fri, 12 Oct 2018 12:24:03 +0200 + syncany (0.4.9~alpha-1) experimental; urgency=medium * New upstream version 0.4.9~alpha. ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: bash-completion, - debhelper (>= 10), + debhelper (>= 11), default-jdk, gradle-debian-helper, libbcpkix-java (>= 1.51), @@ -23,7 +23,7 @@ Build-Depends: libsimple-xml-java, libstax-java, libundertow-java -Standards-Version: 3.9.8 +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 Homepage: https://www.syncany.org ===================================== 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: Syncany Source: https://github.com/syncany/syncany Files-Excluded: ===================================== debian/manpages ===================================== @@ -0,0 +1 @@ +debian/man/*.1 ===================================== debian/rules ===================================== @@ -6,9 +6,8 @@ override_dh_auto_build: dh_auto_build -- installDist -x test sh gradle/debian/makemanpages.sh - mkdir debian/man + mkdir $(CURDIR)/debian/man cp $(CURDIR)/build/debian/syncany/debian/man/*.1 debian/man - ls $(CURDIR)/build/debian/syncany/debian/man/*.1 > debian/manpages override_dh_install: $(RM) build/install/syncany/bin/*.bat @@ -17,7 +16,6 @@ override_dh_install: override_dh_clean: dh_clean $(RM) -r debian/man - $(RM) debian/manpages find . -name '*.jar' -delete find . -name '*.class' -delete $(RM) -r $(CURDIR)/.gradlehome View it on GitLab: https://salsa.debian.org/java-team/syncany/compare/7614bf3d099f24caaeedb783094277dc682027df...06c0aab0a749b610c2dbb92f4cc385940c5e3e13 -- View it on GitLab: https://salsa.debian.org/java-team/syncany/compare/7614bf3d099f24caaeedb783094277dc682027df...06c0aab0a749b610c2dbb92f4cc385940c5e3e13 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

