[Piuparts-commits] rev 60 - in trunk: . debian
Ana Beatriz Guerrero López
ana at alioth.debian.org
Mon Aug 6 13:52:41 UTC 2007
Author: ana
Date: 2007-08-06 13:52:41 +0000 (Mon, 06 Aug 2007)
New Revision: 60
Modified:
trunk/debian/changelog
trunk/piuparts.py
Log:
Add /var/lib/apt/extended_states to ignored_files.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-07-10 20:49:55 UTC (rev 59)
+++ trunk/debian/changelog 2007-08-06 13:52:41 UTC (rev 60)
@@ -1,3 +1,10 @@
+piuparts (0.24) unstable; urgency=low
+
+ * Add /var/lib/apt/extended_states to ignored_files. Thanks Anibal!
+ (Closes: #434980)
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org> Mon, 06 Aug 2007 15:47:37 +0200
+
piuparts (0.23) unstable; urgency=low
* Cosmetic change, now file owner and file are shown in the same line.
Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py 2007-07-10 20:49:55 UTC (rev 59)
+++ trunk/piuparts.py 2007-08-06 13:52:41 UTC (rev 60)
@@ -123,7 +123,8 @@
"/var/cache/debconf/templates.dat",
"/var/cache/debconf/templates.dat-old",
"/var/cache/man/index.db",
- "/var/lib/dpkg/available",
+ "/var/lib/apt/extended_states",
+ "/var/lib/dpkg/available",
"/var/lib/dpkg/available-old",
"/var/lib/dpkg/diversions",
"/var/lib/dpkg/diversions-old",
More information about the Piuparts-commits
mailing list