On Sun, Feb 23, 2014 at 7:28 AM, Lisandro Damián Nicanor Pérez Meyer <[email protected]> wrote: > is_affected = .depends ~ "qtbase5-private-dev";
Did you mean .build-depends? In any case, that won't match pyqt5, so I would change that to: .depends ~ "qtbase-abi-5-2-0" | .depends ~ "qtbase-abi-5-2-1" Also, pyqt5 requires sip4 to be binNMUed for python3.4 first, otherwise it will FTBFS. I would appreciate if that is done earlier than the rest of transition. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAKimPHXsGWjAwup6w+=pc4hhtt7uwhc9ttaus-zyq13orrr...@mail.gmail.com

