X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/8117a6a851e00c8a50d5a6f20bfd326636b0c32f..c64c42cb1f9487398f8b91a51266ff6e79115b90:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index f0c8e34..3efd20e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,16 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2 --buildsystem=python_distutils \ + --with bash-completion -override_dh_installman: - pod2man -r "youtube-dl" -c "User commands" debian/youtube-dl.pod > debian/youtube-dl.1 - dh_installman +override_dh_auto_configure: + PREFIX=/usr SYSCONFDIR=/etc make + mv Makefile Makefile.inactive + rm youtube-dl + +override_dh_clean: + test -f Makefile || mv Makefile.inactive Makefile + make clean + dh_clean + +override_dh_auto_test: