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
 
  18 override_dh_auto_test
: 
  19 ifeq (,$(filter nocheck
,$(DEB_BUILD_OPTIONS
))) 
  20         make offlinetest PYTHON
=python3