2
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
4
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
5
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed
7
# needed with the Ubuntu toolchain to avoid issues
8
export DEB_LDFLAGS_MAINT_STRIP := -Wl,-Bsymbolic-functions
11
dh $@ --with gir,gnome --buildsystem=meson
13
override_dh_autoreconf:
14
dh_autoreconf --as-needed
16
override_dh_auto_configure:
17
dh_auto_configure -- \
18
-Denable-gtk-doc=true \
19
-Denable-icon-update=true \
20
-Denable-introspection=true
23
dh_missing --fail-missing
25
override_dh_makeshlibs:
28
override_dh_girepository:
29
dh_girepository -l applet \
30
/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-bluetooth/
32
override_dh_translations:
33
ninja -C obj-$(DEB_HOST_GNU_TYPE) gnome-bluetooth2-pot