[python-cpl] 01/01: Fix multiarch default path

Ole Streicher olebole at moszumanska.debian.org
Wed May 27 20:08:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch debian
in repository python-cpl.

commit dbd962a779965262eeb37738f9ce362269b7488b
Author: Ole Streicher <olebole at debian.org>
Date:   Wed May 27 22:07:26 2015 +0200

    Fix multiarch default path
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e0470d7..d34f07b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cpl (0.7-3) unstable; urgency=low
+
+  * Fix multiarch default path
+
+ -- Ole Streicher <olebole at debian.org>  Wed, 27 May 2015 22:00:01 +0200
+
 python-cpl (0.7-2) unstable; urgency=low
 
   * Explicitly depend on astropy | pyfits
diff --git a/debian/rules b/debian/rules
index e577c5b..8efc732 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,10 @@ override_dh_auto_test:
 	done
 endif
 
+override_dh_install:
+	dh_install
+	find debian -name recipe.py -exec sed s+DEB_HOST_MULTIARCH+$(DEB_HOST_MULTIARCH)+g -i {} \;
+
 override_dh_shlibdeps:
 	dh_shlibdeps
 	dh_numpy

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-cpl.git



More information about the debian-science-commits mailing list