4 export PYBUILD_NAME 
= youtube_dl
 
   5 export PATH 
:= $(CURDIR
)/debian
/utils
:$(PATH
) 
   8         dh 
$@ 
--with python3 
--buildsystem
=pybuild 
--with bash-completion
 
  10 override_dh_auto_configure
: 
  11         PREFIX
=/usr SYSCONFDIR
=/etc make
 
  12         mv Makefile Makefile.inactive
 
  16         test -f Makefile || mv Makefile.inactive Makefile
 
  20 override_dh_auto_test
: