#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
                          -Dgvfs_pkgs=gvfs-backends,python3-gi,gir1.2-glib-2.0 \
                          -Dboto_pkgs=python3-boto \
                          -Dpydrive_pkgs=python3-pydrive \
                          -Dswiftclient_pkgs=python3-swiftclient
