[Python-modules-commits] r19163 - in packages/sphinx/branches/1.1/debian (changelog)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Nov 2 20:13:18 UTC 2011
Date: Wednesday, November 2, 2011 @ 20:13:17
Author: jwilk
Revision: 19163
Improve changelog.
Modified:
packages/sphinx/branches/1.1/debian/changelog
Modified: packages/sphinx/branches/1.1/debian/changelog
===================================================================
--- packages/sphinx/branches/1.1/debian/changelog 2011-11-02 19:50:27 UTC (rev 19162)
+++ packages/sphinx/branches/1.1/debian/changelog 2011-11-02 20:13:17 UTC (rev 19163)
@@ -29,7 +29,6 @@
symlink. Conflict with older versions of python-docutils, so that dpkg
can replace one with the other. Add lintian override.
* New binary package: python3-sphinx.
- + Add build-dependency on python3 (needed for dh_python3).
+ Both python-sphinx and python3-sphinx provide sphinx-* scripts. The
scripts have:
#!/usr/bin/python3 shebang if only python3-sphinx is installed;
@@ -39,9 +38,11 @@
+ Conflict with older versions of python-sphinx that were shipping
/usr/bin/sphinx-* scripts. Add lintian override for
conflicts-with-version.
- + Add build-dependency on python3-setuptools.
- * Run dh_install with --fail-missing.
+ + Add build-dependency on python3 (needed for dh_python3) and
+ python3-setuptools.
+ + Add X-Python3-Version field.
* Improve debian/rules:
+ + Run dh_install with --fail-missing.
+ Make the build actually fail if integration tests for the JavaScript
code fail.
+ Refactor the code responsible for moving data into a private directory.
@@ -50,7 +51,6 @@
+ Make it possible to rebuild the package without running clean target.
+ Remove unneeded mkdir calls.
+ Use a for loop in debian/rules to install all sphinx-* scripts.
- + Use âset -xâ for all for loops.
+ Run nosetests with --verbose --no-skip.
* Add build-dependency on the following packages (needed for the test
suite): python-sqlalchemy, python-whoosh, python-xapian.
More information about the Python-modules-commits
mailing list