[Reproducible-builds] [dh-python] 102/183: Fix existing sed calls and add another one for dh_py* commands

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Sep 19 15:30:25 UTC 2014


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

lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.

commit 3b3390f065af7991cf5bcd2f48b8a318761fb1ec
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Aug 31 19:54:07 2013 +0400

    Fix existing sed calls and add another one for dh_py* commands
---
 debian/tests/dh-python | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/tests/dh-python b/debian/tests/dh-python
index 225253d..e926bb3 100644
--- a/debian/tests/dh-python
+++ b/debian/tests/dh-python
@@ -3,9 +3,10 @@
 set -eu
 cp -r tests "$ADTTMP"
 cd "$ADTTMP/tests"
-sed -i "s/..\/..\/debian/\/usr\/share\/python3/g" common.mk
-sed -i "s/..\/..\/dhpython/\/usr\/share\/dh-python\/dhpython/g" common.mk
-sed -i "s/PYTHONPATH=..\/..\//PYTHONPATH=\/usr\/share\/python3/g" t*/debian/rules
-sed -i "s/..\/..\/debian\///g" t*/debian/rules
-sed -i "s/..\/..\///g" t*/debian/rules
+sed -i "s/\.\.\/\.\.\/debian/\/usr\/share\/python3/g" common.mk
+sed -i "s/\.\.\/\.\.\/dhpython/\/usr\/share\/dh-python\/dhpython/g" common.mk
+sed -i "s/PYTHONPATH=\.\.\/\.\.\//PYTHONPATH=\/usr\/share\/python3/g" t*/debian/rules
+sed -i "s/\.\.\/\.\.\/debian\///g" t*/debian/rules
+sed -i "s/\.\.\/\.\.\/dh_py/\/usr\/share\/dh-python\/dh_py/g" t*/debian/rules
+sed -i "s/\.\.\/\.\.\///g" t*/debian/rules
 make all 2>&1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git



More information about the Reproducible-builds mailing list