summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-13 10:59:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-13 11:01:42 +0000
commit0a75c178be0eecf39cbd2331fd1a173277759a63 (patch)
tree8cab51358b5d8ff501472b1cbf162aeb551d6936
parentRemoving manual debhelper install file, not needed anymore with new upstream ... (diff)
downloadinotify-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-xdebian/rules3
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