X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/9e819b7edb7bafddb753fd66e8417c76d9ae6616..c64c42cb1f9487398f8b91a51266ff6e79115b90:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index 4bf82f5..3efd20e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,16 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2 --buildsystem=python_distutils \ + --with bash-completion -override_dh_python2: +override_dh_auto_configure: + PREFIX=/usr SYSCONFDIR=/etc make + mv Makefile Makefile.inactive + rm youtube-dl -override_dh_pysupport: +override_dh_clean: + test -f Makefile || mv Makefile.inactive Makefile + make clean + dh_clean override_dh_auto_test: