[Python-modules-commits] r22555 - in packages/circuits/trunk/debian (3 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Fri Aug 24 00:50:41 UTC 2012
Date: Friday, August 24, 2012 @ 00:50:40
Author: eriol-guest
Revision: 22555
Fix entry point path for circuits.web CLI tool
Added:
packages/circuits/trunk/debian/patches/05_fix-circuit-web-entry-point.patch
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/patches/series
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2012-08-23 23:47:09 UTC (rev 22554)
+++ packages/circuits/trunk/debian/changelog 2012-08-24 00:50:40 UTC (rev 22555)
@@ -1,10 +1,15 @@
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)
+ * debian/patches/01_use_issuetraker_instead_of_bitbucket.patch
+ - Superseded by 01_disable_sphinxcontrib-bitbucket.patch
+ because sphinxcontrib.issuetraker requires a network
+ connection which is not available on Debian buildds.
+ Thanks to James Page for the report. (Closes: #684886)
+ * debian/patches/01_disable_sphinxcontrib-bitbucket.patch
+ - Disable sphinxcontrib-bitbucket because it is not
+ packaged for Debian
+ * debian/patches/05_fix-circuit-web-entry-point.patch
+ - Fix entry point path for circuits.web CLI tool
-- Daniele Tricoli <eriol at mornie.org> Fri, 24 Aug 2012 00:28:47 +0200
Added: packages/circuits/trunk/debian/patches/05_fix-circuit-web-entry-point.patch
===================================================================
--- packages/circuits/trunk/debian/patches/05_fix-circuit-web-entry-point.patch (rev 0)
+++ packages/circuits/trunk/debian/patches/05_fix-circuit-web-entry-point.patch 2012-08-24 00:50:40 UTC (rev 22555)
@@ -0,0 +1,14 @@
+Description: Fix entry point path for circuits.web CLI tool.
+Author: Daniele Tricoli <eriol at mornie.org>
+Last-Update: 2012-08-24
+--- a/setup.py
++++ b/setup.py
+@@ -91,7 +91,7 @@
+ scripts=glob("scripts/*"),
+ entry_points="""
+ [console_scripts]
+- circuits.web = circuits.web.__main__:main
++ circuits.web = circuits.web.main:main
+ """,
+ zip_safe=False,
+ test_suite="tests.main.runtests",
Modified: packages/circuits/trunk/debian/patches/series
===================================================================
--- packages/circuits/trunk/debian/patches/series 2012-08-23 23:47:09 UTC (rev 22554)
+++ packages/circuits/trunk/debian/patches/series 2012-08-24 00:50:40 UTC (rev 22555)
@@ -2,3 +2,4 @@
02_remove_templatebuiltins_js.patch
03_force-localhost-as-host-name.patch
04_fix-python3-sintax-error.patch
+05_fix-circuit-web-entry-point.patch
More information about the Python-modules-commits
mailing list