[jabref] 01/01: disable "phone-home" automatic upgrade check
Tony Mancill
tmancill at moszumanska.debian.org
Mon Nov 21 04:38:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch dev
in repository jabref.
commit 3f2cef6e8879fea5bad2764f0a35604b83cba798
Author: tony mancill <tmancill at debian.org>
Date: Sun Nov 20 20:38:07 2016 -0800
disable "phone-home" automatic upgrade check
---
debian/patches/disable_automatic_upgrade_check.patch | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/disable_automatic_upgrade_check.patch b/debian/patches/disable_automatic_upgrade_check.patch
new file mode 100644
index 0000000..5299d8c
--- /dev/null
+++ b/debian/patches/disable_automatic_upgrade_check.patch
@@ -0,0 +1,14 @@
+diff --git a/src/main/java/net/sf/jabref/JabRefGUI.java b/src/main/java/net/sf/jabref/JabRefGUI.java
+index efec40a..fb43ff1 100644
+--- a/src/main/java/net/sf/jabref/JabRefGUI.java
++++ b/src/main/java/net/sf/jabref/JabRefGUI.java
+@@ -63,7 +63,8 @@ public class JabRefGUI {
+ }
+
+ openWindow();
+- JabRefGUI.checkForNewVersion(false);
++ // Debian: disable automatic upgrade check
++ //JabRefGUI.checkForNewVersion(false);
+ }
+
+ public static void checkForNewVersion(boolean manualExecution) {
diff --git a/debian/patches/series b/debian/patches/series
index 462ca7b..79d9dfe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
#fix-headless-bibtex-output.diff
#upstream_1240.patch
gradle_build.patch
+disable_automatic_upgrade_check.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git
More information about the pkg-java-commits
mailing list