[python-gnuplot] 01/02: Added patch to avoid privacy breach

Josué Ortega noahfx-guest at moszumanska.debian.org
Sun Nov 30 21:14:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

noahfx-guest pushed a commit to branch master
in repository python-gnuplot.

commit d0aee43647f9bea5217b65daae3b66b298ffd76f
Author: Josue Ortega <skate77gt at gmail.com>
Date:   Sun Nov 30 15:12:38 2014 -0600

    Added patch to avoid privacy breach
---
 debian/changelog                        |  2 ++
 debian/patches/fix-privacy-breach.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 25ce760..549cf4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-gnuplot (1.8-6) experimental; urgency=medium
   * debian/copyright: Fixed file-without-copyright-information lintian
     warning.
   * Update Standards-Version to 3.9.6. No changes required.
+  * debian/patches/fix-privacy-breach.patch added in order to avoid
+    possible privacy breach
 
  -- Josue Ortega <josueortega at debian.org.gt>  Sun, 30 Nov 2014 14:47:03 -0600
 
diff --git a/debian/patches/fix-privacy-breach.patch b/debian/patches/fix-privacy-breach.patch
new file mode 100644
index 0000000..2780336
--- /dev/null
+++ b/debian/patches/fix-privacy-breach.patch
@@ -0,0 +1,29 @@
+Description: Fix privacy breach on documentation.
+Author: Josue Ortega <josueortega at debian.org.gt>
+Last-Update: 2014-11-30
+
+--- a/Gnuplot.html
++++ b/Gnuplot.html
+@@ -7,9 +7,7 @@
+ 
+ <body bgcolor="#ffffff">
+ 
+-<center><h1>Gnuplot.py on <a href="http://sourceforge.net"><img
+-src="http://sourceforge.net/sflogo.php?group_id=17434&type=1"
+-width="88" height="31" border="0" alt="SourceForge Logo"></a></h1></center>
++<center><h1>Gnuplot.py on <a href="http://sourceforge.net">SourceForge</h1></center>
+ 
+ <table>
+ <tr>
+@@ -194,10 +192,7 @@
+ <<i>mhagger at alum.mit.edu</i>></a>)<br>
+ 
+ <p>
+-    <a href="http://validator.w3.org/check/referer">
+-    <img border="0" src="http://www.w3.org/Icons/valid-html401"
+-    	        alt="Valid HTML 4.01!" height="31" width="88">
+-</a>
++    <a href="http://validator.w3.org/check/referer"></a>
+ This page should be viewable on any standards-compliant browser.
+ </p>
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 57e4437..961524b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-privacy-breach.patch
 fix-string-exceptions.patch
 fix-python-name.patch
 fix-malfuction-mouse-keys.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-gnuplot.git



More information about the debian-science-commits mailing list