aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorAndrew Starr-Bochicchio <asb@debian.org>2013-09-19 11:31:13 -0400
committerGuido Günther <agx@sigxcpu.org>2013-10-16 10:29:50 +0200
commit43686946adfcbbca5117b66d9a0957e6f33facdd (patch)
tree8a1ec2e6bea9b3abf55ee666e0112f7e45851306 /debian/rules
parent3be29476f410022021ce04c2fdae98748ef03615 (diff)
Don't export DEB_VENDOR="Debian"
Tests now take Ubuntu versions into consideration. Closes: #723756
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index d09a7c2f..2c40befc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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; \