Skip to content

Commit

Permalink
Stop explicitly requiring fakeroot
Browse files Browse the repository at this point in the history
On older Debian/Ubuntu it gets installed, and dpkg-buildpackage should use it.
On newer versions, we do not need it.
  • Loading branch information
zeha committed Jan 15, 2024
1 parent 169502b commit ccce514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/build-debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ EOF
# allow build to use all available processors
export DEB_BUILD_OPTIONS='parallel='`nproc`

fakeroot debian/rules binary || exit 1
dpkg-buildpackage -b || exit 1
popd
done

0 comments on commit ccce514

Please sign in to comment.