[Python-modules-commits] r18580 - in packages/numpy/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Sep 17 09:51:37 UTC 2011
Date: Saturday, September 17, 2011 @ 09:51:35
Author: morph
Revision: 18580
* debian/rules
- call dh_sphinxdoc only for binary-indep packages, fixing a FTBFS on all
the buildbots
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/rules
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2011-09-17 09:30:22 UTC (rev 18579)
+++ packages/numpy/trunk/debian/changelog 2011-09-17 09:51:35 UTC (rev 18580)
@@ -4,8 +4,11 @@
- updated
* debian/source/include-binaries
- python.org_objects.inv is now binary so it needs whitelisting
+ * debian/rules
+ - call dh_sphinxdoc only for binary-indep packages, fixing a FTBFS on all
+ the buildbots
- -- Sandro Tosi <morph at debian.org> Sat, 17 Sep 2011 11:12:59 +0200
+ -- Sandro Tosi <morph at debian.org> Sat, 17 Sep 2011 11:49:32 +0200
python-numpy (1:1.6.1-1) experimental; urgency=low
Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules 2011-09-17 09:30:22 UTC (rev 18579)
+++ packages/numpy/trunk/debian/rules 2011-09-17 09:51:35 UTC (rev 18580)
@@ -99,6 +99,9 @@
echo $$installedfile >> ./debian/python-numpy/usr/share/python-support/python-numpy.public ;\
done
+override_dh_sphinxdoc:
+ dh_sphinxdoc -i
+
build: build-arch build-indep ;
build-arch:
More information about the Python-modules-commits
mailing list