tag 550252 pending
thanks
Hello,
Bug #550252 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=dcfb989
---
commit dcfb989852466575299e6f6ac505cab8c6476699
Author: Guillem Jover <[email protected]>
Date: Thu Jul 8 07:29:16 2010 +0200
dpkg-divert: Disable renaming of the source file does not exist
This makes it consistent with the general dpkg behaviour of honouring
file removals by the administrator.
Closes: #550252
As a side effect, this avoids useless errors when the destination
directory is not existent or writable.
Closes: #581544
diff --git a/debian/changelog b/debian/changelog
index dae1d12..844b2f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -74,6 +74,10 @@ dpkg (1.15.8) UNRELEASED; urgency=low
* Add new dpkg --force-confask option that forces a conffile prompt when
the conffile from the new package does not differ from the previous one.
Thanks to Henning Makholm <[email protected]>. Closes: #102609
+ * On dpkg-divert --rename, check if the source file exists, and disable
+ renaming if it does not. Closes: #550252
+ As a side effect, this avoids useless errors when the destination
+ directory is not existent or writable. Closes: #581544
[ Updated programs translations ]
* Catalan (Guillem Jover).
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]