r15058 - in packages/trunk/bubbros/debian: . patches

Juhani Numminen jsonic-guest at moszumanska.debian.org
Sun May 4 18:57:46 UTC 2014


Author: jsonic-guest
Date: 2014-05-04 18:57:46 +0000 (Sun, 04 May 2014)
New Revision: 15058

Added:
   packages/trunk/bubbros/debian/patches/replace_sf_logo.patch
Modified:
   packages/trunk/bubbros/debian/changelog
   packages/trunk/bubbros/debian/patches/series
Log:
Add debian/patches/replace_sf_logo.patch to prevent fetching SF.net logo.

Modified: packages/trunk/bubbros/debian/changelog
===================================================================
--- packages/trunk/bubbros/debian/changelog	2014-05-04 18:50:20 UTC (rev 15057)
+++ packages/trunk/bubbros/debian/changelog	2014-05-04 18:57:46 UTC (rev 15058)
@@ -11,6 +11,7 @@
   [ Juhani Numminen ]
   * Include CDBS’ quilt makefile, add quilt to depends and add
     debian/patches/series to actually apply patches.
+  * Add debian/patches/replace_sf_logo.patch to prevent fetching SF.net logo.
   * Add Keywords field to debian/bubbros.desktop, remove unhelpful GenericName.
 
  -- Juhani Numminen <juhaninumminen0 at gmail.com>  Sun, 04 May 2014 21:31:16 +0300

Added: packages/trunk/bubbros/debian/patches/replace_sf_logo.patch
===================================================================
--- packages/trunk/bubbros/debian/patches/replace_sf_logo.patch	                        (rev 0)
+++ packages/trunk/bubbros/debian/patches/replace_sf_logo.patch	2014-05-04 18:57:46 UTC (rev 15058)
@@ -0,0 +1,13 @@
+# Description: Replace SF.net logo with text to prevent privacy breach.
+# Author: Juhani Numminen <juhaninumminen0 at gmail.com>
+
+diff -Nur bubbros-1.6/http2/sf/started.html bubbros-1.6.new/http2/sf/started.html
+--- bubbros-1.6/http2/sf/started.html	2007-09-08 18:03:41.000000000 +0300
++++ bubbros-1.6.new/http2/sf/started.html	2014-05-03 13:22:22.008419936 +0300
+@@ -40,5 +40,5 @@
+ </table>
+ <br><hr><br>
+ <p><font size=-1>%s</font></p>
+-<p align="right"><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=72187&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a></p>
++<p align="right"><a href="http://sourceforge.net">SourceForge.net</a></p>
+ </body></html>

Modified: packages/trunk/bubbros/debian/patches/series
===================================================================
--- packages/trunk/bubbros/debian/patches/series	2014-05-04 18:50:20 UTC (rev 15057)
+++ packages/trunk/bubbros/debian/patches/series	2014-05-04 18:57:46 UTC (rev 15058)
@@ -3,3 +3,4 @@
 disable_runtime_image_building.patch
 config_in_homedir.patch
 fix_exceptions.patch
+replace_sf_logo.patch




More information about the Pkg-games-commits mailing list