Package: debsums Version: 2.0.46 Severity: minor Hi, in config file /etc/apt/apt.conf.d/90debsums there's a syntax error of trailing :: after DPkg::Post-Invoke, trivial patch:
--- debsums.postinst 2009-06-26 06:31:32.000000000 +0200 +++ /tmp/debsums.postinst 2009-07-02 00:45:48.000000000 +0200 @@ -20,7 +20,7 @@ configure) db_get debsums/apt-autogen || true if [ "$RET" = true ]; then - echo 'DPkg::Post-Invoke:: { "if [ -x /usr/bin/debsums ]; then /usr/bin/debsums --generate=nocheck -sp /var/cache/apt/archives; fi"; };' >$APT_CONF + echo 'DPkg::Post-Invoke { "if [ -x /usr/bin/debsums ]; then /usr/bin/debsums --generate=nocheck -sp /var/cache/apt/archives; fi"; };' >$APT_CONF else rm -f $APT_CONF fi -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29.4 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages debsums depends on: ii debconf [debconf-2.0] 1.5.26 Debian configuration management sy ii perl 5.10.0-23 Larry Wall's Practical Extraction debsums recommends no packages. debsums suggests no packages. -- debconf information: debsums/apt-autogen: true debsums/croncheck: never -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org