#!/usr/bin/make -f # See debhelper(7) (uncomment to enable) # output every command that modifies files on the build system. export DH_VERBOSE = 1 # Enable all hardening build flags # see FEATURE AREAS in dpkg-buildflags(1) export DEB_BUILD_MAINT_OPTIONS = hardening=+all # main packaging script based on dh7 syntax %: dh $@ execute_after_dh_auto_clean: rm -f man/shairport-sync.1 man/shairport-sync.html override_dh_auto_configure: dh_auto_configure -- \ --with-pkg-config \ --with-dummy \ --with-stdout \ --with-pipe \ --without-configfiles \ --with-piddir=/run/shairport-sync \ --with-libdaemon \ --with-ssl=openssl \ --with-soxr \ --with-metadata \ --with-metadata-pipe \ --with-metadata-multicast \ --with-avahi \ --with-alsa \ --with-jack \ --with-pulseaudio \ --with-pipewire \ --with-convolution \ --with-dbus-interface \ --with-mpris-interface \ --with-mqtt-client \ --with-airplay-2 \ --with-ffmpeg override_dh_installchangelogs: dh_installchangelogs --keep RELEASENOTES.md override_dh_installsystemduser: dh_installsystemduser --no-enable