dpkg is unable to create a file so that it also refers to the real
filename instead of the non-diverted name only.
-2008-05-31 Raphael Hertzog <hertzog@debian.org>
-
- * src/query.c (searchfiles): Trim trailing slashes (and slash dot)
- in the arguments of dpkg -S.
-
2008-05-24 Guillem Jover <guillem@debian.org>
* dpkg-deb/build.c (do_build): Move argument name into a parameter to
include the ELF format of the desired library. Closes: #474671
* dpkg-gensymbols now refuses empty values for the the -v -P and -e
parameters.
- * dpkg -S now trims trailing slashes in its parameters. Closes: #129577
* Update dpkg(1) to refer to conffile whenever we speak of configuration
file handled by dpkg. Thus harmonize vocabulary with the policy. Thanks
to Helge Kreutzmann <debian@helgefjell.de>. Closes: #381219
while ((thisarg= *argv++) != 0) {
found= 0;
- rtrim_slash_slashdot(thisarg);
if (!strchr("*[?/",*thisarg)) {
varbufreset(&vb);
varbufaddc(&vb,'*');