You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
550 B

  1. #!/usr/bin/make -f
  2. # See debhelper(7) (uncomment to enable)
  3. # output every command that modifies files on the build system.
  4. #export DH_VERBOSE = 1
  5. # Security Hardening
  6. export DEB_BUILD_MAINT_OPTIONS = hardening=+all
  7. DPKG_EXPORT_BUILDFLAGS = 1
  8. include /usr/share/dpkg/buildflags.mk
  9. override_dh_auto_install:
  10. find src/ -name '*.la' -delete
  11. dh_auto_install
  12. override_dh_auto_configure:
  13. dh_auto_configure -- \
  14. --enable-shared \
  15. --disable-ssp
  16. override_dh_installchangelogs:
  17. dh_installchangelogs -XChanges
  18. %:
  19. dh $@ --with systemd