Don't export DEB_VENDOR="Debian"
authorAndrew Starr-Bochicchio <asb@debian.org>
Thu, 19 Sep 2013 15:31:13 +0000 (11:31 -0400)
committerGuido Günther <agx@sigxcpu.org>
Wed, 16 Oct 2013 08:29:50 +0000 (10:29 +0200)
Tests now take Ubuntu versions into consideration.

Closes: #723756
debian/rules

index d09a7c2fd161166d8a1aa5940960c6f2070e982d..2c40befc5aeca03723c079773b0cc242ff340f5f 100755 (executable)
@@ -17,7 +17,6 @@ PYCHECKER_ARGS=-boptparse --no-override --no-shadowbuiltin
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        dh_auto_test
-       export DEB_VENDOR="Debian";                     \
        export GIT_AUTHOR_NAME="Gbp Tests";             \
        export GIT_AUTHOR_EMAIL=tests@example.com;      \
        export GIT_COMMITTER_NAME=$$GIT_AUTHOR_NAME;    \