[clanlib] 06/06: Remove references to the remote logo.

Stephen Kitt skitt at moszumanska.debian.org
Fri Jun 10 22:04:22 UTC 2016


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

skitt pushed a commit to branch master
in repository clanlib.

commit 5baa8558606f4d47c090a4a91b462f23bfaee32d
Author: Stephen Kitt <steve at sk2.org>
Date:   Sat Jun 11 00:04:13 2016 +0200

    Remove references to the remote logo.
---
 debian/changelog                 |  1 +
 debian/patches/430_privacy.patch | 80 ++++++++++++++++++++++++++++++++++++++++
 debian/patches/series            |  1 +
 3 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b4e4fe9..d6a6c37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ clanlib (1.0~svn3827-5) UNRELEASED; urgency=medium
     #790357)
   * Switch to short dh rules, "3.0 (quilt)" source format and debhelper
     compatibility level 9. (Closes: #821971)
+  * Remove references to the remote logo. (Closes: #796077)
   * Clean up debian/control with cme.
   * Standards-Version 3.9.8, no further change required.
 
diff --git a/debian/patches/430_privacy.patch b/debian/patches/430_privacy.patch
new file mode 100644
index 0000000..c826e5e
--- /dev/null
+++ b/debian/patches/430_privacy.patch
@@ -0,0 +1,80 @@
+Description: Remove remote image from documentation
+Author: Stephen Kitt <skitt at debian.org>
+
+The image is no longer even available at the given URL.
+
+--- a/Documentation/Reference/class.plg
++++ b/Documentation/Reference/class.plg
+@@ -91,9 +91,6 @@
+ 
+ <body bgcolor=white text=black link=blue vlink=#800080>
+ 
+-<center>
+-<img src="http://clanlib.org/gfx/clanlib.png">
+-</center>
+ <!-- clanlib header end -->
+ 
+ <center>
+--- a/Documentation/Tutorial/Kavanek/default.xsl
++++ b/Documentation/Tutorial/Kavanek/default.xsl
+@@ -41,7 +41,7 @@
+             <table cellspacing="0" cellpadding="0" border="0" width="100%">
+               <tr>
+                 <td align="center">
+-                  <h1><a href="http://www.clanlib.org"><img style="border-style: none; padding-right: 130px;" src="http://clanlib.org/gfx/clanlib.png" alt="ClanLib" /></a></h1>
++                  <h1><a href="http://www.clanlib.org">ClanLib</a></h1>
+                 </td>
+               </tr>
+             </table>
+--- a/Utilities/ReferenceDocs/main.cpp
++++ b/Utilities/ReferenceDocs/main.cpp
+@@ -225,9 +225,6 @@
+ 	class_file << "--></STYLE>" << std::endl;
+ 	class_file << "</HEAD>" << std::endl;
+ 	class_file << "<body bgcolor=white text=black link=blue vlink=#800080>" << std::endl;
+-	class_file << "<center>" << std::endl;
+-	class_file << "<img src=\"http://clanlib.org/gfx/clanlib.png\">" << std::endl;
+-	class_file << "</center>" << std::endl;
+ 	class_file << "<!-- clanlib header end -->" << std::endl;
+ 	class_file << "<center>" << std::endl;
+ 	class_file << "<p>" << std::endl;
+@@ -473,9 +470,6 @@
+ 	function_file << "--></STYLE>" << std::endl;
+ 	function_file << "</HEAD>" << std::endl;
+ 	function_file << "<body bgcolor=white text=black link=blue vlink=#800080>" << std::endl;
+-	function_file << "<center>" << std::endl;
+-	function_file << "<img src=\"http://clanlib.org/gfx/clanlib.png\">" << std::endl;
+-	function_file << "</center>" << std::endl;
+ 	function_file << "<!-- clanlib header end -->" << std::endl;
+ 	function_file << "<center>" << std::endl;
+ 	function_file << "<p>" << std::endl;
+@@ -695,9 +689,6 @@
+ 	function_file << "--></STYLE>" << std::endl;
+ 	function_file << "</HEAD>" << std::endl;
+ 	function_file << "<body bgcolor=white text=black link=blue vlink=#800080>" << std::endl;
+-	function_file << "<center>" << std::endl;
+-	function_file << "<img src=\"http://clanlib.org/gfx/clanlib.png\">" << std::endl;
+-	function_file << "</center>" << std::endl;
+ 	function_file << "<!-- clanlib header end -->" << std::endl;
+ 	function_file << "<center>" << std::endl;
+ 	function_file << "<p>" << std::endl;
+@@ -879,9 +870,6 @@
+ 	function_file << "--></STYLE>" << std::endl;
+ 	function_file << "</HEAD>" << std::endl;
+ 	function_file << "<body bgcolor=white text=black link=blue vlink=#800080>" << std::endl;
+-	function_file << "<center>" << std::endl;
+-	function_file << "<img src=\"http://clanlib.org/gfx/clanlib.png\">" << std::endl;
+-	function_file << "</center>" << std::endl;
+ 	function_file << "<!-- clanlib header end -->" << std::endl;
+ 	function_file << "<center>" << std::endl;
+ 	function_file << "<p>" << std::endl;
+@@ -995,9 +983,6 @@
+ 	function_file << "--></STYLE>" << std::endl;
+ 	function_file << "</HEAD>" << std::endl;
+ 	function_file << "<body bgcolor=white text=black link=blue vlink=#800080>" << std::endl;
+-	function_file << "<center>" << std::endl;
+-	function_file << "<img src=\"http://clanlib.org/gfx/clanlib.png\">" << std::endl;
+-	function_file << "</center>" << std::endl;
+ 	function_file << "<!-- clanlib header end -->" << std::endl;
+ 	function_file << "<center>" << std::endl;
+ 	function_file << "<p>" << std::endl;
diff --git a/debian/patches/series b/debian/patches/series
index ae24f2d..16abf7e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 400_test_subdirs_signals.diff
 410_libpng16.patch
 420_reproducible.patch
+430_privacy.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/clanlib.git



More information about the Pkg-games-commits mailing list