[SCM] Packaging for python-scientific branch, master, updated. debian/2.9.2-3-1-g2b75b58

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Sun May 12 09:52:44 UTC 2013


The following commit has been merged in the master branch:
commit 2b75b58e5f0aeb864439eddba44be2e2a73e99d5
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun May 12 11:48:01 2013 +0200

    buils twice is now ok

diff --git a/debian/changelog b/debian/changelog
index bc72bc7..b8d287c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-scientific (2.9.2-4) unstable; urgency=low
+
+  * debian/rules clean a few file to build twice without problem.
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Sun, 12 May 2013 11:37:16 +0200
+
 python-scientific (2.9.2-3) unstable; urgency=low
 
   * Uploaded to unstable
diff --git a/debian/rules b/debian/rules
index ab9d598..f0b70d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,10 @@ PYTHON = /usr/bin/python #$(pv)
 %:
 	dh $@ --with python2
 
+override_dh_clean:
+	dh_clean
+	rm -f Src/MPI/mpipython.mpich2 Src/MPI/mpipython.openmpi
+
 override_dh_auto_build:
 	dh_auto_build
 #       build the MPI part

-- 
Packaging for python-scientific



More information about the debian-science-commits mailing list