Codebase list debian-goodies / 705aea8
Imported Debian version 0.45 Javier Fernandez-Sanguino 12 years ago
4 changed file(s) with 15 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
217217 last = process.descriptors.pop()
218218 # Add it to the list of deleted files if the previous descriptor
219219 # was DEL or lsof marks it as deleted
220 if re.compile("DEL").search(last) or re.compile("deleted").search(data):
220 if re.compile("DEL").search(last) or re.compile("deleted").search(data) or re.compile("\(path inode=[0-9]+\)$").search(data):
221221 process.files.append(data)
222222 else:
223223 # We discard the previous descriptors and drop it
0 debian-goodies (0.45) unstable; urgency=low
1
2 * Fix installation of examples so now debmany's bash_completion file is
3 installed.
4 * checkrestart:
5 - Apply patch provided by Piotr Kaczuba to make checkrestart reliable
6 again by handling lsof's output when deleted libraries are
7 referenced as 'path inode' (Closes: #491235)
8
9 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Sat, 19 Jul 2008 01:12:20 +0200
10
011 debian-goodies (0.44) unstable; urgency=low
112
213 * checkrestart:
3 * Remove extra space in call to dpkg (Closes: #490399)
4 * Prevent warnings when using mutt (it creates deleted files)
14 - Remove extra space in call to dpkg (Closes: #490399)
15 - Prevent warnings when using mutt (it creates deleted files)
516
617 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Sat, 12 Jul 2008 14:19:51 +0200
718
+0
-1
debian/debian-goodies.examples less more
0 debmany/debmany.bash_completion
0 debmany/debmany.bash_completion