[SCM] Packaging for python-scientific branch, experimental, updated. debian/2.9.2-1-1-g4483cc9

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Sun Apr 21 16:14:48 UTC 2013


The following commit has been merged in the experimental branch:
commit 4483cc95fa4ca084a304c55434e0bad5e7fc668e
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Apr 21 17:53:59 2013 +0200

    fix the FTBFS when building only the arch packages.

diff --git a/debian/changelog b/debian/changelog
index 3b1daa1..fadeb92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-scientific (2.9.2-2) experimental; urgency=low
+
+  * fix the FTBFS when building only the arch packages.
+    do not install the upstream changelog in that case.
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Sun, 21 Apr 2013 17:52:17 +0200
+
 python-scientific (2.9.2-1) experimental; urgency=low
 
   * Imported Upstream version 2.9.2
diff --git a/debian/rules b/debian/rules
index 9e95127..ab9d598 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,6 @@ override_dh_installexamples:
 	dh_installexamples
 	rm -f python-netcdf/usr/share/doc/python-netcdf/examples/mpi.py
 
-override_dh_installdocs:
-	dh_installdocs
-#	install the CHANGELOG with the right name
-	install Doc/CHANGELOG debian/python-scientific-doc/usr/share/doc/python-scientific-doc/changelog
+override_dh_installchangelogs:
+	dh_installchangelogs -a -i -Npython-scientific-doc
+	dh_installchangelogs -ppython-scientific-doc Doc/CHANGELOG

-- 
Packaging for python-scientific



More information about the debian-science-commits mailing list