rules 394B

123456789101112131415161718
  1. #!/usr/bin/make -f
  2. # export DH_VERBOSE=1
  3. export DEB_BUILD_MAINT_OPTIONS = hardening=+all
  4. %:
  5. dh $@
  6. override_dh_auto_configure:
  7. dh_auto_configure -- --with-udev=/lib/udev/rules.d
  8. override_dh_installchangelogs:
  9. dh_installchangelogs ChangeLog.md
  10. override_dh_auto_install:
  11. dh_auto_install
  12. rm -f debian/light/usr/share/doc/light/COPYING
  13. rm -f debian/light/usr/share/doc/light/ChangeLog.md