Your message dated Fri, 21 Jul 2006 08:02:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#364239: fixed in ctwm 3.7-3
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: ctwm
Source-Version: 3.7-3
We believe that the bug you reported is fixed in the latest version of
ctwm, which is due to be installed in the Debian FTP archive:
ctwm_3.7-3.diff.gz
to pool/main/c/ctwm/ctwm_3.7-3.diff.gz
ctwm_3.7-3.dsc
to pool/main/c/ctwm/ctwm_3.7-3.dsc
ctwm_3.7-3_powerpc.deb
to pool/main/c/ctwm/ctwm_3.7-3_powerpc.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Branden Robinson <[EMAIL PROTECTED]> (supplier of updated ctwm package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 21 Jul 2006 10:27:56 -0400
Source: ctwm
Binary: ctwm
Architecture: source powerpc
Version: 3.7-3
Distribution: unstable
Urgency: low
Maintainer: Branden Robinson <[EMAIL PROTECTED]>
Changed-By: Branden Robinson <[EMAIL PROTECTED]>
Description:
ctwm - Claude's Tab window manager
Closes: 364239 375240
Changes:
ctwm (3.7-3) unstable; urgency=low
.
* Merge Luk Claes's NMU. Thanks, Luk! Luk's changes are:
+ Make ctwm pre-depend on x11-common (>= 1:7.0.0).
+ Correct comment in the menu-method file.
+ I reverted Luk's deletion of the SVN Id keyword and Vim modeline in this
changelog. (We finally got a comment character for control files, now
we need one for changelogs as well. Lesson? Never, ever, ever, ever
make a file format that will be machine-parsed by anything without
supporting comments. ALGOL 60 called and wants its innovations back.)
* I had already done the following in SVN but was too slow to release.
Shame on me.
+ Build-depend on xutils-dev instead of xutils for the X11R7 transition.
+ Adjust debian/rules and debian/postinst to use FHS paths, moving from
/usr/X11R6 to /usr. Based on a patch by Steve Langasek. Thanks, Steve!
(Closes: #364239)
+ Point menu-method to install-menu interpreter in /usr/bin, not
/usr/sbin, per Lintian.
+ Add empty binary-indep target in debian/rules to quiet Lintian error.
* Fix SEGV when attempting to bring up the TwmWindows menu when no workspace
manager is active. Thanks to Mike O'Connor for the analysis and the
patch! (Closes: #375240)
* Bump Standards-Version from 3.6.2 to 3.7.2; required changes involving
placement of files in X11 paths and pre-dependency on x11-common made as
described above.
Files:
548742120f13360979a9450cc2dab870 700 x11 optional ctwm_3.7-3.dsc
8b52a5504c8af9afb2346609ed5a42db 25351 x11 optional ctwm_3.7-3.diff.gz
fa3353fb8dabb3b541c72d9b526f3fd9 527552 x11 optional ctwm_3.7-3_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iEYEARECAAYFAkTA6J4ACgkQ6kxmHytGonwgjACgpt490vbUuefIkpUiIllhIL1l
pTwAnRAv7fqqZBaUVzUR83VOp/3K0iyO
=q4u8
-----END PGP SIGNATURE-----
--- End Message ---