diff options
author | Jelle van der Waa <jelle@archlinux.org> | 2022-04-22 21:40:20 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2022-05-17 21:03:43 +0200 |
commit | 11edc4504867579e11e90557d8707875f6284431 (patch) | |
tree | cf831321c1de20e6097312c12f2d171abf23d36e /Makefile | |
parent | f42b032c5ed0b45d56742318bc34c64ecd961ccb (diff) | |
download | devtools-11edc4504867579e11e90557d8707875f6284431.tar.xz |
diffpkg - diff repo vs. build package
Include a new tool as alternative to checkpkg, this runs diffoscope on a
newly build package and the current repository package. This can be
useful for finding new files / binaries.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,7 @@ IN_PROGS = \ checkpkg \ commitpkg \ crossrepomove\ + diffpkg \ finddeps \ find-libdeps \ lddd \ @@ -76,6 +77,7 @@ MANS = \ doc/makechrootpkg.1 \ doc/lddd.1 \ doc/checkpkg.1 \ + doc/diffpkg.1 \ doc/offload-build.1 \ doc/sogrep.1 \ doc/makerepropkg.1 \ |