tags 689703 + patch
thanks
On Fri, 05 Oct 2012 at 12:45:30 +0200, Michal Suchanek wrote:
> I built Wheezy live system which includes nodm but nodm silently fails
> to start.
>
> It turns out that it runs /usr/bin/X which is included in the
> xserver-xorg package on which it does not depend.
>
> Please include depends or recommends.
The patch is trivial; attached.
S
>From 8f100b40be90440e383fe681d24980a4e7a1951a Mon Sep 17 00:00:00 2001
From: Simon McVittie <[email protected]>
Date: Fri, 2 May 2014 17:22:35 +0100
Subject: [PATCH] Depend on xserver-xorg for /usr/bin/X (Closes: #689703)
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 3c09e83..d36c97b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-fso/nodm.git;a=summary
Package: nodm
Architecture: linux-any
-Depends: x11-common, x11-xserver-utils, ${shlibs:Depends}, ${misc:Depends}
+Depends: x11-common, x11-xserver-utils, ${shlibs:Depends}, ${misc:Depends}, xserver-xorg
Conflicts: zhone-session
Description: automatic display manager
This package prepares the system to automatically start an X session at
--
2.0.0.rc0
_______________________________________________
pkg-fso-maint mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-fso-maint