From 1d88c83c58e92f29f48a9a14f9bd2d482a6f6056 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 23 Nov 2018 13:09:57 -0500 Subject: Don’t try to update the application database during installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make the build a bit more hermetic by avoiding application database updates during the installation phase. (If you use sbuild, you don’t care, but this should make things a bit nicer for people using debuild and the like.) --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 128cace..4b4a95b 100755 --- a/debian/rules +++ b/debian/rules @@ -14,4 +14,5 @@ override_dh_autoreconf: .PHONY: override_dh_auto_configure override_dh_auto_configure: dh_auto_configure -- --without-libappindicator --without-libmrss \ - --disable-debug --disable-silent-rules + --disable-debug --disable-desktop-database-update \ + --disable-silent-rules -- cgit v1.2.3