summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-16 06:36:10 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-16 06:36:10 +0000
commit8b8a25345959135e0aa3c332cd64c580cadfddd7 (patch)
tree7228594b25eb430972728940e9ecc5c3cd317eeb /packages/python
parent1960b0f524feccbe60f16da5ddf4d367e1ada2a1 (diff)
python-numarray: fix packaging debug files
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-numarray_1.1.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/python/python-numarray_1.1.1.bb b/packages/python/python-numarray_1.1.1.bb
index 4bc084c68a..e4ff40849f 100644
--- a/packages/python/python-numarray_1.1.1.bb
+++ b/packages/python/python-numarray_1.1.1.bb
@@ -3,8 +3,12 @@ SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "PYRAF"
SRCNAME = "numarray"
+PR = "ml0"
SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
+
+# *sigh*
+FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/numarray/examples/*/.debug"