[Python-modules-commits] r13276 - in packages/shiboken/trunk/debian (changelog rules)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Sun Jun 6 16:18:19 UTC 2010


    Date: Sunday, June 6, 2010 @ 16:18:01
  Author: odyx-guest
Revision: 13276

Use make specifics to build the docs.

Modified:
  packages/shiboken/trunk/debian/changelog
  packages/shiboken/trunk/debian/rules

Modified: packages/shiboken/trunk/debian/changelog
===================================================================
--- packages/shiboken/trunk/debian/changelog	2010-06-06 16:15:33 UTC (rev 13275)
+++ packages/shiboken/trunk/debian/changelog	2010-06-06 16:18:01 UTC (rev 13276)
@@ -7,6 +7,8 @@
     - debian_buildoptions.patch: Remove, somehow included upstream.
     × Refresh others.
 
+  * Use make specifics to build the docs.
+
  -- Didier Raboud <didier at raboud.com>  Sun, 06 Jun 2010 18:14:59 +0200
 
 shiboken (0.3.1-3) unstable; urgency=low

Modified: packages/shiboken/trunk/debian/rules
===================================================================
--- packages/shiboken/trunk/debian/rules	2010-06-06 16:15:33 UTC (rev 13275)
+++ packages/shiboken/trunk/debian/rules	2010-06-06 16:18:01 UTC (rev 13276)
@@ -35,7 +35,7 @@
 
 override_dh_auto_build: $(PYVERSIONS:%=override_dh_auto_build-%)
 	# Build docs
-	cd doc; make html
+	make -C doc html
 
 override_dh_auto_build_dbg-%:
 	dh_auto_build --builddirectory=build-$*-dbg




More information about the Python-modules-commits mailing list