[Python-modules-commits] r29110 - in packages/scipy/trunk/debian (4 files)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Tue May 27 23:49:53 UTC 2014
Date: Tuesday, May 27, 2014 @ 23:49:52
Author: jtaylor-guest
Revision: 29110
drop not swig build dependency and reswig.patch, not needed anymore
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/control
packages/scipy/trunk/debian/patches/series
Deleted:
packages/scipy/trunk/debian/patches/reswig.patch
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2014-05-27 23:49:48 UTC (rev 29109)
+++ packages/scipy/trunk/debian/changelog 2014-05-27 23:49:52 UTC (rev 29110)
@@ -5,6 +5,7 @@
[ Julian Taylor ]
* New upstream release
+ * drop not swig build dependency and reswig.patch, not needed anymore
-- Julian Taylor <jtaylor.debian at googlemail.com> Fri, 23 May 2014 10:37:06 +0200
Modified: packages/scipy/trunk/debian/control
===================================================================
--- packages/scipy/trunk/debian/control 2014-05-27 23:49:48 UTC (rev 29109)
+++ packages/scipy/trunk/debian/control 2014-05-27 23:49:52 UTC (rev 29110)
@@ -26,8 +26,7 @@
python3-nose,
python3-numpy (>= 1:1.7.2),
python3-numpy-dbg,
- python3-six,
- swig
+ python3-six
Build-Depends-Indep:
python-docutils,
python-matplotlib,
Deleted: packages/scipy/trunk/debian/patches/reswig.patch
===================================================================
--- packages/scipy/trunk/debian/patches/reswig.patch 2014-05-27 23:49:48 UTC (rev 29109)
+++ packages/scipy/trunk/debian/patches/reswig.patch 2014-05-27 23:49:52 UTC (rev 29110)
@@ -1,22 +0,0 @@
-Author: Julian Taylor <jtaylor.debian at googlemail.com>
-Description: reswig files
-Applied-Upstream: no
-Forwarded: not accepted to avoid user swig build dependency
-
---- a/scipy/sparse/sparsetools/setup.py
-+++ b/scipy/sparse/sparsetools/setup.py
-@@ -9,11 +9,11 @@ def configuration(parent_package='',top_
- config = Configuration('sparsetools',parent_package,top_path)
-
- for fmt in ['csr','csc','coo','bsr','dia','csgraph']:
-- sources = [fmt + '_wrap.cxx']
-- depends = [fmt + '.h']
-+ sources = [fmt + '.i' ]
-+ depends = [fmt + '.h']
- config.add_extension('_' + fmt, sources=sources,
- define_macros=[('__STDC_FORMAT_MACROS', 1)],
-- depends=depends)
-+ depends=depends, include_dirs=["."])
-
- return config
-
Modified: packages/scipy/trunk/debian/patches/series
===================================================================
--- packages/scipy/trunk/debian/patches/series 2014-05-27 23:49:48 UTC (rev 29109)
+++ packages/scipy/trunk/debian/patches/series 2014-05-27 23:49:52 UTC (rev 29110)
@@ -1,5 +1,4 @@
restore_sys_argv.patch
blitz++.patch
-reswig.patch
qhull-lfs.patch
cap-ld-precision.patch
More information about the Python-modules-commits
mailing list