This is an automated email from the git hooks/post-receive script. niol-guest pushed a commit to branch master in repository davmail.
commit a0d69be8ac76da0b9acec413f63dc7feac847518 Author: Antonio Ospite <[email protected]> Date: Fri Oct 21 13:11:27 2016 +0200 debian/patches: add 0006-Disable-the-check-for-a-new-release.patch Disable the "phone-home" functionality which checks for a new upstream release. --- .../0006-Disable-the-check-for-a-new-release.patch | 30 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 31 insertions(+) diff --git a/debian/patches/0006-Disable-the-check-for-a-new-release.patch b/debian/patches/0006-Disable-the-check-for-a-new-release.patch new file mode 100644 index 0000000..b50be67 --- /dev/null +++ b/debian/patches/0006-Disable-the-check-for-a-new-release.patch @@ -0,0 +1,30 @@ +From 709716a1fe844367446ca53dc55b5a01ee73d748 Mon Sep 17 00:00:00 2001 +From: Antonio Ospite <[email protected]> +Date: Fri, 21 Oct 2016 13:10:10 +0200 +Subject: [PATCH] Disable the check for a new release +X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM<pyWR#k60!#=#>/Vb;]yA5<GWI5`6u&+ + ;6b'@y|8w"wB;4/e!7wYYrcqdJFY,~%Gk_4]cq$Ei/7<j&N3ah(m`ku?pX.&+~:_/wC~dwn^)MizBG + !pE^+iDQQ1yC6^,)YDKkxDd!T>\I~93>J<_`<4)A{':UrE + +--- + src/java/davmail/DavGateway.java | 2 ++ + 1 file changed, 2 insertions(+) + +--- a/src/java/davmail/DavGateway.java ++++ b/src/java/davmail/DavGateway.java +@@ -154,6 +154,7 @@ public final class DavGateway { + } + + // check for new version in a separate thread ++ /* + new Thread("CheckRelease") { + @Override + public void run() { +@@ -164,6 +165,7 @@ public final class DavGateway { + + } + }.start(); ++ */ + + } + diff --git a/debian/patches/series b/debian/patches/series index 7724478..027fe34 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 0002-no-osx-tray.patch 0004-Set-classpath-add-target-davmail-lib.patch 0005-Remove-Encoding-line-from-desktop-file-to-make-linti.patch +0006-Disable-the-check-for-a-new-release.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/davmail.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

