On Fri, Oct 8, 2010 at 12:50 PM, Florian Pritz <[email protected]> wrote: > On Fri, 1 Oct 2010 17:30:03 +0200, Florian Pritz <[email protected]> wrote: >> >> These patches add a -dd option which ignores the version of dependencies >> only >> and sodependencies. >> >> They are also available online at >> http://git.server-speed.net/users/flo/pacman/ > > Someone please signoff the pacman patches (1 and 4) so Allan can merge. > >
make check failed with deptest001 : pacman -T 'foo>1' segfaulted because we don't have a transaction in this case. Added a quick helper that uses alpm_get_trans_flags and check for -1. Also slightly changed the second patch to do just once : if (nodeps) .... else .... http://code.toofishes.net/cgit/xavier/pacman.git/log/?h=sodeps
