[Piuparts-devel] [Git][debian/piuparts][develop] 3 commits: Add exemption for /var/lib/dpkg/cmethopt
Nicolas Dandrimont
gitlab at salsa.debian.org
Fri Mar 13 10:30:44 GMT 2020
Nicolas Dandrimont pushed to branch develop at Debian / piuparts
Commits:
b6123494 by Nicolas Dandrimont at 2020-03-13T11:18:51+01:00
Add exemption for /var/lib/dpkg/cmethopt
This file, which tracks the current dselect download method, is now handled by
dselect (>= 1.20.0~), but it is also created by debootstrap while it is doing
its apt/dselect setup.
Closes: #953756.
- - - - -
c00105c5 by Nicolas Dandrimont at 2020-03-13T11:28:37+01:00
Add myself to uploaders
- - - - -
f5322e22 by Nicolas Dandrimont at 2020-03-13T11:30:27+01:00
Update d/changelog
- - - - -
3 changed files:
- debian/changelog
- debian/control
- piuparts.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,23 @@
+piuparts (1.1.2) UNRELEASED; urgency=medium
+
+ [ Ansgar ]
+ * piuparts-report.py: fix link to states.png
+
+ [ Stuart Prescott ]
+ * Add timeout when fetching packages files
+
+ [ Nis Martensen ]
+ * piuparts-analyze: unbreak sorting of version lists
+
+ [ Nicolas Dandrimont ]
+ * piuparts-analyze: print full exceptions when failing
+ * piuparts-analyze: fetch all bugs in bulk instead of package by package
+ * piuparts-analyze: only wait for 60 seconds when a given section is busy
+ * Add exemption for /var/lib/dpkg/cmethopt (Closes: #953756)
+ * Add myself to uploaders
+
+ -- Nicolas Dandrimont <olasd at debian.org> Fri, 13 Mar 2020 11:29:07 +0100
+
piuparts (1.1.1) unstable; urgency=medium
* Team upload to unstuck python-debianbts migration.
=====================================
debian/control
=====================================
@@ -1,5 +1,6 @@
Source: piuparts
Maintainer: piuparts developers team <piuparts-devel at alioth-lists.debian.net>
+Uploaders: Nicolas Dandrimont <olasd at debian.org>
Section: devel
Priority: optional
Standards-Version: 4.4.1
=====================================
piuparts.py
=====================================
@@ -297,6 +297,7 @@ class Settings:
"/var/lib/dpkg/arch",
"/var/lib/dpkg/available",
"/var/lib/dpkg/available-old",
+ "/var/lib/dpkg/cmethopt", # Bug#953756
"/var/lib/dpkg/diversions",
"/var/lib/dpkg/diversions-old",
"/var/lib/dpkg/lock",
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/compare/0bfbe61d8c987a247be06a750dba9e809c9e26c8...f5322e227e9316a140cdd8d287b00039cee58ed9
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/compare/0bfbe61d8c987a247be06a750dba9e809c9e26c8...f5322e227e9316a140cdd8d287b00039cee58ed9
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/20200313/98350be1/attachment-0001.html>
More information about the Piuparts-devel
mailing list