File: fix-privacy-breaches.patch

package info (click to toggle)
pythoncard 0.8.2-5
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 9,364 kB
  • ctags: 6,988
  • sloc: python: 56,804; makefile: 60; sh: 22
file content (41 lines) | stat: -rw-r--r-- 1,567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Description: Fix privacy breaches identified by lintian
Author: Olly Betts <olly@survex.com>
Forwarded: no
Last-Update: 2014-08-07

--- pythoncard-0.8.2.orig/docs/html/donations.html
+++ pythoncard-0.8.2/docs/html/donations.html
@@ -75,9 +75,8 @@
       <input type="hidden" name="no_note" value="1" />
       <input type="hidden" name="currency_code" value="USD" />
       <input type="hidden" name="tax" value="0" />
-      <input type="image" src="https://www.paypal.com/images/x-click-but21.gif"
-             name="submit"
-             alt="Donate to the Python Software Foundation using PayPal" />
+      <input type="submit" vale="Make a Donation"
+             title="Donate to the Python Software Foundation using PayPal" />
     </form>
     <?php include "footer.php" ?>
     <p>$Revision: 1.2 $ : $Author: kasplat $ : Last updated $Date: 2004/07/26 15:35:31 $</p>
--- pythoncard-0.8.2.orig/docs/html/samples/templates/contents_template.html
+++ pythoncard-0.8.2/docs/html/samples/templates/contents_template.html
@@ -19,7 +19,5 @@
 </table>
 
 [contents]
-<hr><img src="http://sourceforge.net/sflogo.php?group_id=19015&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo">
-
 </body>
 </html>
--- pythoncard-0.8.2.orig/docs/html/samples/templates/sample_template.html
+++ pythoncard-0.8.2/docs/html/samples/templates/sample_template.html
@@ -44,9 +44,5 @@
 </TD>
 </TR>
 </TABLE>
-
-<hr>
-<img src="http://sourceforge.net/sflogo.php?group_id=19015&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo">
-
 </body>
 </html>