Package: dak Version: 1.0-8 Severity: normal Tags: patch Hi,
I found the following patch to dak.postrm necessary for dak to uninstall properly. In the meanwhile, and just for the record, the workaround with the defaults debconf values is: ucf --purge /opt/dak/katie/apt.conf ucf --purge /opt/dak/katie/cron.unchecked ucf --purge /opt/dak/katie/katie.conf ucf --purge /etc/katie/katie.conf ucf --purge /opt/dak/katie/vars ucf --purge /opt/dak/katie/Contents.top Best regards, Frederic Lehobey -- System Information: Debian Release: 3.1 Architecture: sparc (sparc64) Kernel: Linux 2.6.8-2-sparc64 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages dak depends on: ii apt [libapt-pkg-libc6.3-5-3 0.5.28.6 Advanced front-end for dpkg ii apt-utils 0.5.28.6 APT utility programs ii bzip2 1.0.2-6 high-quality block-sorting file co ii debconf 1.4.30.13 Debian configuration management sy ii dpkg-dev 1.10.28 Package building tools for Debian ii exim4-daemon-light [mail-tr 4.50-8 lightweight exim MTA (v4) daemon ii gnupg 1.4.1-1 GNU privacy guard - a free PGP rep ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libgcc1 1:3.4.3-13 GCC support library ii libstdc++5 1:3.3.5-13 The GNU Standard C++ Library v3 ii python 2.3.5-2 An interactive high-level object-o ii python-apt 0.5.10 Python interface to libapt-pkg ii python-ldap 2.0.4-1 A LDAP interface module for Python ii python-pygresql 1:3.6.1-1 PostgreSQL module for Python ii ucf 1.17 Update Configuration File: preserv -- debconf information: * dak/username: deb-dak * dak/groupname: debadmin * dak/hostname: localhost.localdomain * dak/path: /opt/dak * dak/setup: * dak/archivename: archive FDL (ondine)
--- dak.postrm 2005-07-28 08:51:11.000000000 +0200 +++ /tmp/dak.postrm 2005-08-03 14:30:12.496817568 +0200 @@ -19,10 +19,12 @@ fi if which ucf >/dev/null; then - ucf --purge $path/apt.conf - ucf --purge $path/cron.unchecked - ucf --purge $path/katie.conf - ucf --purge $path/vars + ucf --purge $path/katie/apt.conf + ucf --purge $path/katie/cron.unchecked + ucf --purge $path/katie/katie.conf + ucf --purge /etc/katie/katie.conf + ucf --purge $path/katie/vars + ucf --purge $path/katie/Contents.top ucf --purge $path/katie/templates/alicia.bug-close ucf --purge $path/katie/templates/amber.advisory ucf --purge $path/katie/templates/jennifer.accepted