Package: emacsen-common
Version: 3.0.0
Severity: normal
Tags: patch
Dear maintainer,
Upgrading emacsen-common to version 3.00 leaves behind some obsolete conffiles:
% dpkg-query -W '-f=${Package}\n${Conffiles}\n' | awk '/^[^ ]/{pkg=$1}/
obsolete$/{print pkg,$0}'
emacsen-common /etc/emacs/site-start.el 4198e6146b40acad33d18f049a84dd24
obsolete
emacsen-common /etc/emacs/site-start.d/00debian-vars.el
01f95c4c108d6b5f20b31f0e9c2c6956 obsolete
The easiest way to clean those up is to append to the source package
file debian/emacsen-common.maintscript the following lines (untested):
rm_conffile /etc/emacs/site-start.el 3.0.1~
rm_conffile /etc/emcas/site-start.d/00debian-vars.el 3.0.1~
assuming that 3.0.1 is your next upload.
--
Sean Whitton