Package: ctwm Version: 3.7-2 Severity: grave Tags: patch Hey Branden,
The ctwm package is currently uninstallable in unstable, because it still installs to /usr/X11R6/bin which is being turned into a compatibility symlink for the X11R7 transition. Fortunately, since ctwm is using imake the transition is fairly easy, but it does require a patch when rebuilding with the new imake due to some hard-coded references to /usr/X11R6/include and /usr/X11R6/man. Please find the short patch for this attached. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
diff -u ctwm-3.7/debian/changelog ctwm-3.7/debian/changelog
--- ctwm-3.7/debian/changelog
+++ ctwm-3.7/debian/changelog
@@ -1,3 +1,12 @@
+ctwm (3.7-2.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * High-urgency upload for RC bugfix.
+ * Build-depend against xutils-dev for the X11R7 transition, and adjust
+ debian/rules for the FHS paths.
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Fri, 21 Apr 2006 22:29:45 -0700
+
ctwm (3.7-2) unstable; urgency=low
* Add build-dependency on libjpeg62-dev to fix FTBFS. Shame on me for not
diff -u ctwm-3.7/debian/postinst ctwm-3.7/debian/postinst
--- ctwm-3.7/debian/postinst
+++ ctwm-3.7/debian/postinst
@@ -15,5 +15,5 @@
update-alternatives --install /usr/bin/x-window-manager x-window-manager
/usr/bin/X11/ctwm 40 \
- --slave /usr/share/man/man1/x-window-manager.1.gz x-window-manager.1.gz
/usr/X11R6/man/man1/ctwm.1x.gz
+ --slave /usr/share/man/man1/x-window-manager.1.gz x-window-manager.1.gz
/usr/share/man/man1/ctwm.1x.gz
exit
diff -u ctwm-3.7/debian/rules ctwm-3.7/debian/rules
--- ctwm-3.7/debian/rules
+++ ctwm-3.7/debian/rules
@@ -51,13 +51,13 @@
$(MAKE) DESTDIR=debian/ctwm install install.man
# Don't ship pixmaps that are in fvwm-icons.
- rm debian/ctwm/usr/X11R6/include/X11/pixmaps/datebook.xpm
- rm debian/ctwm/usr/X11R6/include/X11/pixmaps/mail1.xpm
- rm debian/ctwm/usr/X11R6/include/X11/pixmaps/term.xpm
- rm debian/ctwm/usr/X11R6/include/X11/pixmaps/unknown1.xpm
- rm debian/ctwm/usr/X11R6/include/X11/pixmaps/xcalc.xpm
- rm debian/ctwm/usr/X11R6/include/X11/pixmaps/xman.xpm
- rm debian/ctwm/usr/X11R6/include/X11/pixmaps/xterm.xpm
+ rm debian/ctwm/usr/include/X11/pixmaps/datebook.xpm
+ rm debian/ctwm/usr/include/X11/pixmaps/mail1.xpm
+ rm debian/ctwm/usr/include/X11/pixmaps/term.xpm
+ rm debian/ctwm/usr/include/X11/pixmaps/unknown1.xpm
+ rm debian/ctwm/usr/include/X11/pixmaps/xcalc.xpm
+ rm debian/ctwm/usr/include/X11/pixmaps/xman.xpm
+ rm debian/ctwm/usr/include/X11/pixmaps/xterm.xpm
binary-arch: build install
dh_testdir
signature.asc
Description: Digital signature

