diff options
author | Andrew Starr-Bochicchio <asb@debian.org> | 2013-09-19 11:31:13 -0400 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-10-16 10:29:50 +0200 |
commit | 43686946adfcbbca5117b66d9a0957e6f33facdd (patch) | |
tree | 8a1ec2e6bea9b3abf55ee666e0112f7e45851306 /debian/rules | |
parent | 3be29476f410022021ce04c2fdae98748ef03615 (diff) | |
download | git-buildpackage-43686946adfcbbca5117b66d9a0957e6f33facdd.tar.gz git-buildpackage-43686946adfcbbca5117b66d9a0957e6f33facdd.tar.bz2 git-buildpackage-43686946adfcbbca5117b66d9a0957e6f33facdd.zip |
Don't export DEB_VENDOR="Debian"
Tests now take Ubuntu versions into consideration.
Closes: #723756
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
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; \ |