summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-05-18 07:18:30 +0100
committerLars Wirzenius <liw@liw.fi>2011-05-18 07:18:30 +0100
commite411bdaa7b319e34c23430e741107e96b2822426 (patch)
tree87b03289d664ab39c892996ee09bd5329c561ee2 /debian/rules
parent97ceac0f1c10142427dc895afb49a475b2bc067c (diff)
downloadpython-tracing-e411bdaa7b319e34c23430e741107e96b2822426.tar.gz
Make setuppy-debian-versions-match not be required.
This lets me upload python-tracing to Debian without having to also upload extrautils.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
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