diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-13 10:59:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-13 11:01:42 +0000 |
commit | 0a75c178be0eecf39cbd2331fd1a173277759a63 (patch) | |
tree | 8cab51358b5d8ff501472b1cbf162aeb551d6936 | |
parent | Removing manual debhelper install file, not needed anymore with new upstream ... (diff) | |
download | inotify-info-0a75c178be0eecf39cbd2331fd1a173277759a63.tar.xz inotify-info-0a75c178be0eecf39cbd2331fd1a173277759a63.zip |
Enabling non-silent output during build.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index f2ed0ca..e0f1f9b 100755 --- a/debian/rules +++ b/debian/rules @@ -8,5 +8,8 @@ export INOTIFYINFO_VERSION = $(shell dpkg-parsechangelog -SVersion) execute_after_dh_auto_clean: rm -rf _release +override_dh_auto_build: + dh_auto_build -- VERBOSE=1 + override_dh_auto_install: dh_auto_install -- PREFIX=$(CURDIR)/debian/inotify-info/usr |