This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository syncany.
commit dc07de965d5d83f42151f247f648e88c05802f75 Author: Markus Koschany <[email protected]> Date: Sun Sep 25 16:29:42 2016 +0200 Revert "Remove no-tests.patch." This reverts commit 7812b587294d7e62398ab394dcfd1987cc599a92. --- debian/patches/no-tests.patch | 23 +++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 24 insertions(+) diff --git a/debian/patches/no-tests.patch b/debian/patches/no-tests.patch new file mode 100644 index 0000000..46139ec --- /dev/null +++ b/debian/patches/no-tests.patch @@ -0,0 +1,23 @@ +From: Markus Koschany <[email protected]> +Date: Mon, 14 Sep 2015 23:46:01 +0200 +Subject: no tests + +Do not run the tests. Not all test dependencies are available in Debian. + +Forwarded: not-needed +--- + build.gradle | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/build.gradle b/build.gradle +index 0b79219..cfda7b7 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -46,7 +46,4 @@ dependencies { + compile project(":syncany-cli") + compile project(":syncany-util") + +- testCompile project(path: ":syncany-lib", configuration: "tests") +- testCompile project(path: ":syncany-cli", configuration: "tests") +- testCompile project(path: ":syncany-util", configuration: "tests") + } diff --git a/debian/patches/series b/debian/patches/series index 4178ebb..2d18eea 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ +no-tests.patch applicationVersion.patch build.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/syncany.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

