Codebase list wayland / 1599a1f
debian/rules: convert to use meson buildsystem Signed-off-by: Héctor Orón Martínez <zumbi@debian.org> Héctor Orón Martínez 3 years ago
1 changed file(s) with 3 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
11
22 SOURCE=wayland
33
4 ifneq (,$(filter cross,$(DEB_BUILD_PROFILES)))
5 configure_flags += --with-host-scanner
6 endif
74 # Don't build the documentation when not building arch:all packages
85 ifeq (,$(filter libwayland-doc,$(shell dh_listpackages)))
9 configure_flags += --disable-documentation
6 configure_flags += -Ddocumentation=false
107 endif
118
129 override_dh_auto_configure:
1512 # Kill *.la files, and forget no-one:
1613 override_dh_install:
1714 find debian/tmp -name '*.la' -delete
18 dh_install --fail-missing
15 dh_missing --fail-missing
1916
2017 override_dh_makeshlibs:
2118 dh_makeshlibs -plibwayland-client0 \
3936 dh_auto_test || true
4037
4138 %:
42 dh $@ --with quilt --builddirectory=build/
39 dh $@ --with quilt --builddirectory=build/ --buildsystem=meson
4340
4441 # For maintainer use only, generate a tarball:
4542 gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//')