light/debian/rules
Marcin Woźniak 103757d7ad
Added
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2020-09-14 10:34:43 +02:00

19 lines
394 B
Makefile

#!/usr/bin/make -f
# export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- --with-udev=/lib/udev/rules.d
override_dh_installchangelogs:
dh_installchangelogs ChangeLog.md
override_dh_auto_install:
dh_auto_install
rm -f debian/light/usr/share/doc/light/COPYING
rm -f debian/light/usr/share/doc/light/ChangeLog.md