[Python-modules-commits] r33520 - in packages/sphinx/trunk/debian (changelog rules)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Tue Jul 28 19:16:29 UTC 2015
Date: Tuesday, July 28, 2015 @ 19:16:28
Author: mitya57
Revision: 33520
Update bug URL in a comment in debian/rules for move to GitHub.
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/rules
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2015-07-28 19:15:14 UTC (rev 33519)
+++ packages/sphinx/trunk/debian/changelog 2015-07-28 19:16:28 UTC (rev 33520)
@@ -14,6 +14,7 @@
* Bump version number in sphinx-autogen manpage.
* Drop initialize_autodoc.diff, the bug seems to be fixed differently
upstream.
+ * Update bug URL in a comment in debian/rules for move to GitHub.
-- Dmitry Shachnev <mitya57 at debian.org> Sat, 18 Jul 2015 12:22:01 +0300
Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules 2015-07-28 19:15:14 UTC (rev 33519)
+++ packages/sphinx/trunk/debian/rules 2015-07-28 19:16:28 UTC (rev 33520)
@@ -54,7 +54,7 @@
python3 setup.py build --build-lib build/py3/
python setup.py compile_catalog
ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
- # FIXME: https://bitbucket.org/birkenfeld/sphinx/issue/703
+ # FIXME: https://github.com/sphinx-doc/sphinx/issues/703
export LC_ALL=C.UTF-8 && \
$(python_all) tests/run.py --verbose --no-skip
export LC_ALL=C.UTF-8 && \
More information about the Python-modules-commits
mailing list