[SCM] live-studio branch, master, updated. 5ccc526afc62c974b608d712e476f2bc2659ab60

Chris Lamb lamby at debian.org
Fri Jul 30 04:43:17 UTC 2010


The following commit has been merged in the master branch:
commit f3a3f7fb7fb58a0a825fb2bc2228140bea2b7351
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 30 00:36:26 2010 -0400

    Add ${misc:Depends} as we are using debhelper.

diff --git a/debian/control b/debian/control
index a36e8c6..856e8ea 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,10 @@ Standards-Version: 3.9.1
 
 Package: live-studio
 Architecture: all
-Depends: python-django (>= 1.2), python-psycopg2, python-memcache, python-django-registration
+Depends: ${misc:Depends}, python-django (>= 1.2), python-psycopg2, python-memcache, python-django-registration
 Description: Web pages etc. for live-studio
 
 Package: live-studio-runner
 Architecture: all
-Depends: live-studio (= ${binary:Version}), python-daemon
+Depends: ${misc:Depends}, live-studio (= ${binary:Version}), python-daemon
 Description: Queue runner for live-studio

-- 
live-studio



More information about the debian-live-changes mailing list