[Piuparts-commits] rev 691 - in trunk: . debian

Holger Levsen holger at alioth.debian.org
Thu Aug 12 14:29:33 UTC 2010


Author: holger
Date: 2010-08-12 14:29:32 +0000 (Thu, 12 Aug 2010)
New Revision: 691

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
  - add to self.ignored_files: 
    - /var/log/alternatives.log (Closes: #591966)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-06-21 17:48:11 UTC (rev 690)
+++ trunk/debian/changelog	2010-08-12 14:29:32 UTC (rev 691)
@@ -33,7 +33,9 @@
       output. Thanks to Fabrice Coutadeur for the patch! (Closes: #567190)
     - new option: --warn-on-leftovers-after-purge to not fail if a package
       leaves files behind after purge. (Closes: #566599)
-    - add to self.ignored_files: /var/lib/apt/lists/partial/.delete-me-later
+    - add to self.ignored_files: 
+      - /var/lib/apt/lists/partial/.delete-me-later
+      - /var/log/alternatives.log (Closes: #591966)
     - add to self.ignored_patterns: /etc/init.d/.depend.*
     - create temporary DEBIAN directory for the piuparts-depends-dummy package
       with 0755 perms regardless of the umask of the calling shell. 
@@ -46,7 +48,6 @@
   * piuparts.1.txt: update the pointer to custom-scripts.txt to point to
     README.txt, as those two files have been merged. Thanks to Gregor Hermann
     for spotting this. (Closes: #574504)
-  *
 
   [ Evgeni Golov ]
   * piuparts.py:

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2010-06-21 17:48:11 UTC (rev 690)
+++ trunk/piuparts.py	2010-08-12 14:29:32 UTC (rev 691)
@@ -233,6 +233,7 @@
             "/var/lib/dpkg/firebird",
             "/var/lib/logrotate/status",
             "/var/lib/rbldns",
+            "/var/log/alternatives.log",
             "/var/log/apt/term.log",
             "/var/log/dpkg.log",
             "/var/log/faillog",




More information about the Piuparts-commits mailing list