This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository debsums.
commit 0c72d409e3079742ba17672a2048973e8686488a Author: Francois Marier <[email protected]> Date: Thu Oct 9 11:22:06 2008 +1300 Use append version of apt's PostInvoke --- debian/changelog | 3 ++- debian/postinst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 20dc84c..634e143 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ debsums (2.0.39) UNRELEASED; urgency=low + * Use the append syntax of apt's PostInvoke (closes: #501542) * Updated Dutch debconf translation (closes: #501376) * Updated French debconf translation (closes: #501478) - -- Francois Marier <[email protected]> Wed, 08 Oct 2008 09:39:53 +1300 + -- Francois Marier <[email protected]> Thu, 09 Oct 2008 11:21:08 +1300 debsums (2.0.38) unstable; urgency=low diff --git a/debian/postinst b/debian/postinst index 2993955..98a1819 100755 --- a/debian/postinst +++ b/debian/postinst @@ -7,7 +7,7 @@ APT_CONF=/etc/apt/apt.conf.d/90debsums db_get debsums/apt-autogen 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
