[Python-modules-commits] r31254 - in packages/pyxb/trunk/debian/patches (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Oct 24 18:06:37 UTC 2014


    Date: Friday, October 24, 2014 @ 18:06:36
  Author: fladi-guest
Revision: 31254

Rename patch to include numeric index (01-remove_remote_logo.patch).

Added:
  packages/pyxb/trunk/debian/patches/01-remove_remote_logo.patch
Modified:
  packages/pyxb/trunk/debian/patches/series
Deleted:
  packages/pyxb/trunk/debian/patches/remove_remote_logo.patch

Added: packages/pyxb/trunk/debian/patches/01-remove_remote_logo.patch
===================================================================
--- packages/pyxb/trunk/debian/patches/01-remove_remote_logo.patch	                        (rev 0)
+++ packages/pyxb/trunk/debian/patches/01-remove_remote_logo.patch	2014-10-24 18:06:36 UTC (rev 31254)
@@ -0,0 +1,27 @@
+Description: Disable the usage of a remote logo
+ Upstream uses a remote logo in their documentation, possibly causing privacy
+ issues. Thus disabling it in the sphinx configuration.
+Author: Michael Fladischer <FladischerMichael at fladi.at>
+Last-Update: 2014-04-22
+Forwarded: not-needed
+
+--- a/doc/documentation.cfg
++++ b/doc/documentation.cfg
+@@ -87,7 +87,7 @@
+ # unspecified, the project link will be generated based on the
+ # project's name and URL.
+ # 20090820 pab: Satisfy SourceForge's branding requirements
+-link: PyXB hosted on <a href="http://sourceforge.net/projects/pyxb"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=263147&type=9" width="80" height="15" alt="Get PyXB: Python XML Schema Bindings at SourceForge.net. Fast, secure and Free Open Source software downloads"/></a>
++#link: PyXB hosted on <a href="http://sourceforge.net/projects/pyxb"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=263147&type=9" width="80" height="15" alt="Get PyXB: Python XML Schema Bindings at SourceForge.net. Fast, secure and Free Open Source software downloads"/></a>
+ 
+ # The "top" page for the documentation.  Can be a URL, the name
+ # of a module or class, or one of the special names "trees.html",
+--- a/doc/_templates/layout.html
++++ b/doc/_templates/layout.html
+@@ -1,6 +1,4 @@
+ {% extends "!layout.html" %}
+ {% block relbaritems %}
+-    <li style="margin-left: 20px">PyXB hosted on <a href="http://sourceforge.net/projects/pyxb"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=263147&type=9"
+-    width="80" height="15" alt="Get PyXB: Python XML Schema Bindings at SourceForge.net. Fast, secure and Free Open Source software downloads"/></a></li>
+     {{ super() }}
+ {% endblock %}

Deleted: packages/pyxb/trunk/debian/patches/remove_remote_logo.patch
===================================================================
--- packages/pyxb/trunk/debian/patches/remove_remote_logo.patch	2014-10-24 17:44:50 UTC (rev 31253)
+++ packages/pyxb/trunk/debian/patches/remove_remote_logo.patch	2014-10-24 18:06:36 UTC (rev 31254)
@@ -1,27 +0,0 @@
-Description: Disable the usage of a remote logo
- Upstream uses a remote logo in their documentation, possibly causing privacy
- issues. Thus disabling it in the sphinx configuration.
-Author: Michael Fladischer <FladischerMichael at fladi.at>
-Last-Update: 2014-04-22
-Forwarded: not-needed
-
---- a/doc/documentation.cfg
-+++ b/doc/documentation.cfg
-@@ -87,7 +87,7 @@
- # unspecified, the project link will be generated based on the
- # project's name and URL.
- # 20090820 pab: Satisfy SourceForge's branding requirements
--link: PyXB hosted on <a href="http://sourceforge.net/projects/pyxb"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=263147&type=9" width="80" height="15" alt="Get PyXB: Python XML Schema Bindings at SourceForge.net. Fast, secure and Free Open Source software downloads"/></a>
-+#link: PyXB hosted on <a href="http://sourceforge.net/projects/pyxb"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=263147&type=9" width="80" height="15" alt="Get PyXB: Python XML Schema Bindings at SourceForge.net. Fast, secure and Free Open Source software downloads"/></a>
- 
- # The "top" page for the documentation.  Can be a URL, the name
- # of a module or class, or one of the special names "trees.html",
---- a/doc/_templates/layout.html
-+++ b/doc/_templates/layout.html
-@@ -1,6 +1,4 @@
- {% extends "!layout.html" %}
- {% block relbaritems %}
--    <li style="margin-left: 20px">PyXB hosted on <a href="http://sourceforge.net/projects/pyxb"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=263147&type=9"
--    width="80" height="15" alt="Get PyXB: Python XML Schema Bindings at SourceForge.net. Fast, secure and Free Open Source software downloads"/></a></li>
-     {{ super() }}
- {% endblock %}

Modified: packages/pyxb/trunk/debian/patches/series
===================================================================
--- packages/pyxb/trunk/debian/patches/series	2014-10-24 17:44:50 UTC (rev 31253)
+++ packages/pyxb/trunk/debian/patches/series	2014-10-24 18:06:36 UTC (rev 31254)
@@ -1 +1 @@
-remove_remote_logo.patch
+01-remove_remote_logo.patch




More information about the Python-modules-commits mailing list