[Python-modules-commits] r3899 - in packages/scipy/trunk/debian (changelog rules)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Fri Dec 7 00:39:56 UTC 2007
Date: Friday, December 7, 2007 @ 00:39:56
Author: certik-guest
Revision: 3899
another lintian warning fixed
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/rules
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2007-12-07 00:23:01 UTC (rev 3898)
+++ packages/scipy/trunk/debian/changelog 2007-12-07 00:39:56 UTC (rev 3899)
@@ -2,6 +2,7 @@
* DM-Upload-Allowed changed to XS-DM-Upload-Allowed
* standards-version made uptodate (3.7.3)
+ * don't create an empty dir usr/share/doc/python-scipy/weave/
-- Ondrej Certik <ondrej at certik.cz> Tue, 04 Dec 2007 22:27:48 +0100
Modified: packages/scipy/trunk/debian/rules
===================================================================
--- packages/scipy/trunk/debian/rules 2007-12-07 00:23:01 UTC (rev 3898)
+++ packages/scipy/trunk/debian/rules 2007-12-07 00:39:56 UTC (rev 3899)
@@ -42,7 +42,6 @@
python$$v setup.py config_fc --noarch build; \
python$$v setup.py install --prefix $$d/usr --no-compile;\
python$$v setup.py clean --all; \
- mkdir -m 755 -p $$d/usr/share/doc/python-scipy/weave; \
done
#mv Lib/weave/examples/ $(BASE)/python-scipy/usr/share/doc/python-scipy/weave
More information about the Python-modules-commits
mailing list