aboutsummaryrefslogtreecommitdiffstats
path: root/debian/lockdep.dirs
Commit message (Collapse)AuthorAgeFilesLines
* liblockdep: Re-enable liblockdep packages following upstream fixesBen Hutchings2017-08-131-0/+1
| | | | | | | | This reverts commit 85b468262e78 "Remove unused liblockdep packaging" and 87d08943da4c "liblockdep: Stop trying to build packages, as it failed to build again", but doesn't restore the patches. All our patches, and further build fixes, were applied upstream as of v4.13-rc1.
* Remove unused liblockdep packagingBen Hutchings2017-05-031-1/+0
|
* Fix parallel builds of both arch and indep binariesBen Hutchings2015-12-101-0/+1
A parallel 'debian/rules build' will now invoke 'debian/rules.real build' twice in parallel, which is disastrous. - Add and use proper build-arch and build-indep targets in debian/rules.gen and debian/rules.real - Assign a separate temporary directory to each target in debian/rules.real. Add the directories to .gitignore and the clean rule. - Pull installation of the lockdep wrapper (which is indep) up into debian/rules.real so that we don't end up building liblockdep twice in parallel.