[Python-modules-commits] r4311 - in packages/numpy/trunk/debian (3 files)
kumanna-guest at users.alioth.debian.org
kumanna-guest at users.alioth.debian.org
Sun Jan 6 01:59:13 UTC 2008
Date: Sunday, January 6, 2008 @ 01:59:12
Author: kumanna-guest
Revision: 4311
+ Add a README.numpy-dbg to explain the emptiness of
/usr/share/python-support/python-numpy-dbg.
Added:
packages/numpy/trunk/debian/README.numpy-dbg
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/rules
Added: packages/numpy/trunk/debian/README.numpy-dbg
===================================================================
--- packages/numpy/trunk/debian/README.numpy-dbg (rev 0)
+++ packages/numpy/trunk/debian/README.numpy-dbg 2008-01-06 01:59:12 UTC (rev 4311)
@@ -0,0 +1,9 @@
+python-numpy-dbg for Debian
+===========================
+
+This directory would hold the Python scripts which are part of the
+python-numpy-dbg package. Currently, as the package consists solely of
+debug libraries for the native modules, this directory has no Python
+scripts.
+
+ -- Kumar Appaiah <akumar at ee.iitm.ac.in>, Sun, 6 Jan 2008 07:10:39 +0530
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2008-01-06 01:45:25 UTC (rev 4310)
+++ packages/numpy/trunk/debian/changelog 2008-01-06 01:59:12 UTC (rev 4311)
@@ -1,7 +1,6 @@
-python-numpy (1:1.0.4-5) UNRELEASED; urgency=low
+python-numpy (1:1.0.4-5) unstable; urgency=low
[ Kumar Appaiah ]
- * NOT RELEASED YET
* debian/control:
+ Change fftw3-dev build dependency to
libfftw3-dev. (Closes: #458235)
@@ -15,9 +14,11 @@
+ Don't remove /usr/share/python-support/python-numpy-dbg, even
though it is empty, to prevent python-numpy-dbg
from becoming uninstallable.
-
- -- Kumar Appaiah <akumar at ee.iitm.ac.in> Mon, 24 Dec 2007 13:20:30 +0530
+ + Add a README.numpy-dbg to explain the emptiness of
+ /usr/share/python-support/python-numpy-dbg.
+ -- Kumar Appaiah <akumar at ee.iitm.ac.in> Sun, 06 Jan 2008 07:36:20 +0530
+
python-numpy (1:1.0.4-4) unstable; urgency=medium
* debian/patches:
Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules 2008-01-06 01:45:25 UTC (rev 4310)
+++ packages/numpy/trunk/debian/rules 2008-01-06 01:59:12 UTC (rev 4311)
@@ -75,6 +75,7 @@
find debian/python-numpy-dbg \
! -type d ! -name '*_d.so' | xargs rm -f
find debian/python-numpy-dbg -depth -empty -exec rmdir {} \;
+ install -m 644 -D debian/README.numpy-dbg ./debian/python-numpy-dbg/usr/share/python-support/python-numpy-dbg/README.txt
binary-predeb/python-numpy-dbg::
rm -rf debian/python-numpy-dbg/usr/share/doc/python-numpy-dbg
More information about the Python-modules-commits
mailing list