[SCM] iannix/master: Prevent application from calling home for updates.
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Tue Jun 6 20:38:04 UTC 2017
The following commit has been merged in the master branch:
commit 2c30e19070e99622e3e9ff23338919244c0d6d27
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date: Tue Jun 6 20:13:58 2017 +0200
Prevent application from calling home for updates.
diff --git a/debian/patches/debian_privacy.patch b/debian/patches/debian_privacy.patch
new file mode 100644
index 0000000..a1d7e99
--- /dev/null
+++ b/debian/patches/debian_privacy.patch
@@ -0,0 +1,15 @@
+Description: prevent checking upstream website for updates
+Author: IOhannes m zmölnig
+Last-Update: 2017-06-06
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- iannix.orig/iannix.cpp
++++ iannix/iannix.cpp
+@@ -46,6 +46,7 @@
+ //Updates
+ forceUpdate = false;
+ forbidUpdate = !projectToLoad.isEmpty();
++ forbidUpdate = true;
+
+ //Default values
+ setCurrentDocument(0);
diff --git a/debian/patches/series b/debian/patches/series
index f518c03..dceaa2f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
fix_resources_path.patch
fix_spelling_errors.patch
qreal-not-double.patch
+debian_privacy.patch
--
iannix packaging
More information about the pkg-multimedia-commits
mailing list