Removing the braces from the dh call.

This commit is contained in:
Mathias Behrle 2016-03-02 00:34:48 +01:00
parent 22a92129ef
commit adcd99cdeb
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -3,7 +3,7 @@
export PYBUILD_NAME := cached-property
%:
dh ${@} --with python2,python3 --buildsystem=pybuild
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_clean:
rm -rf $(PACKAGE_NAME).egg-info