[Piuparts-commits] rev 79 - in trunk: . debian
Ana Beatriz Guerrero López
ana at alioth.debian.org
Wed Aug 29 11:21:00 UTC 2007
Author: ana
Date: 2007-08-29 11:21:00 +0000 (Wed, 29 Aug 2007)
New Revision: 79
Modified:
trunk/debian/changelog
trunk/piuparts.py
Log:
Update list of ignored files.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-08-29 10:09:05 UTC (rev 78)
+++ trunk/debian/changelog 2007-08-29 11:21:00 UTC (rev 79)
@@ -1,6 +1,6 @@
piuparts (0.26) unstable; urgency=low
- * ...
+ * Update list of ignored files. (Closes: #439592)
-- Ana Beatriz Guerrero Lopez <ana at debian.org> Tue, 28 Aug 2007 22:30:43 +0200
Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py 2007-08-29 10:09:05 UTC (rev 78)
+++ trunk/piuparts.py 2007-08-29 11:21:00 UTC (rev 79)
@@ -76,12 +76,15 @@
self.ignored_files = [
"/dev/MAKEDEV",
"/etc/aliases",
+ "/etc/apt/apt.conf",
"/etc/apt/secring.gpg",
"/etc/apt/trustdb.gpg",
"/etc/crypttab",
"/etc/exports",
"/etc/group",
"/etc/group-",
+ "/etc/gshadow",
+ "/etc/gshadow-",
"/etc/hosts.allow.bak",
"/etc/inetd.conf",
"/etc/init.d/gnocatan-meta-server",
@@ -107,8 +110,7 @@
"/etc/shells",
"/etc/skel/.zshrc",
"/home/ftp",
- "/usr/doc", # Temporary until cpio upgrade bug is fixed
- "/usr/doc/cpio", # Temporary until cpio upgrade bug is fixed
+ "/usr/sbin/policy-rc.d",
"/usr/share/doc/base-config",
"/usr/share/doc/base-config/README.Debian",
"/usr/share/doc/base-config/changelog.gz",
@@ -118,6 +120,7 @@
"/var/backups/infodir.bak",
"/var/cache/apt/archives/lock",
"/var/cache/apt/pkgcache.bin",
+ "/var/cache/apt/srcpkgcache.bin",
"/var/cache/debconf",
"/var/cache/debconf/config.dat",
"/var/cache/debconf/config.dat-old",
@@ -126,7 +129,7 @@
"/var/cache/debconf/templates.dat-old",
"/var/cache/man/index.db",
"/var/lib/apt/extended_states",
- "/var/lib/dpkg/available",
+ "/var/lib/dpkg/available",
"/var/lib/dpkg/available-old",
"/var/lib/dpkg/diversions",
"/var/lib/dpkg/diversions-old",
@@ -145,7 +148,6 @@
"/var/log/dpkg.log",
"/var/log/faillog",
"/var/log/lastlog",
- "/var/spool/cron", # Temporary until at bug is fixed.
"/",
]
self.ignored_patterns = [
More information about the Piuparts-commits
mailing list