1
0
Fork 0
inotify-info/debian/rules
Daniel Baumann 41096516d1
Enabling non-silent output during build.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 15:21:36 +01:00

15 lines
289 B
Makefile
Executable file

#!/usr/bin/make -f
export INOTIFYINFO_VERSION = $(shell dpkg-parsechangelog -SVersion)
%:
dh ${@}
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