[Python-modules-commits] r23157 - in packages/scipy/trunk/debian (changelog orig-tar.sh)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Wed Dec 12 18:47:28 UTC 2012
Date: Wednesday, December 12, 2012 @ 18:47:26
Author: jtaylor-guest
Revision: 23157
add the swig sources to the repacked orig tar
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/orig-tar.sh
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2012-12-12 17:42:19 UTC (rev 23156)
+++ packages/scipy/trunk/debian/changelog 2012-12-12 18:47:26 UTC (rev 23157)
@@ -1,6 +1,6 @@
python-scipy (0.10.1+dfsg2-1) unstable; urgency=low
- * add missing cython sources from git tag (Closes: #589731)
+ * add missing cython and swig sources from git tag (Closes: #589731)
* generate cython c files, requires python-mako and cython build depends
* update debian/orig-tar.sh appropriately
* interpnd-generator.patch: fix the interpnd.pyx generation
Modified: packages/scipy/trunk/debian/orig-tar.sh
===================================================================
--- packages/scipy/trunk/debian/orig-tar.sh 2012-12-12 17:42:19 UTC (rev 23156)
+++ packages/scipy/trunk/debian/orig-tar.sh 2012-12-12 18:47:26 UTC (rev 23157)
@@ -13,6 +13,14 @@
# add cython source files, should be unecessary for > 0.11 see ticket 1780
for f in \
+scipy/sparse/sparsetools/numpy.i \
+scipy/sparse/sparsetools/sparsetools.i \
+scipy/sparse/sparsetools/dia.i \
+scipy/sparse/sparsetools/csr.i \
+scipy/sparse/sparsetools/csgraph.i \
+scipy/sparse/sparsetools/csc.i \
+scipy/sparse/sparsetools/coo.i \
+scipy/sparse/sparsetools/bsr.i \
scipy/cluster/_vq_rewrite.pyx \
scipy/interpolate/interpnd.pyx \
scipy/io/matlab/mio5_utils.pyx \
More information about the Python-modules-commits
mailing list