[Python-modules-commits] r28253 - in packages/qscintilla2/trunk/debian (3 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Wed Mar 19 22:08:24 UTC 2014
Date: Wednesday, March 19, 2014 @ 22:08:22
Author: kitterman
Revision: 28253
Add debian/patches/remove-logo-privacy-issue.diff to remove use of
http://www.scintilla.org/SciBreak.jpg when the SCintilla docs are
accessed in order to resolve privacy-breach-logo lintian error
Added:
packages/qscintilla2/trunk/debian/patches/remove-logo-privacy-issue.diff
Modified:
packages/qscintilla2/trunk/debian/changelog
packages/qscintilla2/trunk/debian/patches/series
Modified: packages/qscintilla2/trunk/debian/changelog
===================================================================
--- packages/qscintilla2/trunk/debian/changelog 2014-03-19 20:42:23 UTC (rev 28252)
+++ packages/qscintilla2/trunk/debian/changelog 2014-03-19 22:08:22 UTC (rev 28253)
@@ -1,3 +1,11 @@
+qscintilla2 (2.8.1-2) UNRELEASED; urgency=medium
+
+ * Add debian/patches/remove-logo-privacy-issue.diff to remove use of
+ http://www.scintilla.org/SciBreak.jpg when the SCintilla docs are
+ accessed in order to resolve privacy-breach-logo lintian error
+
+ -- Scott Kitterman <scott at kitterman.com> Wed, 19 Mar 2014 18:05:30 -0400
+
qscintilla2 (2.8.1-1) unstable; urgency=medium
* New upstream release
Added: packages/qscintilla2/trunk/debian/patches/remove-logo-privacy-issue.diff
===================================================================
--- packages/qscintilla2/trunk/debian/patches/remove-logo-privacy-issue.diff (rev 0)
+++ packages/qscintilla2/trunk/debian/patches/remove-logo-privacy-issue.diff 2014-03-19 22:08:22 UTC (rev 28253)
@@ -0,0 +1,22 @@
+Remove use of http://www.scintilla.org/SciBreak.jpg when the SCintilla docs
+are accessed to resolve privacy-breach-logo lintian error. Not forwarded, not
+needed.
+
+Index: qscintilla2-2.8.1/doc/Scintilla/index.html
+===================================================================
+--- qscintilla2-2.8.1.orig/doc/Scintilla/index.html 2013-11-04 09:56:48.000000000 -0500
++++ qscintilla2-2.8.1/doc/Scintilla/index.html 2014-03-19 18:03:38.102166838 -0400
+@@ -63,13 +63,6 @@
+ </td>
+ </tr>
+ </table>
+- <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
+- <tr>
+- <td width="100%" style="background: url(http://www.scintilla.org/SciBreak.jpg) no-repeat;height:150px;">
+-
+- </td>
+- </tr>
+- </table>
+ <ul id="versionlist">
+ <li>Version 3.3.6 adds support for the Rust language and fixes bugs.</li>
+ <li>Version 3.3.5 can represent characters with strings. This may be used for modes
Modified: packages/qscintilla2/trunk/debian/patches/series
===================================================================
--- packages/qscintilla2/trunk/debian/patches/series 2014-03-19 20:42:23 UTC (rev 28252)
+++ packages/qscintilla2/trunk/debian/patches/series 2014-03-19 22:08:22 UTC (rev 28253)
@@ -1,3 +1,4 @@
configure.py-objdir-support.diff
fix-lib-install-dir.diff
py_conf_inc_dir.diff
+remove-logo-privacy-issue.diff
More information about the Python-modules-commits
mailing list