[Piuparts-devel] [Git][debian/piuparts][develop] 2 commits: Treat /var/lib/dpkg/lock-frontend the same as lock (Closes: #909182)

Holger Levsen gitlab at salsa.debian.org
Thu Sep 20 18:32:29 BST 2018


Holger Levsen pushed to branch develop at Debian / piuparts


Commits:
2250d4b6 by Simon McVittie at 2018-09-20T15:03:34Z
Treat /var/lib/dpkg/lock-frontend the same as lock (Closes: #909182)

This is created by apt (>= 1.7.0~alpha3) as a side-effect, and is
not part of the packages under test. It would cause a warning or
error, depending whether --warn-on-others and/or
--warn-on-leftovers-after-purge were specified.

Signed-off-by: Simon McVittie <smcv at debian.org>

- - - - -
7385ed6d by Holger Levsen at 2018-09-20T15:06:08Z
add changelog entry for Simon

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- debian/changelog
- piuparts.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
 piuparts (0.92) UNRELEASED; urgency=medium
 
+  [ Holger Levsen ]
   * Update TODO.
   * Update several URLs pointing to https://www.debian.org/doc/debian-policy
     to match the new URLs since debian-policy 4.1.0.
@@ -7,6 +8,11 @@ piuparts (0.92) UNRELEASED; urgency=medium
     packages in sid more often: set reschedule-old-count = 666 and
     reschedule-old-days = 66.
 
+  [ Simon McVittie ]
+  * piuparts.py:
+    - Add to ignored_files:
+      + /var/lib/dpkg/lock-frontend (Closes: #909182)
+
  -- Holger Levsen <holger at debian.org>  Fri, 07 Sep 2018 19:55:01 +0200
 
 piuparts (0.91) unstable; urgency=medium


=====================================
piuparts.py
=====================================
@@ -295,6 +295,7 @@ class Settings:
             "/var/lib/dpkg/diversions",
             "/var/lib/dpkg/diversions-old",
             "/var/lib/dpkg/lock",
+            "/var/lib/dpkg/lock-frontend",
             "/var/lib/dpkg/status",
             "/var/lib/dpkg/status-old",
             "/var/lib/dpkg/statoverride",



View it on GitLab: https://salsa.debian.org/debian/piuparts/compare/805ff154e9481eb9ab9f7a7ffac95568481938cb...7385ed6d66a92ed50ad18f9c59f6f7a68bc7c22d

-- 
View it on GitLab: https://salsa.debian.org/debian/piuparts/compare/805ff154e9481eb9ab9f7a7ffac95568481938cb...7385ed6d66a92ed50ad18f9c59f6f7a68bc7c22d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/piuparts-devel/attachments/20180920/bfa0b055/attachment-0001.html>


More information about the Piuparts-devel mailing list