salt/debian/rules
Tom Vaughan a04f63aefc Bump debhelper version number down to 7.0.50 in Build-Depends.
debian/rules uses one override. According to
http://pkg-perl.alioth.debian.org/debhelper.html#forcing_special_tests
overrides were introduced in 7.0.50.

This will enable builds on older Debian and Ubuntu distributions,
especially builds on older distributions on Launchpad.
2012-10-24 10:48:43 -03:00

8 lines
189 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
# overrides require debuilder >= 7.0.50
# http://pkg-perl.alioth.debian.org/debhelper.html#forcing_special_tests
dh_override_auto_build:
python setup.py build