#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 # see FEATURE AREAS in dpkg-buildflags(1) export DEB_BUILD_MAINT_OPTIONS = hardening=+all # see ENVIRONMENT in dpkg-buildflags(1) # package maintainers to append CFLAGS #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic # package maintainers to append LDFLAGS export DEB_LDFLAGS_MAINT_APPEND = %: dh $@ execute_before_dh_autoreconf: gtkdocize --copy --docdir doc override_dh_auto_configure: dh_auto_configure -- --enable-gtk-doc override_dh_auto_build: dh_auto_build -- LIBS=-lX11 execute_before_dh_clean: $(RM) doc/html/* doc/libXsettings-client-decl-list.txt $(RM) doc/libXsettings-client-decl.txt doc/libXsettings-client-undocumented.txt $(RM) doc/tmpl/xsettings-common.sgml doc/xml/* doc/libXsettings-client-undeclared.txt $(RM) doc/tmpl/xsettings-client.sgml doc/tmpl/config.sgml execute_before_dh_install: install -d debian/tmp/usr/share/doc/libxsettings-client-doc/ ln -s -T /usr/share/gtk-doc/html/libXsettings-client/ debian/tmp/usr/share/doc/libxsettings-client-doc/html