[Python-modules-commits] r28627 - in packages/pyxb/trunk/debian (9 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Wed Apr 23 08:40:57 UTC 2014
Date: Wednesday, April 23, 2014 @ 08:40:56
Author: fladi-guest
Revision: 28627
Polish packaging for another RFS round.
Added:
packages/pyxb/trunk/debian/patches/
packages/pyxb/trunk/debian/patches/remove_remote_logo.patch
packages/pyxb/trunk/debian/patches/series
packages/pyxb/trunk/debian/source/include-binaries
packages/pyxb/trunk/debian/upstream-signing-key.pgp
Modified:
packages/pyxb/trunk/debian/changelog
packages/pyxb/trunk/debian/copyright
packages/pyxb/trunk/debian/rules
packages/pyxb/trunk/debian/watch
Modified: packages/pyxb/trunk/debian/changelog
===================================================================
--- packages/pyxb/trunk/debian/changelog 2014-04-23 04:41:08 UTC (rev 28626)
+++ packages/pyxb/trunk/debian/changelog 2014-04-23 08:40:56 UTC (rev 28627)
@@ -1,5 +1,5 @@
-pyxb (1.2.3-1) unstable; urgency=low
+pyxb (1.2.3+dfsg-1) unstable; urgency=low
* Initial release (Closes: #651170).
- -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 09 Sep 2013 11:13:44 +0200
+ -- Michael Fladischer <FladischerMichael at fladi.at> Tue, 22 Apr 2014 14:56:08 +0200
Modified: packages/pyxb/trunk/debian/copyright
===================================================================
--- packages/pyxb/trunk/debian/copyright 2014-04-23 04:41:08 UTC (rev 28626)
+++ packages/pyxb/trunk/debian/copyright 2014-04-23 08:40:56 UTC (rev 28627)
@@ -2,6 +2,8 @@
Upstream-Name: pyxb
Upstream-Contact: Peter A. Bigot <pabigot at users.sourceforge.net>
Source: http://pyxb.sourceforge.net
+Files-Excluded: doc/extapi.pyc
+ doc/html/searchindex.js
Files: *
Copyright: 2009-2013, Peter A. Bigot <pabigot at users.sourceforge.net>
Added: packages/pyxb/trunk/debian/patches/remove_remote_logo.patch
===================================================================
--- packages/pyxb/trunk/debian/patches/remove_remote_logo.patch (rev 0)
+++ packages/pyxb/trunk/debian/patches/remove_remote_logo.patch 2014-04-23 08:40:56 UTC (rev 28627)
@@ -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 %}
Added: packages/pyxb/trunk/debian/patches/series
===================================================================
--- packages/pyxb/trunk/debian/patches/series (rev 0)
+++ packages/pyxb/trunk/debian/patches/series 2014-04-23 08:40:56 UTC (rev 28627)
@@ -0,0 +1 @@
+remove_remote_logo.patch
Modified: packages/pyxb/trunk/debian/rules
===================================================================
--- packages/pyxb/trunk/debian/rules 2014-04-23 04:41:08 UTC (rev 28626)
+++ packages/pyxb/trunk/debian/rules 2014-04-23 08:40:56 UTC (rev 28627)
@@ -6,16 +6,14 @@
%:
dh $@ --with python2,sphinxdoc
-.PHONY: override_dh_auto_build
override_dh_auto_build:
- PYTHONPATH=.:doc sphinx-build -b html -d _build/.doctrees -N doc _build/html
set -e ; \
for doc in pyxbdump pyxbgen pyxbwsdl; do \
docbook-to-man debian/manpage.$$doc.sgml > $$doc.1; \
done
dh_auto_build
+ PYTHONPATH=.:doc sphinx-build -b html -d _build/.doctrees -N doc _build/html
-.PHONY: override_dh_auto_test
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e; \
@@ -24,13 +22,13 @@
done
endif
-.PHONY: override_dh_install
override_dh_install:
dh_install
find debian/tmp
-.PHONY: override_dh_clean
override_dh_clean:
rm -rf _build
dh_clean
+override_dh_installchangelogs:
+ dh_installchangelogs -- doc/releases.txt
Added: packages/pyxb/trunk/debian/source/include-binaries
===================================================================
--- packages/pyxb/trunk/debian/source/include-binaries (rev 0)
+++ packages/pyxb/trunk/debian/source/include-binaries 2014-04-23 08:40:56 UTC (rev 28627)
@@ -0,0 +1 @@
+debian/upstream-signing-key.pgp
Added: packages/pyxb/trunk/debian/upstream-signing-key.pgp
===================================================================
(Binary files differ)
Property changes on: packages/pyxb/trunk/debian/upstream-signing-key.pgp
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: packages/pyxb/trunk/debian/watch
===================================================================
--- packages/pyxb/trunk/debian/watch 2014-04-23 04:41:08 UTC (rev 28626)
+++ packages/pyxb/trunk/debian/watch 2014-04-23 08:40:56 UTC (rev 28627)
@@ -1,2 +1,3 @@
version=3
+opts=pgpsigurlmangle=s/$/.asc/,dversionmangle=s/\+dfsg// \
http://sf.net/pyxb/PyXB-(\d\S*)\.(?:tar\.(?:gz|bz2|xz))
More information about the Python-modules-commits
mailing list