Control: forcemerge 745592 -1

On Wed, 2014-04-23 at 12:47:38 -0600, Bob Proulx wrote:
> Package: dpkg
> Version: 1.17.7
> Severity: normal
> Tags: patch

> Since the recent upgrade in Sid there is now a daily message from cron.
> 
>   /etc/cron.daily/dpkg:
>   cp: cannot stat '/var/lib/dpkg/arch': No such file or directory
>
> Adding the following line avoids the error.
> 
>     dbfiles="arch status diversions statoverride"
>     for db in $dbfiles ; do
> +       test -f $dbdir/$db || continue
>         if ! cmp -s dpkg.${db}.0 $dbdir/$db ; then

Right, I had already a fix committed locally just after 745592 got
filed. Merging now. Will be uploading a fixed package in few days,
as this will be causing lots of unwanted mails on many systems.

Thanks,
Guillem


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to