[Python-modules-commits] r26083 - in packages/sqlobject/trunk/debian (changelog clean rules)

drnlmza-guest at users.alioth.debian.org drnlmza-guest at users.alioth.debian.org
Sun Oct 6 16:19:14 UTC 2013


    Date: Sunday, October 6, 2013 @ 16:19:11
  Author: drnlmza-guest
Revision: 26083

Workaround shebang bug
Add clean file to remove html docs we build.

Added:
  packages/sqlobject/trunk/debian/clean
Modified:
  packages/sqlobject/trunk/debian/changelog
  packages/sqlobject/trunk/debian/rules

Modified: packages/sqlobject/trunk/debian/changelog
===================================================================
--- packages/sqlobject/trunk/debian/changelog	2013-10-06 15:56:14 UTC (rev 26082)
+++ packages/sqlobject/trunk/debian/changelog	2013-10-06 16:19:11 UTC (rev 26083)
@@ -8,6 +8,7 @@
     - Add change_doc_build_script patch to make html build use
       python-docutils' version of rst2html
     - Add python-docutils as build dependency.
+    - add html docs to debian/clean.
   * Reformat copyright to the machine-readable format.
     - update some stale information.
     - Add LGPL version to the manpages.
@@ -15,6 +16,7 @@
     - Add python-pytest as build dependency.
     - Add remove_pkg_resources to remove pkg_resources dependency when running
       tests.
+  * Add workaround for incorrectly rewritten shebang bug.
 
  -- Neil Muller <drnlmuller+debian at gmail.com>  Sun, 06 Oct 2013 17:36:32 +0200
 

Added: packages/sqlobject/trunk/debian/clean
===================================================================
--- packages/sqlobject/trunk/debian/clean	                        (rev 0)
+++ packages/sqlobject/trunk/debian/clean	2013-10-06 16:19:11 UTC (rev 26083)
@@ -0,0 +1 @@
+docs/*html

Modified: packages/sqlobject/trunk/debian/rules
===================================================================
--- packages/sqlobject/trunk/debian/rules	2013-10-06 15:56:14 UTC (rev 26082)
+++ packages/sqlobject/trunk/debian/rules	2013-10-06 16:19:11 UTC (rev 26083)
@@ -10,3 +10,6 @@
 override_dh_installdocs:
 	docs/rebuild
 	dh_installdocs
+
+override_dh_python2:
+	dh_python2 --shebang=/usr/bin/python




More information about the Python-modules-commits mailing list