Enabling non-silent output during build.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e1bdbe22a9
commit
41096516d1
1 changed files with 3 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -8,5 +8,8 @@ export INOTIFYINFO_VERSION = $(shell dpkg-parsechangelog -SVersion)
|
||||||
execute_after_dh_auto_clean:
|
execute_after_dh_auto_clean:
|
||||||
rm -rf _release
|
rm -rf _release
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
dh_auto_build -- VERBOSE=1
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install -- PREFIX=$(CURDIR)/debian/inotify-info/usr
|
dh_auto_install -- PREFIX=$(CURDIR)/debian/inotify-info/usr
|
||||||
|
|
Loading…
Add table
Reference in a new issue