summaryrefslogtreecommitdiff
path: root/debian/patches/99_hppa_bug561203_decrease_failure_rate.diff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-05Refresh multiple patches.Lisandro Damián Nicanor Pérez Meyer1-4/+4
2013-09-14Refresh patchLisandro Damián Nicanor Pérez Meyer1-3/+3
2013-07-02Refresh 99_hppa_bug561203_decrease_failure_rate.diffLisandro Damián Nicanor Pérez Meyer1-6/+6
2012-04-03Refresh patches for the new upstream version.Felix Geyer1-5/+5
2011-12-27Fix typo in 99_hppa_bug561203_decrease_failure_rate.diffFathi Boudra1-1/+1
2011-12-27Update 99_hppa_bug561203_decrease_failure_rate.diff:Fathi Boudra1-9/+38
qt_fork() has been removed upstream. Adapt the patch to Qt 4.8.0 code.
2011-06-12Include diff statFathi Boudra1-0/+4
2010-06-06Decrease failure rate in QProcess on hppa caused by #561203.Modestas Vainius1-0/+24
Add usleep(1000) before fork() in QProcess on hppa in order to decrease failure rate caused by #561203. Hopefully, probablity of the failure becomes so low that packages do not FBTFS anymore. This hack is just an ugly but very needed workaround for a common manifestation of the bug in QProcess (patch 99_hppa_bug561203_decrease_failure_rate.diff).