From b01faf4f2bda773f8619c8defe5e6ed3779ff771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 17:22:18 +0200 Subject: Switch to buildsystem meson --- debian/rules | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'debian/rules') 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 -- cgit v1.2.3 From fc4ae2abf757c9dbc5974f4966492576eabf7643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 18:13:27 +0200 Subject: d/rules: remove unused calculation of B_DATE --- debian/rules | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 1a0e71d..8eaecd6 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w)) -B_DATE:=$(shell LC_ALL=C date --utc -d "$(CHDATE)") - %: dh $@ --buildsystem=meson --with gnome -- cgit v1.2.3