1
0
Fork 0

Enabling non-silent output during build.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 15:21:36 +01:00
parent e1bdbe22a9
commit 41096516d1
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

3
debian/rules vendored
View file

@ -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