mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
a04f63aefc
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.
8 lines
189 B
Makefile
Executable File
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
|