Package: xmonad Version: 0.8.1-3 Severity: normal Tags: patch Hi,
xmonad does ship a debian/wm file, but a quick look at the files in /var/lib/dpkg/info reveals that it isn't creating the right postinst and prerm calls, and there is no x-window-manager alternative added. I'm pretty sure that this is because xmonad has one source package for many binaries, so the debian/wm file must be named debian/xmonad.wm. I can't test if this is true because ghc6 is currently in flux in unstable so I can't grab the build-deps to test, but the simple patch is attached. Regards, Daniel -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.29-2-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages xmonad depends on: ii libc6 2.9-12 GNU C Library: Shared libraries ii libffi5 3.0.7-1 Foreign Function Interface library ii libgmp3c2 2:4.2.4+dfsg-8.1 Multiprecision arithmetic library ii libx11-6 2:1.2.1-1 X11 client-side library ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar ii libxinerama1 2:1.0.3-2 X11 Xinerama extension library ii x11-utils 7.4+1 X11 utilities Versions of packages xmonad recommends: ii libghc6-xmonad-dev 0.8.1-3 A lightweight X11 window manager pn libghc6-xmonad-doc <none> (no description available) xmonad suggests no packages. -- no debconf information
diff --git a/debian/wm b/debian/wm deleted file mode 100644 index 684166c..0000000 --- a/debian/wm +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/xmonad diff --git a/debian/xmonad.wm b/debian/xmonad.wm new file mode 100644 index 0000000..684166c --- /dev/null +++ b/debian/xmonad.wm @@ -0,0 +1 @@ +/usr/bin/xmonad