From 686c8b31bae3fa16d59f65456910a5f4449ae15e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rog=C3=A9rio=20Brito?= Date: Tue, 2 Jul 2013 03:44:52 -0300 Subject: [PATCH] debian/rules: Use python2 plugin with debhelper. This way, we get automatic compilation of the *.py files and other goodies. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 82b329d..07d43f2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=python_distutils + dh $@ --with python2 --buildsystem=python_distutils override_dh_install: mv debian/youtube-dl/usr/etc debian/youtube-dl/ -- 2.41.0