From: Rogério Brito Date: Tue, 18 Dec 2012 11:48:26 +0000 (-0200) Subject: debian/rules: Simplify the build process by not calling setup.py. X-Git-Url: https://git.rapsys.eu/youtubedl/commitdiff_plain/9125fa146fb85b3e45127de552f09935d9242ec2?ds=inline;hp=--cc debian/rules: Simplify the build process by not calling setup.py. --- 9125fa146fb85b3e45127de552f09935d9242ec2 diff --git a/debian/rules b/debian/rules index 328323e..d596fb2 100755 --- a/debian/rules +++ b/debian/rules @@ -2,4 +2,7 @@ %: dh $@ +override_dh_auto_install: + dh_install + override_dh_auto_test: