From: Rogério Brito Date: Sat, 22 Jun 2013 16:39:56 +0000 (-0300) Subject: debian/rules: Simplify rules file with use of buildsystem. X-Git-Url: https://git.rapsys.eu/youtubedl/commitdiff_plain/1bca0e8d562d030d801aba62750fd7b77afe6f5a?ds=inline debian/rules: Simplify rules file with use of buildsystem. We take advantage of the buildsystem=python_distutils and no other changes are needed. --- diff --git a/debian/rules b/debian/rules index d596fb2..93706fc 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,3 @@ #!/usr/bin/make -f %: - dh $@ - -override_dh_auto_install: - dh_install - -override_dh_auto_test: + dh $@ --buildsystem=python_distutils