Procházet zdrojové kódy

Change python version in debian/control

Helmut Pozimski před 11 roky
rodič
revize
eb5be02925
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      debian/control

+ 3 - 2
debian/control

@@ -1,5 +1,5 @@
 Source: stov
-X-Python-Version: >= 2.6
+XS-Python-Version: >= 2.6
 Maintainer: Helmut Pozimski <helmut@pozimski.eu>
 Section: python
 Priority: optional
@@ -8,7 +8,8 @@ Standards-Version: 3.9.1
 
 Package: stov
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, python (>= 2.6)
+XB-Python-Version: ${python:Versions}
 Description: a program to subscribe to videos on youtube
  stov is a program which allows you to subscribe to channels, playlists and search results on youtube. You don't need a youtube account for the program to work since it uses read-only access to the youtube API. You can for example run it as a cron job to automatically download your favourite videos.