[Python-modules-commits] r7238 - in packages/numpy/trunk/debian (rules)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Wed Dec 31 01:23:56 UTC 2008
Date: Wednesday, December 31, 2008 @ 01:23:55
Author: certik-guest
Revision: 7238
Fix the naming of the orig tarball
Modified:
packages/numpy/trunk/debian/rules
Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules 2008-12-31 01:16:32 UTC (rev 7237)
+++ packages/numpy/trunk/debian/rules 2008-12-31 01:23:55 UTC (rev 7238)
@@ -101,5 +101,5 @@
svn co -r5743 http://svn.scipy.org/svn/numpy/trunk/doc; \
find . -name .svn | xargs rm -r; \
cd ..; \
- tar czf numpy-1.2.1.ds.orig.tar.gz numpy-1.2.1; \
- rm -rf numpy-1.2.1
+ tar czf python-numpy_1.2.1.ds.orig.tar.gz numpy-1.2.1; \
+ rm -rf numpy-1.2.1 numpy-1.2.1.tar.gz
More information about the Python-modules-commits
mailing list