]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - debian/rules
debian/rules: Simplify the build process by not calling setup.py.
[youtubedl] / debian / rules
index a1929472ca0f6c28bc061eba168b86f2c9fa322d..d596fb2ee748f685d5312a109f7f3651fe52a4d5 100755 (executable)
@@ -2,12 +2,7 @@
 %:
        dh $@
 
-override_dh_installman:
-       pod2man -r "youtube-dl" -c "User commands" debian/youtube-dl.pod > debian/youtube-dl.1
-       dh_installman
+override_dh_auto_install:
+       dh_install
 
-override_dh_auto_build:
-
-override_dh_python2:
-
-override_dh_pysupport:
+override_dh_auto_test: