[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.49-105-gac1319a
Andreas Beckmann
anbe at debian.org
Fri Mar 1 15:32:54 UTC 2013
The following commit has been merged in the piatti branch:
commit c52811196112345e6bed7ba2b27b25c92fea15a3
Author: Andreas Beckmann <anbe at debian.org>
Date: Tue Feb 5 02:00:50 2013 +0100
p: ignore manipulation of /var/lib/dpkg/arch
this is managed by dpkg --add-architecture etc.
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/debian/changelog b/debian/changelog
index 6a5974e..7422aa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ piuparts (0.50) UNRELEASED; urgency=low
[ Andreas Beckmann ]
* piuparts.py:
+ - Add to ignored_files:
+ + /var/lib/dpkg/arch
- Call dpkg-deb with --nocheck to allow bad version numbers.
- Pass unqualified package names to apt-cache show for lenny support.
* piuparts.conf:
diff --git a/piuparts.py b/piuparts.py
index 22e09b0..ad6ad1e 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -240,6 +240,7 @@ class Settings:
"/var/lib/cdebconf/questions.dat-old",
"/var/lib/cdebconf/templates.dat",
"/var/lib/cdebconf/templates.dat-old",
+ "/var/lib/dpkg/arch",
"/var/lib/dpkg/available",
"/var/lib/dpkg/available-old",
"/var/lib/dpkg/diversions",
--
piuparts git repository
More information about the Piuparts-commits
mailing list