diff --git a/debian/patches/21-fix-privacy-breach-in-doco.patch b/debian/patches/21-fix-privacy-breach-in-doco.patch new file mode 100644 index 0000000..5a33f54 --- /dev/null +++ b/debian/patches/21-fix-privacy-breach-in-doco.patch @@ -0,0 +1,106 @@ +From: Carlos Maddela +Date: Fri, 23 Dec 2016 05:51:56 +1100 +Subject: Don't allow doco to automatically fetch resources from the internet. + +Description: Don't allow doco to automatically fetch resources from + the internet. + . + Remove link to the newsfeed, to fix Lintian privacy-breach-generic + warning. The news feed no longer works anyway. +Author: Carlos Maddela +Origin: vendor +Forwarded: not-needed +Last-Update: 2016-12-23 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- + documentation/cs/index.html | 3 +-- + documentation/de/index.html | 3 +-- + documentation/en/index.html | 3 +-- + documentation/ru/index.html | 3 +-- + 4 files changed, 4 insertions(+), 8 deletions(-) + +diff --git a/documentation/cs/index.html b/documentation/cs/index.html +index 7fa1778..920d849 100644 +--- a/documentation/cs/index.html ++++ b/documentation/cs/index.html +@@ -4,7 +4,6 @@ + + Přehled + +- + + + +@@ -88,7 +87,7 @@ + +
+ Novinky +- Subscribe to dvdisaster news feed ++ Subscribe to dvdisaster news feed + + + +diff --git a/documentation/de/index.html b/documentation/de/index.html +index 994dbcb..85f4076 100644 +--- a/documentation/de/index.html ++++ b/documentation/de/index.html +@@ -4,7 +4,6 @@ + + Überblick + +- + + + +@@ -118,7 +117,7 @@ Solche Funktionen sind mit den Zielen und dem inneren Aufbau von dvdisaster nich +
+
+ Neuigkeiten +- Subscribe to dvdisaster news feed ++ Subscribe to dvdisaster news feed + + + +diff --git a/documentation/en/index.html b/documentation/en/index.html +index 32fe230..ff2a30f 100644 +--- a/documentation/en/index.html ++++ b/documentation/en/index.html +@@ -4,7 +4,6 @@ + + Overview + +- + + + +@@ -117,7 +116,7 @@ Such functions are outside the scope of dvdisaster's internal design and goals.< +
+
+ News +- Subscribe to dvdisaster news feed ++ Subscribe to dvdisaster news feed + + + +diff --git a/documentation/ru/index.html b/documentation/ru/index.html +index 1126100..d74caa1 100644 +--- a/documentation/ru/index.html ++++ b/documentation/ru/index.html +@@ -4,7 +4,6 @@ + + Обзор + +- + + + +@@ -115,7 +114,7 @@ dvdisaster хранит данные на CD/DVD (по +
+
+ Новости +- Subscribe to dvdisaster news feed ++ Subscribe to dvdisaster news feed + + + diff --git a/debian/patches/series b/debian/patches/series index 147818c..89feb8e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -17,3 +17,4 @@ 18-update-copyright-in-about-dialog.patch 19-show-text-files-with-abs-path.patch 20-display-changelog-credits-and-todo.patch +21-fix-privacy-breach-in-doco.patch