Report forwarded to debian-bugs-dist@lists.debian.org, James LewisMoss <dres@scsn.net>:
Bug#9594; Package xemacs19.
debian-bugs-dist@lists.debian.orgJames LewisMoss <dres@scsn.net>
Sorry, this message was lost when this bug report was restored from a backup.
Acknowledgement sent to Douglas Bates <bates@stat.wisc.edu>:
New bug report received and forwarded. Copy sent to James LewisMoss <dres@scsn.net>.
Douglas Bates <bates@stat.wisc.edu>
Sorry, this message was lost when this bug report was restored from a backup.
Received: (at submit) by bugs.debian.org; 8 May 1997 16:39:14 +0000
Received: (qmail 64 invoked from network); 8 May 1997 16:39:13 -0000
Received: from franz.stat.wisc.edu (root@128.105.5.95)
by master.debian.org with SMTP; 8 May 1997 16:39:13 -0000
Received: by franz.stat.wisc.edu
id m0wPWE1-000hhzC
(Debian Smail-3.2 1996-Jul-4 #2); Thu, 8 May 1997 11:39:25 -0500 (CDT)
Message-Id:
Date: Thu, 8 May 1997 11:39:25 -0500 (CDT)
From: Douglas Bates
To: submit@bugs.debian.org
Subject: DOC file in xemacs19 19.15-3
Bcc:
Package: xemacs19
Status: install ok installed
Priority: optional
Section: editors
Installed-Size: 4422
Maintainer: James LewisMoss
Source: xemacs
Version: 19.15-3
Replaces: xemacs
The DOC file in the distribution is
bash-2.00$ dpkg -L xemacs19 | egrep DOC
/usr/lib/xemacs-19.15/i386-debian-linux/DOC-19.15p4-XEmacs.xemacs19
but xemacs is looking for it under the name
/usr/lib/xemacs-19.15/i386-debian-linux/DOC-19.15p4-XEmacs
As a temporary fix a symbolic link can be used.
It appears that the .xemacs19 extension is being used to make it
easier to configure alternative versions of programs using
/etc/alternatives. If this is the case then perhaps only the
executable files in /usr/lib/xemacs-19.15/i386-debian-linux/ should be
renamed with the .xemacs19 extension.
--
Douglas Bates bates@stat.wisc.edu
Statistics Department 608/262-2598
University of Wisconsin - Madison http://www.stat.wisc.edu/~bates/
Information forwarded to debian-bugs-dist@lists.debian.org, James LewisMoss <dres@scsn.net>:
Bug#9594; Package xemacs19.
debian-bugs-dist@lists.debian.orgJames LewisMoss <dres@scsn.net>
Sorry, this message was lost when this bug report was restored from a backup.
Acknowledgement sent to Elad Tsur <eladts@ccsg.tau.ac.il>:
Extra info received and forwarded to list. Copy sent to James LewisMoss <dres@scsn.net>.
Elad Tsur <eladts@ccsg.tau.ac.il>
Sorry, this message was lost when this bug report was restored from a backup.
Received: (at 9594) by bugs.debian.org; 27 Jun 1997 20:17:09 +0000
Received: (qmail 2689 invoked from network); 27 Jun 1997 20:17:06 -0000
Received: from post.tau.ac.il (132.66.16.11)
by master.debian.org with SMTP; 27 Jun 1997 20:17:02 -0000
Received: from tsur.dyn.ml.org (root@slip-202.tau.ac.il [132.66.33.32])
by post.tau.ac.il (8.8.5/8.8.4) with ESMTP
id XAA05881; Fri, 27 Jun 1997 23:12:28 +0300 (IDT)
Received: by tsur.dyn.ml.org
id m0whhRW-000NRvC
(Debian Smail-3.2 1996-Jul-4 #2); Fri, 27 Jun 1997 23:16:30 +0300 (IDT)
Date: Fri, 27 Jun 1997 23:16:30 +0300 (IDT)
Subject: xemacs19 19.15-3 (and 3.1) and the /usr/lib/xemacs-19.15/i386-debian-linux dir
To: submit@bugs.debian.org
From: Elad Tsur
Cc: 9594@bugs.debian.org, dres@scsn.net, jgoerzen@complete.org
Message-Id:
X-Mailer: TkMail 4.0beta8
Package: xemacs19
Version: 19.15-3.1
All the files in the /usr/lib/xemacs-19.15/i386-debian-linux dir have
the ".xemacs19" extension. However the xemacs executable expects them NOT
to have this extension. This is true to ALL of these files, not just
DOC-19.15p4-XEmacs. I see no point for these files having this extension,
as this directory is version specific. A temporary(...) fix will be adding
symlinks , for example using mmv:
cd /usr/lib/xemacs-19.15/i386-debian-linux
mmv -s "*.xemacs19" "#1"
Thanks for your help.