Package: freevo
Severity: normal
Tags: patch

In an effort to drop console-tools in favor of kbd, I found that your
package depends on the former package and does not support kbd.  Please
find attached a patch which addresses this issue.  You can, of course,
also use something like “kbd | console-tools”—I haven’t tested whether
console-tools’ openvt supports the “--” argument, though.

See http://lists.debian.org/debian-devel/2008/04/msg00404.html for
background information.

Best regards,
-- 
Michael Schutte <[EMAIL PROTECTED]>
diff -u freevo-1.8.0/debian/control freevo-1.8.0/debian/control
--- freevo-1.8.0/debian/control
+++ freevo-1.8.0/debian/control
@@ -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, debconf, adduser
+Depends: ${python:Depends},  python-freevo (= ${binary:Version}), freevo-data (= ${binary:Version}),  mplayer, lsdvd, kbd, debconf, adduser
 Recommends: cdparanoia, xine-ui, xmltv-util, libxmltv-perl
 Suggests: mencoder, libdvdcss2, lame, msttcorefonts, fbxine, flac, vorbis-tools, fbset, matrox-tools, nvram-wakeup
 Description: A Python based PVR/DVR Framework for Music and Movies
diff -u freevo-1.8.0/debian/freevo.freevo_xserver.init freevo-1.8.0/debian/freevo.freevo_xserver.init
--- freevo-1.8.0/debian/freevo.freevo_xserver.init
+++ freevo-1.8.0/debian/freevo.freevo_xserver.init
@@ -42,7 +42,7 @@
 test "${NOMOUSE}" = "true" && export SDL_NOMOUSE=true
 
 startx_freevo() {
- openvt -c 9 su freevo -c  "startx  $DAEMONLOG   -- :1 vt9  -quiet"
+ openvt -c 9 -- su freevo -c  "startx  $DAEMONLOG   -- :1 vt9  -quiet"
 }
 
 start_freevo() {

Attachment: signature.asc
Description: Digital signature

Reply via email to