Browse Source

updated dependency information, I forgot that lxml needs to be installed explicitely

Helmut Pozimski 9 years ago
parent
commit
7715219bff
3 changed files with 10 additions and 2 deletions
  1. 1 0
      README
  2. 7 0
      debian/changelog
  3. 2 2
      debian/control

+ 1 - 0
README

@@ -12,6 +12,7 @@ stov depends on the following software to be installed:
 
 
 	* Python 2.7 or higher (python 3.x should work but is not officially supported, this is a release goal for 1.0)
 	* Python 2.7 or higher (python 3.x should work but is not officially supported, this is a release goal for 1.0)
 	* youtube-dl (get it from http://rg3.github.com/youtube-dl/ if you don't have it yet, it is needed to download videos and also for the "no API"-mode)
 	* youtube-dl (get it from http://rg3.github.com/youtube-dl/ if you don't have it yet, it is needed to download videos and also for the "no API"-mode)
+	* lxml module for python
 
 
 === COPYING ===
 === COPYING ===
 
 

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+stov (0.9~beta1-2) unstable; urgency=low
+
+  * added dh-python as build dependency
+  * added python-lxml as dependency
+
+ -- Helmut Pozimski <helmut@pozimski.eu>  Fri, 26 Dec 2014 12:48:00 +0100
+
 stov (0.9~beta1-1) unstable; urgency=low
 stov (0.9~beta1-1) unstable; urgency=low
 
 
   * New upstream beta release
   * New upstream beta release

+ 2 - 2
debian/control

@@ -4,12 +4,12 @@ Maintainer: Helmut Pozimski <helmut@pozimski.eu>
 Homepage: https://dev.intranet.helmut-pozimski.de/stov
 Homepage: https://dev.intranet.helmut-pozimski.de/stov
 Section: python
 Section: python
 Priority: optional
 Priority: optional
-Build-Depends: python (>= 2.7), debhelper (>= 7.4.3), gettext, python-sphinx
+Build-Depends: python (>= 2.7), debhelper (>= 7.4.3), dh-python, gettext, python-sphinx
 Standards-Version: 3.9.5
 Standards-Version: 3.9.5
 
 
 Package: stov
 Package: stov
 Architecture: all
 Architecture: all
-Depends: ${misc:Depends}, python (>= 2.7)
+Depends: ${misc:Depends}, python (>= 2.7), python-lxml
 Description: tool to subscribe to videos on youtube
 Description: tool to subscribe to videos on youtube
  program which allows you to subscribe to channels, playlists and search
  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
  results on youtube. You don't need a youtube account for the program to