[Python-modules-commits] r24242 - in packages/scipy/trunk/debian (changelog orig-tar.sh watch)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Thu May 9 10:42:42 UTC 2013
Date: Thursday, May 9, 2013 @ 10:42:40
Author: jtaylor-guest
Revision: 24242
New upstream release, no repackaging required anymore
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/watch
Deleted:
packages/scipy/trunk/debian/orig-tar.sh
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2013-05-09 10:08:32 UTC (rev 24241)
+++ packages/scipy/trunk/debian/changelog 2013-05-09 10:42:40 UTC (rev 24242)
@@ -1,6 +1,7 @@
-python-scipy (0.11.0+dfsg1-2) UNRELEASED; urgency=low
+python-scipy (0.12.0-1) UNRELEASED; urgency=low
[ Julian Taylor ]
+ * New upstream release, no repackaging required anymore
* also fail on test failures not only test errors
* skip failing test_mio on big endian python3 >= 3.2
* print skipped tests and unused skips in autopkgtest scripts
@@ -10,7 +11,7 @@
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 18:40:58 +0200
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Sun, 03 Mar 2013 18:53:39 +0100
python-scipy (0.11.0+dfsg1-1) experimental; urgency=low
Deleted: packages/scipy/trunk/debian/orig-tar.sh
===================================================================
--- packages/scipy/trunk/debian/orig-tar.sh 2013-05-09 10:08:32 UTC (rev 24241)
+++ packages/scipy/trunk/debian/orig-tar.sh 2013-05-09 10:42:40 UTC (rev 24242)
@@ -1,58 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-DVER=$(dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ' | sed 's/\-[^-]*$//')
-TAR=python-scipy_$DVER.orig.tar.gz
-DIR=scipy-$2.orig
-SRC=https://github.com/scipy/scipy/raw/v$2
-
-# extract upstream tar ball
-tar xzf $3
-mv scipy-$2 $DIR
-rm $3
-
-# 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.in \
-scipy/io/matlab/mio5_utils.pyx \
-scipy/io/matlab/mio_utils.pyx \
-scipy/io/matlab/pyalloc.pxd \
-scipy/io/matlab/streams.pxd \
-scipy/io/matlab/streams.pyx \
-scipy/signal/spectral.pyx \
-scipy/sparse/csgraph/_min_spanning_tree.pyx \
-scipy/sparse/csgraph/parameters.pxi \
-scipy/sparse/csgraph/_shortest_path.pyx \
-scipy/sparse/csgraph/_tools.pyx \
-scipy/sparse/csgraph/_traversal.pyx \
-scipy/spatial/ckdtree.pyx \
-scipy/spatial/qhull.pxd \
-scipy/spatial/qhull.pyx \
-scipy/special/lambertw.pyx \
-scipy/special/orthogonal_eval.pyx \
-scipy/stats/_rank.pyx \
-scipy/stats/vonmises_cython.pyx; do
-echo $f
-(cd $DIR/$(dirname $f);\
-wget $SRC/$f)
-done
-
-# create tar ball
-GZIP=--best tar czf $TAR $DIR
-rm -rf $DIR
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir
- echo "moved $TAR to $origDir"
-fi
Modified: packages/scipy/trunk/debian/watch
===================================================================
--- packages/scipy/trunk/debian/watch 2013-05-09 10:08:32 UTC (rev 24241)
+++ packages/scipy/trunk/debian/watch 2013-05-09 10:42:40 UTC (rev 24242)
@@ -1,3 +1,3 @@
version=3
opts="dversionmangle=s/[+~]dfsg.*//" \
-http://sf.net/scipy/scipy-([0-9.]+)\.tar\.gz debian debian/orig-tar.sh
+http://sf.net/scipy/scipy-([0-9.]+)\.tar\.gz
More information about the Python-modules-commits
mailing list