[Python-modules-commits] r18937 - in packages/sphinx/trunk/debian (changelog)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Oct 15 16:07:34 UTC 2011


    Date: Saturday, October 15, 2011 @ 16:07:33
  Author: jwilk
Revision: 18937

Reorganize last changelog entry.

Modified:
  packages/sphinx/trunk/debian/changelog

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2011-10-15 16:05:06 UTC (rev 18936)
+++ packages/sphinx/trunk/debian/changelog	2011-10-15 16:07:33 UTC (rev 18937)
@@ -2,22 +2,21 @@
 
   * Update version numbers in the manual pages. Add a build-time warning to be
     emitted if they ever get out of date again.
-  * Make the build actually fail if integration tests for the JavaScript code
-    fail.
-  * Refactor the code responsible for moving data into a private directory.
-    Rename some variables to make them lowercase. Don't use CURDIR where it's
-    not necessary.
-  * Run nosetests with --verbose --no-skip.
-  * Run ln with -f, so that the build target can be re-run if it's
-    interrupted.
-  * Remove unneeded mkdir call.
+  * Improve debian/rules:
+    + Make the build actually fail if integration tests for the JavaScript
+      code fail.
+    + Refactor the code responsible for moving data into a private directory.
+      Rename some variables to make them lowercase. Don't use CURDIR where
+      it's not necessary.
+    + 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.
   * Fix a typo in the package description.
-  * Use a for loop in debian/rules to install all sphinx-* scripts.
-  * Use ‘set -x’ for all for loops in debian/rules.
   * Modify sphinx.package_dir directly in debian/rules, not via patch. This
     makes move_static_files_outside_site-packages.patch fully forwardable
     upstream, and makes running tests easier.
-  * Make it possible to rebuild the package without running clean target.
 
  -- Jakub Wilk <jwilk at debian.org>  Sat, 15 Oct 2011 18:04:21 +0200
 




More information about the Python-modules-commits mailing list