diff -u python-numpy-1.2.1/debian/rules python-numpy-1.2.1/debian/rules
--- python-numpy-1.2.1/debian/rules
+++ python-numpy-1.2.1/debian/rules
@@ -44,7 +44,6 @@
 	done
 
 	: # Add unversioned numpy script
-	mv $(DEB_DESTDIR)/usr/bin/f2py $(DEB_DESTDIR)/usr/bin/f2py$(cdbs_python_current_version)
 	ln -s f2py$(cdbs_python_current_version) debian/python-numpy/usr/bin/f2py
 
 	: # Make Python scripts executable
diff -u python-numpy-1.2.1/debian/changelog python-numpy-1.2.1/debian/changelog
--- python-numpy-1.2.1/debian/changelog
+++ python-numpy-1.2.1/debian/changelog
@@ -1,3 +1,11 @@
+python-numpy (1:1.2.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS caused by “/usr/bin/f2py” no longer being available, leading
+    to an impossible rename (Closes: #521525).
+
+ -- Cyril Brulebois <kibi@debian.org>  Fri, 03 Jul 2009 11:13:31 +0200
+
 python-numpy (1:1.2.1-1) unstable; urgency=low
 
   [ David Cournapeau ]
