Package: vtwm Version: 5.4.7-2.0 Severity: grave Tags: patch Justification: renders package unusable
As I suspect you know (even if you haven't taken an active role in the XSF in a while), recent versions of x11-common replace /usr/X11R6/bin with a symlink to /usr/bin and conflict with existing versions of packages that still install into /usr/X11R6/bin; vtwm is one such. Rebuilding with a recent version of xutils-dev should mostly take care of this, but there are still a couple of bits of packaging that could use an update, per the attached patch. Could you please apply it, or authorize an NMU? Thanks! -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (300, 'unstable'), (300, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.9 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages vtwm depends on: ii libc6 2.3.6-7 GNU C Library: Shared libraries ii libice6 1:1.0.0-3 X11 Inter-Client Exchange library ii librplay3 3.3.2-10 Shared libraries for the rplay net ii libsm6 1:1.0.0-4 X11 Session Management library ii libx11-6 2:1.0.0-6 X11 client-side library ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar ii libxmu6 1:1.0.1-3 X11 miscellaneous utility library ii libxpm4 1:3.5.4.2-3 X11 pixmap library ii libxt6 1:1.0.0-4 X11 toolkit intrinsics library vtwm recommends no packages. -- no debconf information
diff -u vtwm-5.4.7.orig/debian/postinst vtwm-5.4.7/debian/postinst --- vtwm-5.4.7.orig/debian/postinst +++ vtwm-5.4.7/debian/postinst @@ -16,8 +16,8 @@ #DEBHELPER# update-alternatives --install /usr/bin/x-window-manager x-window-manager \ - /usr/bin/X11/vtwm 50 --slave /usr/share/man/man1/x-window-manager.1.gz \ - x-window-manager.1.gz /usr/X11R6/man/man1/vtwm.1x.gz + /usr/bin/vtwm 50 --slave /usr/share/man/man1/x-window-manager.1.gz \ + x-window-manager.1.gz /usr/share/man/man1/vtwm.1x.gz exit 0 diff -u vtwm-5.4.7.orig/debian/rules vtwm-5.4.7/debian/rules --- vtwm-5.4.7.orig/debian/rules +++ vtwm-5.4.7/debian/rules @@ -25,7 +25,7 @@ dh_testdir xmkmf - $(MAKE) LIBDIR=/usr/X11R6/lib TWMDIR=/usr/X11R6/lib/X11/twm + $(MAKE) LIBDIR=/usr/lib TWMDIR=/usr/lib/X11/twm >"$@"