[Python-apps-commits] r10131 - in packages/episoder/trunk/debian (changelog control)

cockroach-guest at users.alioth.debian.org cockroach-guest at users.alioth.debian.org
Mon Oct 21 23:17:11 UTC 2013


    Date: Monday, October 21, 2013 @ 23:17:10
  Author: cockroach-guest
Revision: 10131

Fixed python-argparse and python-tvdb-api dependencies, dropped python-beautifulsou dependency

Modified:
  packages/episoder/trunk/debian/changelog
  packages/episoder/trunk/debian/control

Modified: packages/episoder/trunk/debian/changelog
===================================================================
--- packages/episoder/trunk/debian/changelog	2013-10-21 22:09:29 UTC (rev 10130)
+++ packages/episoder/trunk/debian/changelog	2013-10-21 23:17:10 UTC (rev 10131)
@@ -10,6 +10,7 @@
     - Updated upstream homepage
     - Updated package description
     - Added dependencies for python-argparse and python-tvdb-api
+    - Dropped dependency for python-beautifulsoup
   * debian/copyright:
     - Updated upstream homepage
     - Updated copyright line

Modified: packages/episoder/trunk/debian/control
===================================================================
--- packages/episoder/trunk/debian/control	2013-10-21 22:09:29 UTC (rev 10130)
+++ packages/episoder/trunk/debian/control	2013-10-21 23:17:10 UTC (rev 10131)
@@ -4,7 +4,7 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: python, python-support, python-beautifulsoup, python-yaml, python-sqlalchemy, python-argparse, python-tvdb-api
+Build-Depends-Indep: python, python-support, python-yaml, python-sqlalchemy, python-argparse, python-tvdb-api
 Standards-Version: 3.9.4
 Homepage: http://code.ott.net/projects/episoder/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/episoder/trunk/
@@ -12,7 +12,7 @@
 
 Package: episoder
 Architecture: all
-Depends: ${python:Depends}, python-beautifulsoup, python-yaml, python-sqlalchemy, ${misc:Depends}
+Depends: ${python:Depends}, python-yaml, python-sqlalchemy, ${misc:Depends}, python-argparse, python-tvdb-api
 Suggests: cron
 Description: TV show episode reminder
  episoder is a tool to tell you about new episodes of your favourite TV shows.




More information about the Python-apps-commits mailing list