From 6aab164abce2b742792314e6a5819179817f8d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Jul 2023 16:04:43 +0200 Subject: d/r: Drop unnecessary libexec configure option --- debian/rules | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 38a3150..e9b7aea 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,6 @@ endif override_dh_auto_configure: dh_auto_configure -- \ - --libexec=/usr/libexec \ -Dunity_support=true $(APPORT) override_dh_gnome_clean: -- cgit v1.2.3 From f7727f8a6815f7447b2044502a74b10643555f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Jul 2023 16:08:32 +0200 Subject: d/r: Update apport configuration option name --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e9b7aea..f462a9d 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w)) #Enable the apport option when building of Ubuntu ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) - APPORT = -Dinstall-apport-hook=true + APPORT = -Dinstall_apport_hook=true endif %: @@ -14,7 +14,7 @@ endif override_dh_auto_configure: dh_auto_configure -- \ - -Dunity_support=true $(APPORT) + -Dunity_support-true $(APPORT) override_dh_gnome_clean: dh_gnome_clean --no-control -- cgit v1.2.3 From 2d62c02073da61c5718be46bc804d4c6b12636a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Jul 2023 16:12:09 +0200 Subject: d/r: Drop obsolete override_dh_install --- debian/rules | 7 ------- 1 file changed, 7 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index f462a9d..9eb330a 100755 --- a/debian/rules +++ b/debian/rules @@ -18,10 +18,3 @@ override_dh_auto_configure: override_dh_gnome_clean: dh_gnome_clean --no-control - -override_dh_install: - dh_install - # Remove unwanted la files - rm -f debian/shotwell/usr/lib/*/shotwell/plugins/builtin/*.la - rm -f debian/shotwell/usr/lib/*/*shotwell*.a - rm -f debian/shotwell/usr/lib/*/*shotwell*.la -- cgit v1.2.3 From 5b3508e2c8767d8bf1a5f0679924d702f93f7a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Jul 2023 16:19:40 +0200 Subject: Replace gnome-pkg-tools with dh-sequence-gnome --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 9eb330a..39a3984 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) endif %: - dh $@ --buildsystem=meson --with gnome + dh $@ --buildsystem=meson override_dh_auto_configure: dh_auto_configure -- \ -- cgit v1.2.3 From 68b90f1d83d5484704e5d3b3ece51166f87cda56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Jul 2023 17:06:41 +0200 Subject: d/r: fix typo --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 39a3984..8d4b33c 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ endif override_dh_auto_configure: dh_auto_configure -- \ - -Dunity_support-true $(APPORT) + -Dunity_support=true $(APPORT) override_dh_gnome_clean: dh_gnome_clean --no-control -- cgit v1.2.3