From e411bdaa7b319e34c23430e741107e96b2822426 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 18 May 2011 07:18:30 +0100 Subject: Make setuppy-debian-versions-match not be required. This lets me upload python-tracing to Debian without having to also upload extrautils. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 0e884f1..48e0eb1 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,7 @@ override_dh_auto_install: python setup.py install --prefix=debian/python-tracing/usr override_dh_auto_build: - setuppy-debian-versions-match + if command -v setuppy-debian-versions-match > /dev/null; then \ + setuppy-debian-versions-match; fi dh_auto_build $@ --with-buildsystem=python_distutils -- cgit v1.2.1