From: Rogério Brito Date: Sun, 20 Nov 2011 12:21:44 +0000 (-0200) Subject: debian/{rules,control}: Remove build-dependency on python, as that's not really needed. X-Git-Url: https://git.rapsys.eu/youtubedl/commitdiff_plain/f44de65dfad6d6aed2aeafa71d9804db71569125?ds=inline debian/{rules,control}: Remove build-dependency on python, as that's not really needed. --- diff --git a/debian/control b/debian/control index e750804..88cd546 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,7 @@ Maintainer: Rogério Brito Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: - perl, - python + perl Standards-Version: 3.9.2 DM-Upload-Allowed: yes Homepage: http://rg3.github.com/youtube-dl/ diff --git a/debian/rules b/debian/rules index f0c8e34..a192947 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,9 @@ override_dh_installman: pod2man -r "youtube-dl" -c "User commands" debian/youtube-dl.pod > debian/youtube-dl.1 dh_installman + +override_dh_auto_build: + +override_dh_python2: + +override_dh_pysupport: