]> Raphaël G. Git Repositories - youtubedl/commitdiff
debian/{rules,control}: Remove build-dependency on python, as that's not really needed.
authorRogério Brito <rbrito@ime.usp.br>
Sun, 20 Nov 2011 12:21:44 +0000 (10:21 -0200)
committerRogério Brito <rbrito@ime.usp.br>
Sun, 20 Nov 2011 12:21:44 +0000 (10:21 -0200)
debian/control
debian/rules

index e75080486853b44f754ca85fb7078aed35028cd6..88cd546b26ef7067dd891b8eca317ae10f8d2ad2 100644 (file)
@@ -5,8 +5,7 @@ Maintainer: Rogério Brito <rbrito@ime.usp.br>
 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/
index f0c8e341ab636fe3c9855e53eea32aea767b9cfe..a1929472ca0f6c28bc061eba168b86f2c9fa322d 100755 (executable)
@@ -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: