[Python-modules-commits] r13317 - in packages/numpy/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Jun 8 11:46:45 UTC 2010


    Date: Tuesday, June 8, 2010 @ 11:46:36
  Author: morph
Revision: 13317

* debian/rules
  - remove 'get-orig-source' target, no more needed

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/rules

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2010-06-08 11:44:37 UTC (rev 13316)
+++ packages/numpy/trunk/debian/changelog	2010-06-08 11:46:36 UTC (rev 13317)
@@ -14,6 +14,8 @@
       Closes: #573614
     - added all the missing notices for copyrights & licenses differing from
       main ones
+  * debian/rules
+    - remove 'get-orig-source' target, no more needed
 
   [ Piotr Ożarowski ]
   * debian/control: add XB-Python-Version to python-numpy-dbg package
@@ -33,7 +35,7 @@
   * Use setup.py install --install-layout; specifying --prefix installs
     into the wrong location.
 
- -- Sandro Tosi <morph at debian.org>  Tue, 08 Jun 2010 13:15:28 +0200
+ -- Sandro Tosi <morph at debian.org>  Tue, 08 Jun 2010 13:46:04 +0200
 
 python-numpy (1:1.3.0-3) unstable; urgency=low
 

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2010-06-08 11:44:37 UTC (rev 13316)
+++ packages/numpy/trunk/debian/rules	2010-06-08 11:46:36 UTC (rev 13317)
@@ -114,12 +114,3 @@
 
 	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 export -r6221 http://svn.scipy.org/svn/numpy/trunk/doc; \
-	cd ..; \
-	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