Codebase list debian-goodies / debian/0.57
Imported Debian version 0.57 Javier Fernandez-Sanguino 12 years ago
2 changed file(s) with 15 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
273273 # Or about files under /dev/shm
274274 if f.startswith('/dev/shm/'):
275275 return 0
276 # Or about files under /run
277 if f.startswith('/run/'):
278 return 0
276279 # Or about files under /drm
277 if f.startswith('/drm'):
280 if f.startswith('/drm/'):
278281 return 0
279282 # Or about files under /var/tmp
280283 if f.startswith('/var/tmp/'):
0 debian-goodies (0.57) unstable; urgency=low
1
2 * [checkrestart]:
3 - Exclude /run/ from the deleted files check, this prevents
4 false positives from some programs such as newer releases of
5 jackd2 and chromium which use /run/shm/ instead of
6 /dev/shm/ (Closes: #595096)
7
8 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Mon, 10 Oct 2011 23:05:30 +0200
9
010 debian-goodies (0.56) unstable; urgency=low
111
212 * [checkrestart]:
717 not belong to any package, thanks to Peter Eisentraut for the
818 patch. (Closes: #608387)
919 - Fix handling of --verbose option (Closes: #623168)
10 - Exclude /dev/shm from the deleted files check, this prevents
20 - Exclude /dev/shm/ from the deleted files check, this prevents
1121 a false positive from some programs such as jackd2 (Closes: #595096)
1222 - Exclude /home from the deleted files check as these
1323 generate a number of false positives. This included: GNOME's mixer