trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2014

Re: [trinity-devel] Commit c926c513 (amarok) caused a conflict between packages

From: Slávek Banko <slavek.banko@...>
Date: Fri, 14 Feb 2014 12:37:02 +0100
Dne p� 14. �nora 2014 Michele Calgaro napsal(a):
> > Michele, thank you for checking packages. You have installed all
> > packages? Respectively, you can check duplicates using extracts of
> > packages content?
>
> Slavek, as said, I didn't install all packages, but a lot of them.
> I can do a full install on a test environment and update you.
> The only thing that will be missing is tde-i18n and tde-construct
> because up to now I haven't built them. I will try to do that today if
> I have the time.
>
> Cheers
>   Michele
>

It is not necessary to install packages. I thought compare the listing of 
their contents. For example:

find pool -name "*.deb" | xargs -rn1 dpkg --contents | 
sed -e "s|.* ./||" -e "s| -> .*||"| grep -v "/$" | sort | uniq -d

Slavek
--