[Piuparts-commits] [piuparts] 06/09: don't ignore /usr/share/keyrings/debian-archive-removed-keys.gpg~

Holger Levsen holger at layer-acht.org
Sun Mar 5 22:53:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 3e7c60c0742588e28b674acee37fefc38ea48d2e
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Mar 5 20:36:05 2017 +0100

    don't ignore /usr/share/keyrings/debian-archive-removed-keys.gpg~
    
    this should be handled in post_distupgrade_exceptions
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog | 2 ++
 piuparts.py      | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d814deb..511401a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ piuparts (0.76) UNRELEASED; urgency=medium
 
   [ Andreas Beckmann ]
   * piuparts.py:
+    - Remove from ignored_files:
+      - /usr/share/keyrings/debian-archive-removed-keys.gpg~
     - Do not require --scriptsdir for proper operation.  (Closes: #855038)
     - Make install_over_symlink tests fail by default, add
       --warn-on-install-over-symlink option to demote this to a warning.
diff --git a/piuparts.py b/piuparts.py
index 8baab58..85b5255 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -261,7 +261,6 @@ class Settings:
             "/etc/apt/trustdb.gpg",
             "/etc/apt/trusted.gpg",
             "/etc/apt/trusted.gpg~",
-            "/usr/share/keyrings/debian-archive-removed-keys.gpg~",
             "/var/cache/apt/archives/lock",
             "/var/cache/apt/archives/partial/",
             "/var/cache/apt/pkgcache.bin",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list