[pkg-freevo-commits] r184 - packages/freevo/trunk/debian

Andrea Mennucci mennucc1 at alioth.debian.org
Fri Feb 5 14:33:27 UTC 2010


Author: mennucc1
Date: 2010-02-05 14:33:25 +0000 (Fri, 05 Feb 2010)
New Revision: 184

Modified:
   packages/freevo/trunk/debian/control
Log:
debian/control :  add   ${misc:Depends} 

Modified: packages/freevo/trunk/debian/control
===================================================================
--- packages/freevo/trunk/debian/control	2010-02-05 13:31:26 UTC (rev 183)
+++ packages/freevo/trunk/debian/control	2010-02-05 14:33:25 UTC (rev 184)
@@ -14,7 +14,7 @@
 Package: freevo
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends},  python-freevo (= ${binary:Version}), freevo-data (= ${binary:Version}),  mplayer, lsdvd, console-tools | kbd, debconf, adduser, xinit
+Depends:  ${misc:Depends}, ${python:Depends},  python-freevo (= ${binary:Version}), freevo-data (= ${binary:Version}),  mplayer, lsdvd, console-tools | kbd, debconf, adduser, xinit
 Recommends: cdparanoia, xine-ui, xmltv-util, libxmltv-perl
 Suggests: mencoder, libdvdcss2, lame, ttf-liberation | ttf-mscorefonts-installer, fbxine, flac, vorbis-tools, fbset, matrox-tools, nvram-wakeup
 Description: home theater framework - binaries
@@ -31,7 +31,7 @@
 Architecture: all
 Section: python
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends},  python-alsaaudio, python-libxml2, python-beautifulsoup (>= 3.0.1), python-html5lib, python-kaa-imlib2 (>= 0.2.2), python-kaa-metadata (>= 0.7.1), python-kaa-base (>= 0.4.0), python-pygame (>> 1.7.1release-4.1+b1), python-imaging, python-twisted (>= 2.5.0), python-sqlite
+Depends: ${misc:Depends}, ${python:Depends},  python-alsaaudio, python-libxml2, python-beautifulsoup (>= 3.0.1), python-html5lib, python-kaa-imlib2 (>= 0.2.2), python-kaa-metadata (>= 0.7.1), python-kaa-base (>= 0.4.0), python-pygame (>> 1.7.1release-4.1+b1), python-imaging, python-twisted (>= 2.5.0), python-sqlite
 Description: home theater framework - Python modules
  Freevo is a complete home theater framework. It can operate as a
  Personal Video Recorder system for saving television input to disk, but
@@ -45,7 +45,7 @@
 Package: freevo-data
 Architecture: all
 Recommends: freevo (= ${binary:Version})
-Depends: ttf-dejavu | ttf-bitstream-vera
+Depends: ${misc:Depends}, ttf-dejavu | ttf-bitstream-vera
 Conflicts: freevo-media, freevo-common (<< 1.8.0rc2)
 Description: home theater framework - themes and data
  Freevo is a complete home theater framework. It can operate as a
@@ -59,7 +59,7 @@
 
 Package: freevo-lirc
 Architecture: all
-Depends: freevo (= ${binary:Version}), python-pylirc, lirc
+Depends: ${misc:Depends}, freevo (= ${binary:Version}), python-pylirc, lirc
 Description: home theater framework - LIRC support
  Freevo is a complete home theater framework. It can operate as a
  Personal Video Recorder system for saving television input to disk, but
@@ -74,6 +74,7 @@
 Package: freevo-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Recommends: freevo
 Description: home theater framework - documentation
  Freevo is a complete home theater framework. It can operate as a




More information about the Pkg-freevo-commits mailing list