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

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Wed Jun 9 10:11:35 UTC 2010


    Date: Wednesday, June 9, 2010 @ 10:11:30
  Author: odyx-guest
Revision: 13360

Make docs in binary-indep.

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

Modified: packages/shiboken/trunk/debian/changelog
===================================================================
--- packages/shiboken/trunk/debian/changelog	2010-06-09 09:54:42 UTC (rev 13359)
+++ packages/shiboken/trunk/debian/changelog	2010-06-09 10:11:30 UTC (rev 13360)
@@ -9,9 +9,9 @@
     - debian_buildoptions.patch: Remove, somehow included upstream.
     × Refresh others.
 
-  * Use make specifics to build the docs.
+  * Make docs in binary-indep.
 
- -- Didier Raboud <didier at raboud.com>  Sun, 06 Jun 2010 19:01:28 +0200
+ -- Didier Raboud <didier at raboud.com>  Wed, 09 Jun 2010 11:07:49 +0200
 
 shiboken (0.3.1-3) unstable; urgency=low
 

Modified: packages/shiboken/trunk/debian/control
===================================================================
--- packages/shiboken/trunk/debian/control	2010-06-09 09:54:42 UTC (rev 13359)
+++ packages/shiboken/trunk/debian/control	2010-06-09 10:11:30 UTC (rev 13360)
@@ -6,8 +6,8 @@
 Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7.3.12), cmake (>= 2.6.0),
 	libqt4-dev (>= 4.5.0), libapiextractor-dev (>= 0.6.0), generatorrunner (>= 0.5.0), libgenrunner-dev (>= 0.5.0),
 	libsparsehash-dev (>= 1.6),
-	python-all-dev, python-all-dbg,
-	python-sphinx
+	python-all-dev, python-all-dbg
+Build-Depends-Indep: python-sphinx
 XS-Python-Version: >= 2.5
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/shiboken/trunk/

Modified: packages/shiboken/trunk/debian/rules
===================================================================
--- packages/shiboken/trunk/debian/rules	2010-06-09 09:54:42 UTC (rev 13359)
+++ packages/shiboken/trunk/debian/rules	2010-06-09 10:11:30 UTC (rev 13360)
@@ -34,8 +34,6 @@
 #### BUILD ####
 
 override_dh_auto_build: $(PYVERSIONS:%=override_dh_auto_build-%)
-	# Build docs
-	make -C doc html
 
 override_dh_auto_build_dbg-%:
 	dh_auto_build --builddirectory=build-$*-dbg
@@ -101,3 +99,11 @@
 override_dh_makeshlibs:
 	# Package shiboken ships a usr/lib/generatorrunner/*.so plugin. No shared libs in there.
 	dh_makeshlibs -Nshiboken
+
+#### Docs ####
+binary: binary-arch binary-indep;
+
+binary-indep:
+	# Build docs
+	make -C doc html
+	dh binary-indep




More information about the Python-modules-commits mailing list