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 c0251d21fd85b46d800632169b60dbc1c52609cf
Author: Piotr Ożarowski <pi...@debian.org>
Date:   Sun May 11 20:23:22 2014 +0200

    less python2.6 tests
---
 tests/t202/Makefile | 4 ++--
 tests/t204/Makefile | 2 +-
 tests/t206/Makefile | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/t202/Makefile b/tests/t202/Makefile
index f46ef1c..3e780c6 100644
--- a/tests/t202/Makefile
+++ b/tests/t202/Makefile
@@ -4,7 +4,7 @@ include ../common.mk
 clean: clean-common
 
 check:
-       test -f debian/python-foo/usr/lib/python2.6/dist-packages/foo.py
-       test -f debian/python-foo/usr/lib/python2.6/dist-packages/bar/bar.py
+       test -f debian/python-foo/usr/lib/python2.7/dist-packages/foo.py
+       test -f debian/python-foo/usr/lib/python2.7/dist-packages/bar/bar.py
        grep -q pycompile debian/python-foo/DEBIAN/postinst
        grep -q pyclean debian/python-foo/DEBIAN/prerm
diff --git a/tests/t204/Makefile b/tests/t204/Makefile
index d0ebcb6..ddd1e71 100644
--- a/tests/t204/Makefile
+++ b/tests/t204/Makefile
@@ -5,7 +5,7 @@ clean: clean-common
 
 check:
        grep -q python2.6 debian/foo/usr/share/foo/foo.py
-       grep -q Depends:.*python2.6 debian/foo/DEBIAN/control
+       grep -q Depends:.*python debian/foo/DEBIAN/control
        #grep -q python2.5 debian/foo/usr/share/bar/bar.py
        #grep -q Depends:.*python2.5 debian/foo/DEBIAN/control
        grep -q python2.4 debian/foo/usr/share/foo/baz.py
diff --git a/tests/t206/Makefile b/tests/t206/Makefile
index 48e3104..f4bd464 100644
--- a/tests/t206/Makefile
+++ b/tests/t206/Makefile
@@ -13,6 +13,6 @@ check:
        grep -q '\-V 2.5 /usr/share/bar25' 
debian/foo/usr/share/python/runtime.d/foo.rtupdate
        grep -q '/usr/share/bar25 \-V 2.5' debian/foo/DEBIAN/postinst
        # python2.6 hardcoded via shebang
-       grep -q Depends:.*python2.6 debian/foo/DEBIAN/control
+       #grep -q Depends:.*python2.6 debian/foo/DEBIAN/control
        grep -q '\-V 2.6 /usr/share/foo' 
debian/foo/usr/share/python/runtime.d/foo.rtupdate
        grep -q '/usr/share/foo \-V 2.6' debian/foo/DEBIAN/postinst

-- 
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