Comment 17 for bug 2006589

Revision history for this message
Adrien Nader (adrien-n) wrote :

I'm attaching an updated debdiff. I can't (easily) produce an debdiff between patch revisions unfortunately.

Changes:
- fixed the indentation
- improved messages a bit
- made it so that the backup directory is not removed anymore in case a file exists at the original location of the backup: replace "rm -rf $dir" with "rmdir --ignore-fail-on-non-empty" in order to not fail configuration but maybe we prefer it to fail.

For reference, the (updated) message in case a file exists at the original location of the backup:
> Warning: found a backup for anacron.timer but a file exists at the original location; please check its status and configuration; backup is available at `/var/lib/dpkg/anacron-service-timer-status/anacron-timer-backup'

The changelog still has all the clutter from the several revisions here but it should be simple to remove all the ppa entries before applying.