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 ac6ce4d75ce72780beeaf7d2b4cff294fd1c1537
Author: Piotr Ożarowski <pi...@debian.org>
Date:   Sat Aug 3 12:40:28 2013 +0200

    Interpreter.check_extname: ignore file is soabi and multiarch is already set
---
 dhpython/interpreter.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dhpython/interpreter.py b/dhpython/interpreter.py
index cc2d8b6..01fbd69 100644
--- a/dhpython/interpreter.py
+++ b/dhpython/interpreter.py
@@ -375,6 +375,9 @@ class Interpreter:
             # do not change Python 2.X extensions already marked as debug
             # (the other way arround is acceptable)
             return
+        if info['soabi'] and info['multiarch']:
+            # already tagged, nothing we can do here
+            return
 
         try:
             soabi, multiarch = self._get_config(version)

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

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to