aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-03-21 21:50:06 +0100
committerGuido Günther <agx@sigxcpu.org>2011-03-21 21:51:30 +0100
commitadc50a3891db2c202e0cf8c7f24bfb59b74984b1 (patch)
tree36f9da69674de564fdf12012fe7b2f471b85beb2 /debian/rules
parent431075b3a6c8a1d23769ccb5dd7fb2613a735e24 (diff)
Set author and committer
so we don't fail in environments that weren't set up properly like when running under pbuilder. Git-Dch: Ignore
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index b3ecc319..86334e97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,10 @@ links_stamp:
checks: links_stamp
+ export GIT_AUTHOR_NAME="Gbp Tests"; \
+ export GIT_AUTHOR_EMAIL=tests@example.com; \
+ export GIT_COMMITTER_NAME=$$GIT_AUTHOR_NAME; \
+ export GIT_COMMITTER_EMAIL=$$GIT_AUTHOR_EMAIL; \
nosetests --with-doctest
endif