dpkg-buildtree: New program
commitbd91c90b0ffaba0923a248a8472e6c6ac4b8e565
authorGuillem Jover <guillem@debian.org>
Mon, 10 Jul 2023 00:31:53 +0000 (10 02:31 +0200)
committerGuillem Jover <guillem@debian.org>
Mon, 1 Jan 2024 17:10:53 +0000 (1 18:10 +0100)
treed6e1ab2b3b6387c76d455b603a8f6f5f170ebeff
parent6dcd1234913f4213ba536a0599c9cba449694cc9
dpkg-buildtree: New program

This is a new helper program that initially will try to abstract
operations that deal with internal dpkg implementation details where
packagers in general should not need to be concerned about.

The first operation introduced is to clean state files generated by
various dpkg tools, so that we can eventually move their locations
through a new dpkg-build-api level for example.
13 files changed:
debian/README.bug-usertags
debian/dpkg-dev.install
debian/dpkg-dev.manpages
man/Makefile.am
man/dpkg-buildtree.pod [new file with mode: 0644]
man/po/po4a.cfg
scripts/.gitignore
scripts/Dpkg/BuildTree.pm [new file with mode: 0644]
scripts/Makefile.am
scripts/dpkg-buildtree.pl [new file with mode: 0755]
scripts/po/POTFILES.in
scripts/t/Dpkg_BuildTree.t [new file with mode: 0644]
t/pod-spell.t