From 11edc4504867579e11e90557d8707875f6284431 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Fri, 22 Apr 2022 21:40:20 +0200 Subject: 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. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b6cb6de..69eabe9 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3-54-g00ecf