[Python-modules-commits] r6139 - in packages/matplotlib/trunk/debian (changelog rules)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Sun Aug 10 15:38:55 UTC 2008
Date: Sunday, August 10, 2008 @ 15:38:53
Author: morph-guest
Revision: 6139
Closes: #494236, using '*' instead of dpkg-architecture -qDEB_BUILD_GNU_CPU
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/rules
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2008-08-10 15:35:44 UTC (rev 6138)
+++ packages/matplotlib/trunk/debian/changelog 2008-08-10 15:38:53 UTC (rev 6139)
@@ -4,8 +4,12 @@
- moved depends on libjs-jquery from binary to -doc package; thanks to
Nicolas Ãvrard for the report;
***** PRE-Closes: #490992 *****
+ * debian/rules
+ - used '*' for doc generation instead of rely on dpkg-architecture because
+ Python distutils differs in arch name; thanks to Lucas Nussbaum for the
+ report; Closes: #494236
- -- Sandro Tosi <matrixhasu at gmail.com> Sat, 09 Aug 2008 00:51:27 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com> Sun, 10 Aug 2008 16:22:03 +0200
matplotlib (0.98.3-2) unstable; urgency=low
Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules 2008-08-10 15:35:44 UTC (rev 6138)
+++ packages/matplotlib/trunk/debian/rules 2008-08-10 15:38:53 UTC (rev 6139)
@@ -23,7 +23,7 @@
# build the doc
-( cd doc ; MATPLOTLIBDATA=../lib/matplotlib/mpl-data/ \
- PYTHONPATH=../build/lib.$(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)-$(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)-$(DEFPY) ./make.py )
+ PYTHONPATH=../build/lib.$(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)-*-$(DEFPY) ./make.py )
touch build-indep-stamp
More information about the Python-modules-commits
mailing list