diff options
author | ceros7 <ceros7@svn> | 2009-12-13 00:52:27 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2009-12-13 00:52:27 +0000 |
commit | 59259593b1017742be4109a7aed4d9707b7068a9 (patch) | |
tree | 045f08ea2099a019dcab8b7935ee116286d85a5f /tools/Linux/packaging | |
parent | e3f718570e293ec8a792dd80c37b841dcad74043 (diff) |
Have xbmc-live depend on sudo and xbmc-data depend on mesa-utils and x11-utils.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25603 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/Linux/packaging')
-rw-r--r-- | tools/Linux/packaging/debian/control | 4 | ||||
-rw-r--r-- | tools/Linux/packaging/debian/control.in | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/tools/Linux/packaging/debian/control b/tools/Linux/packaging/debian/control index 6f975256f9..59c0eafa17 100644 --- a/tools/Linux/packaging/debian/control +++ b/tools/Linux/packaging/debian/control @@ -64,6 +64,7 @@ Depends: xbmc-standalone (= ${binary:Version}), ${python:Depends}, python-apt, adduser, + sudo, ${misc:Depends} Conflicts: kdm, gdm, xdm, wdm Description: XBMC Media Center (XBMC Live package) @@ -120,12 +121,13 @@ Architecture: all Depends: xbmc-bin (>= ${source:Version}), xbmc-bin (<< ${source:Version}.1~), mesa-utils, + x11-utils, ${python:Depends}, ${misc:Depends} Provides: xbmc-common Replaces: xbmc-common Conflicts: xbmc-common -Suggests: mesa-utils, x11-utils, xbmc-test-helper +Suggests: xbmc-test-helper Recommends: python-qt3 Description: XBMC Media Center (arch-independent data package) XBMC, recursive acronym for "XBMC Media Center", is an award winning free and diff --git a/tools/Linux/packaging/debian/control.in b/tools/Linux/packaging/debian/control.in index e63f166d0b..8ff003aa11 100644 --- a/tools/Linux/packaging/debian/control.in +++ b/tools/Linux/packaging/debian/control.in @@ -105,12 +105,13 @@ Architecture: all Depends: xbmc-bin (>= ${source:Version}), xbmc-bin (<< ${source:Version}.1~), mesa-utils, + x11-utils, ${python:Depends}, ${misc:Depends} Provides: xbmc-common Replaces: xbmc-common Conflicts: xbmc-common -Suggests: mesa-utils, x11-utils, xbmc-test-helper +Suggests: xbmc-test-helper Recommends: python-qt3 Description: XBMC Media Center (arch-independent data package) XBMC, recursive acronym for "XBMC Media Center", is an award winning free and |