dpkg-buildtree(1) | dpkg suite | dpkg-buildtree(1) |
dpkg-buildtree - helper for build tree operations during package builds
dpkg-buildtree [option...] [command]
dpkg-buildtree is a tool to perform common operations on the build tree for a source package.
This program was introduced in dpkg 1.22.3.
You can call dpkg-buildtree clean from the debian/rules clean target, after having performed other necessary cleanups.
For example for an autoconf-like build system:
clean: [ ! -f Makefile ] || $(MAKE) distclean dpkg-buildtree clean
2024-09-26 | 1.22.6 |