[Python-modules-commits] r7237 - in packages/numpy/trunk/debian (changelog rules)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Wed Dec 31 01:16:33 UTC 2008
Date: Wednesday, December 31, 2008 @ 01:16:32
Author: certik-guest
Revision: 7237
include the doc dir
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/rules
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2008-12-30 22:49:04 UTC (rev 7236)
+++ packages/numpy/trunk/debian/changelog 2008-12-31 01:16:32 UTC (rev 7237)
@@ -1,3 +1,11 @@
+python-numpy (1:1.2.1.ds-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/rules: get-orig-source added, as we have to repackage upstream
+ sources and add there a missing doc/ directory from the upstream svn
+
+ -- Ondrej Certik <ondrej at certik.cz> Tue, 30 Dec 2008 17:11:13 -0800
+
python-numpy (1:1.1.1-2) unstable; urgency=low
[ Ondrej Certik ]
Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules 2008-12-30 22:49:04 UTC (rev 7236)
+++ packages/numpy/trunk/debian/rules 2008-12-31 01:16:32 UTC (rev 7237)
@@ -93,3 +93,13 @@
binary-predeb/python-numpy-dbg::
rm -rf debian/python-numpy-dbg/usr/share/doc/python-numpy-dbg
ln -s python-numpy debian/python-numpy-dbg/usr/share/doc/python-numpy-dbg
+
+get-orig-source:
+ wget http://qa.debian.org/watch/sf.php/numpy/numpy-1.2.1.tar.gz; \
+ tar xzf numpy-1.2.1.tar.gz; \
+ cd numpy-1.2.1; \
+ 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
More information about the Python-modules-commits
mailing list