[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-612-g90378d6
Andreas Beckmann
debian at abeckmann.de
Thu May 31 19:11:26 UTC 2012
The following commit has been merged in the develop branch:
commit 90378d6f5b0425fdb950726257cb883287381b04
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Thu May 31 16:15:29 2012 +0200
p: ignore cdebconf state files
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/debian/changelog b/debian/changelog
index 85de935..29d2342 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ piuparts (0.45) UNRELEASED; urgency=low
- Add to ignored_files:
+ Default system logfiles as created by syslogd in /var/log/
+ Common empty directories in /etc not removed due to dpkg bug #316521
+ + cdebconf status files
* piupartslib/packagesdb.py:
- Do not consider a package as "untestable" if untestable/ contains a
logfile from an obsolete version of that package.
diff --git a/piuparts.py b/piuparts.py
index f76a053..6ba5e3e 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -202,11 +202,18 @@ class Settings:
"/var/cache/apt/srcpkgcache.bin",
"/var/cache/debconf/",
"/var/cache/debconf/config.dat",
+ "/var/cache/debconf/config.dat.old",
"/var/cache/debconf/config.dat-old",
"/var/cache/debconf/passwords.dat",
+ "/var/cache/debconf/passwords.dat.old",
"/var/cache/debconf/templates.dat",
+ "/var/cache/debconf/templates.dat.old",
"/var/cache/debconf/templates.dat-old",
"/var/lib/apt/extended_states",
+ "/var/lib/cdebconf/",
+ "/var/lib/cdebconf/passwords.dat",
+ "/var/lib/cdebconf/questions.dat",
+ "/var/lib/cdebconf/templates.dat",
"/var/lib/dpkg/available",
"/var/lib/dpkg/available-old",
"/var/lib/dpkg/diversions",
--
piuparts git repository
More information about the Piuparts-commits
mailing list