diff options
author | Matthias Urlichs <smurf@smurf.noris.de> | 2005-09-16 13:54:10 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-16 15:16:42 -0700 |
commit | 28423758591577828672219c1031d463701a11cc (patch) | |
tree | d9a800b6b3fd99ba3f18ea562c57961680b4f3de /debian/rules | |
parent | 6b82d16bfcfffebbb5790b114063e1617d17338a (diff) | |
download | git-28423758591577828672219c1031d463701a11cc.tar.gz |
[PATCH] Debian: build-depend on "bc"
Build systems should run tests. This patch adds the necessary
debian/control and debian/rules bits ("bc" was missing,
t/t4002-diff-basic.sh wants it).
Signed-off-by: Matthias Urlichs <smurf@smurf.noris.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1a53ca2398..568d430932 100755 --- a/debian/rules +++ b/debian/rules @@ -41,7 +41,7 @@ MAN_DESTDIR := $(DESTDIR)/$(MANDIR) build: debian/build-stamp debian/build-stamp: dh_testdir - $(MAKE) prefix=$(PREFIX) PYTHON_PATH=/usr/bin/python2.4 all doc + $(MAKE) prefix=$(PREFIX) PYTHON_PATH=/usr/bin/python2.4 all doc test touch debian/build-stamp debian-clean: |