From 13fc9b3d7074bcf4063065dcba4162a3a69b7343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 27 Nov 2021 10:47:25 +0100 Subject: Enable untiy support --- debian/changelog | 8 ++++++++ debian/control | 1 + debian/rules | 5 +++++ 3 files changed, 14 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e545ec8..cacfc36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +shotwell (0.30.14-2) UNRELEASED; urgency=medium + + * Enable untiy support (Closes: #1000528) + - debian/control: Add Build-Depends libunity-dev. + - debian/rules: Add override_dh_auto_configure. + + -- Jörg Frings-Fürst Sat, 27 Nov 2021 09:39:19 +0100 + shotwell (0.30.14-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index bce2814..d5f2797 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Build-Depends: librest-dev (>= 0.7), libsoup2.4-dev (>= 2.26.0), libsqlite3-dev (>= 3.5.9), + libunity-dev, libwebkit2gtk-4.0-dev, libxml2 (>= 2.6.32), meson, diff --git a/debian/rules b/debian/rules index 8eaecd6..acbfebd 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,11 @@ export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w)) %: dh $@ --buildsystem=meson --with gnome +override_dh_auto_configure: + dh_auto_configure -- \ + --libexec=/usr/libexec \ + -Dunity-support=true + override_dh_gnome_clean: dh_gnome_clean --no-control -- cgit v1.2.3