retitle 537672 Please add new test: conflict packages thanks I think, i could write a patch for this bug, but i don't know which of cases i must select: * create additional check in directory checks/, or * patch exists check
I think we can add apt-file to Recommends or Suggests section and use
its files from /var/cache/apt/apt-file/* if they exists.
Something like:
for (glob '/var/cache/apt/apt-file/*.gz')
{
open my $file, '-|', "cat $_|gunzip";
while(<$file>)
{
# check conflicts
}
}
--
... mpd playing: WASP - I Wanna Be Somebody
. ''`. Dmitry E. Oboukhov
: :’ : email: [email protected] jabber://[email protected]
`. `~’ GPGKey: 1024D / F8E26537 2006-11-21
`- 1B23 D4F8 8EC0 D902 0555 E438 AB8C 00CF F8E2 6537
signature.asc
Description: Digital signature

