[Python-modules-commits] r19430 - in packages/circuits/trunk/debian (4 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Fri Nov 25 01:28:08 UTC 2011
Date: Friday, November 25, 2011 @ 01:28:06
Author: eriol-guest
Revision: 19430
* debian/patches/01_use_issuetraker_instead_of_bitbucket.patch
- Use python-sphinxcontrib.issuetracker instead of sphinxcontrib-bitbucket
because the latter is not packaged for Debian and it does't add more
features
Added:
packages/circuits/trunk/debian/patches/
packages/circuits/trunk/debian/patches/01_use_issuetraker_instead_of_bitbucket.patch
packages/circuits/trunk/debian/patches/series
Modified:
packages/circuits/trunk/debian/changelog
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2011-11-24 23:15:53 UTC (rev 19429)
+++ packages/circuits/trunk/debian/changelog 2011-11-25 01:28:06 UTC (rev 19430)
@@ -9,6 +9,10 @@
- Updated Homepage field
- Switched to dh_python2
- Bumped Standards-Version to 3.9.2 (no changes needed)
+ * debian/patches/01_use_issuetraker_instead_of_bitbucket.patch
+ - Use python-sphinxcontrib.issuetracker instead of sphinxcontrib-bitbucket
+ because the latter is not packaged for Debian and it does't add more
+ features
* debian/README.source
- Removed because it contains only generic information about quilt
* debian/rules
@@ -18,7 +22,7 @@
* debian/watch
- Updated to new upstream download location (PyPI)
- -- Daniele Tricoli <eriol at mornie.org> Fri, 18 Nov 2011 03:41:07 +0100
+ -- Daniele Tricoli <eriol at mornie.org> Fri, 25 Nov 2011 02:23:12 +0100
circuits (1.2.1-1) unstable; urgency=low
Added: packages/circuits/trunk/debian/patches/01_use_issuetraker_instead_of_bitbucket.patch
===================================================================
--- packages/circuits/trunk/debian/patches/01_use_issuetraker_instead_of_bitbucket.patch (rev 0)
+++ packages/circuits/trunk/debian/patches/01_use_issuetraker_instead_of_bitbucket.patch 2011-11-25 01:28:06 UTC (rev 19430)
@@ -0,0 +1,34 @@
+Description: Use python-sphinxcontrib.issuetracker instead of sphinxcontrib-bitbucket because the latter is not packaged for Debian and it does't add more features.
+Author: Daniele Tricoli <eriol at mornie.org>
+Forwarded: not-needed
+--- a/CHANGES
++++ b/CHANGES
+@@ -23,12 +23,12 @@
+ - NEW ``app.env`` and ``app.config`` modules including a new ``app.startup``
+ modules integrating a common startup for applications.
+ - NEW ``KQueue`` poller
+-- Fixed :bbissue:`17`
++- Fixed :issue:`17`
+ - Renamed ``circuits.web.main`` module to ``circuits.web.__main__`` so that
+ ``python -m circuits.web`` just works.
+ - Fixed ``Server.host`` and ``Server.port`` properties in
+ ``circuits.net.sockets``.
+-- Fixed :bbissue:`10`
++- Fixed :issue:`10`
+ - Fixed ``app.Daemon`` Component to correctly open the stderr file.
+ - Fixed triggering of ``Success`` events.
+ - Fixed duplicate broadcast handler in ``UDPServer``
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -84,8 +84,9 @@
+
+ # -- link to bitbucket issues
+
+-extensions.append('sphinxcontrib.bitbucket')
+-
++extensions.append('sphinxcontrib.issuetracker')
++issuetracker = 'bitbucket'
++issuetracker_project = 'prologic/circuits'
+
+ # The language for content autogenerated by Sphinx. Refer to documentation
+ # for a list of supported languages.
Added: packages/circuits/trunk/debian/patches/series
===================================================================
--- packages/circuits/trunk/debian/patches/series (rev 0)
+++ packages/circuits/trunk/debian/patches/series 2011-11-25 01:28:06 UTC (rev 19430)
@@ -0,0 +1 @@
+01_use_issuetraker_instead_of_bitbucket.patch
More information about the Python-modules-commits
mailing list