Package: cfengine2 Version: 2.2.8-2 Severity: important Tags: patch
I forgot to inform the maintainer, but packag removal does not work anymore for this version. It is fixed in the trunk version of cfengine2 -- patch --- diff -ruN cfengine-2.2.8-old/src/package.c cfengine-2.2.8/src/package.c --- cfengine-2.2.8-old/src/package.c 2008-07-13 09:33:45.000000000 +0200 +++ cfengine-2.2.8/src/package.c 2008-11-24 10:25:39.478319896 +0100 @@ -1194,7 +1194,12 @@ int DPKGPackageList (char *package, char *version, enum cmpsense cmp, struct Item **pkglist) { - return 0; /* not implemented yet */ + /* Rather than re-checking packages, assume the package name is + installed since the DPKGPackageCheck was positive. This is + possible since Cfengine+dpkg doesn't support granular version + install/removes */ + AppendItem(pkglist,package,""); + return 1; } /*********************************************************************/ -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.27.6-sara1 (SMP w/8 CPU cores) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages cfengine2 depends on: ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy ii debianutils 2.30 Miscellaneous utilities specific t ii libc6 2.7-16 GNU C Library: Shared libraries ii libdb4.6 4.6.21-11 Berkeley v4.6 Database Libraries [ ii libssl0.9.8 0.9.8g-14 SSL shared libraries ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip ii perl 5.10.0-17 Larry Wall's Practical Extraction cfengine2 recommends no packages. cfengine2 suggests no packages. -- debconf information: cfengine2/run_cfservd: true cfengine2/run_cfexecd: true cfengine2/run_cfenvd: true -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]