[Python-modules-commits] r22552 - in packages/circuits/trunk/debian (4 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Thu Aug 23 22:35:44 UTC 2012


    Date: Thursday, August 23, 2012 @ 22:35:43
  Author: eriol-guest
Revision: 22552

Removed 01_use_issuetraker_instead_of_bitbucket.patch and added
01_disable_sphinxcontrib-bitbucket.patch since 
sphinxcontrib.issuetraker requires a network connection which
is not available on Debian buildds.

Added:
  packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib-bitbucket.patch
Modified:
  packages/circuits/trunk/debian/changelog
  packages/circuits/trunk/debian/patches/series
Deleted:
  packages/circuits/trunk/debian/patches/01_use_issuetraker_instead_of_bitbucket.patch

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2012-08-21 21:24:20 UTC (rev 22551)
+++ packages/circuits/trunk/debian/changelog	2012-08-23 22:35:43 UTC (rev 22552)
@@ -1,3 +1,13 @@
+circuits (1.6-2) UNRELEASED; urgency=low
+
+  * Removed 01_use_issuetraker_instead_of_bitbucket.patch and added
+    01_disable_sphinxcontrib-bitbucket.patch since 
+    sphinxcontrib.issuetraker requires a network connection which
+    is not available on Debian buildds. Thanks to James Page for
+    the report. (Closes: #684886)
+
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 24 Aug 2012 00:28:47 +0200
+
 circuits (1.6-1) unstable; urgency=low
 
   * New upstream release

Added: packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib-bitbucket.patch
===================================================================
--- packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib-bitbucket.patch	                        (rev 0)
+++ packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib-bitbucket.patch	2012-08-23 22:35:43 UTC (rev 22552)
@@ -0,0 +1,33 @@
+Description: Disable sphinxcontrib-bitbucket because it is not packaged for
+ Debian.
+Author: Daniele Tricoli <eriol at mornie.org>
+Last-Update: 2012-08-24
+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,7 +84,7 @@
+
+ # -- link to bitbucket issues
+
+-extensions.append('sphinxcontrib.bitbucket')
++#extensions.append('sphinxcontrib.bitbucket')
+
+
+ # The language for content autogenerated by Sphinx. Refer to documentation

Deleted: packages/circuits/trunk/debian/patches/01_use_issuetraker_instead_of_bitbucket.patch
===================================================================
--- packages/circuits/trunk/debian/patches/01_use_issuetraker_instead_of_bitbucket.patch	2012-08-21 21:24:20 UTC (rev 22551)
+++ packages/circuits/trunk/debian/patches/01_use_issuetraker_instead_of_bitbucket.patch	2012-08-23 22:35:43 UTC (rev 22552)
@@ -1,36 +0,0 @@
-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 #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 #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.

Modified: packages/circuits/trunk/debian/patches/series
===================================================================
--- packages/circuits/trunk/debian/patches/series	2012-08-21 21:24:20 UTC (rev 22551)
+++ packages/circuits/trunk/debian/patches/series	2012-08-23 22:35:43 UTC (rev 22552)
@@ -1,4 +1,4 @@
-01_use_issuetraker_instead_of_bitbucket.patch
+01_disable_sphinxcontrib-bitbucket.patch
 02_remove_templatebuiltins_js.patch
 03_force-localhost-as-host-name.patch
 04_fix-python3-sintax-error.patch




More information about the Python-modules-commits mailing list