diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 17:22:18 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 17:22:18 +0200 |
commit | b01faf4f2bda773f8619c8defe5e6ed3779ff771 (patch) | |
tree | 2157c1f988456cc1f00060de31b6df30d5c82260 /debian/rules | |
parent | 0ac947a9070322180e94d1b71e30836cce4d74bc (diff) |
Switch to buildsystem meson
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index 7b659ca..1a0e71d 100755 --- a/debian/rules +++ b/debian/rules @@ -7,12 +7,10 @@ export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w)) B_DATE:=$(shell LC_ALL=C date --utc -d "$(CHDATE)") %: - dh $@ + dh $@ --buildsystem=meson --with gnome -override_dh_auto_configure: - dh_auto_configure -- --prefix=/usr \ - --libexec=/usr/lib \ - --disable-schemas-compile +override_dh_gnome_clean: + dh_gnome_clean --no-control override_dh_install: dh_install |