Package: auctex
Version: 11.86-10
Severity: important
This snippet from auctex.postinst.eperl is faulty:
,----
| <: # obsolete emacs21, emacs22 and emacs-snapshot conffiles and dirs :>//
| for f in 21 22 -snapshot; do
| dpkg-maintscript-helper rm_conffile \
| /etc/emacs${f}/site-start.d/50auctex.el \
| 11.86-5 auctex -- "${@}"
| if [ -d /etc/emacs${f}/site-start.d ]; then
| rmdir --ignore-fail-on-non-empty \
| /etc/emacs${f}/site-start.d
| fi
| if [ -d /etc/emacs${f} ]; then
| rmdir --ignore-fail-on-non-empty \
| /etc/emacs${f}
| fi
| done
`----
Even if the emacs{21,22,-snapshot} packages are no longer in Debian,
they still may be installed on users' systems, and removing their
site-start.d directory is going to break them. Besides, the code in
question really only should be run when installing auctex; right now it
is even executed when the auctex postinst is triggered.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 3.4.0-rc7-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages auctex depends on:
ii debconf [debconf-2.0] 1.5.43
ii dpkg 1.16.3
ii emacs-snapshot 1:20120517-1
ii emacs23 23.4+1-3
ii install-info 4.13a.dfsg.1-10
ii preview-latex-style 11.86-10
Versions of packages auctex recommends:
ii ghostscript 9.05~dfsg-5
ii texlive-latex-recommended 2012.20120516-1
ii xpdf 3.03-9
Versions of packages auctex suggests:
ii catdvi <none>
ii dvipng 1.14-1+b1
ii lacheck 1.26-14
-- debconf information:
* auctex/doauto: Background
* auctex/default: true
* auctex/defaultchanged:
auctex/logfile: /var/log/auctex.log
auctex/alreadydefault:
auctex/doautofg: File
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]