[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.45-75-g5fca52d

Andreas Beckmann debian at abeckmann.de
Thu Jul 26 12:13:22 UTC 2012


The following commit has been merged in the piatti branch:
commit 3f015e6e3a7f2b925f6c083360b727ebe1cf6fad
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Thu Jul 5 15:00:36 2012 +0200

    p: ignore /var/lib/onioncat/
    
    a system user home directory
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 1b67177..5c12fb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ piuparts (0.46) UNRELEASED; urgency=low
   * piuparts.py:
     - Add to ignored_files:
       + /var/lib/cdebconf/{questions,templates}.dat-old
+      + /var/lib/onioncat/
   * piupartslib/dependencyparser.py:
     - Package names may now have a ":any" qualification in some cases.  Extend
       the parser to recognize and discard this suffix.
diff --git a/piuparts.py b/piuparts.py
index 893ae51..7134ddd 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -263,6 +263,7 @@ class Settings:
             # home directories of system accounts
             "/var/lib/gozerbot/",
             "/var/lib/nagios/",         # nagios* (#668756)
+            "/var/lib/onioncat/",       # onioncat
             "/var/lib/rbldns/",
             "/var/spool/powerdns/",     # pdns-server (#531134), pdns-recursor (#531135)
             # work around #316521 dpkg: incomplete cleanup of empty directories

-- 
piuparts git repository



More information about the Piuparts-commits mailing list