From 509cbc1f188bbccafaa79ecaa57230491ff4f4b5 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Fri, 2 Sep 2022 04:19:46 -0400 Subject: [PATCH] debian/control.in: Drop obsolete Build-Depends on gcr --- debian/control | 1 - debian/control.in | 1 - debian/rules | 2 -- 3 files changed, 4 deletions(-) diff --git a/debian/control b/debian/control index 89bb8b5c1a..5435440278 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,6 @@ Build-Depends: cmake, evolution-data-server-dev (>= 3.45.3), evolution-data-server-dev (<< 3.47), libwebkit2gtk-4.1-dev, - libgcr-3-dev (>= 3.4), libgeocode-glib-dev (>= 3.26.3), libgnome-desktop-3-dev (>= 3.8.0), libgspell-1-dev, diff --git a/debian/control.in b/debian/control.in index c218046811..8b538dc5d5 100644 --- a/debian/control.in +++ b/debian/control.in @@ -22,7 +22,6 @@ Build-Depends: cmake, evolution-data-server-dev (>= 3.45.3), evolution-data-server-dev (<< 3.47), libwebkit2gtk-4.1-dev, - libgcr-3-dev (>= 3.4), libgeocode-glib-dev (>= 3.26.3), libgnome-desktop-3-dev (>= 3.8.0), libgspell-1-dev, diff --git a/debian/rules b/debian/rules index e6b040dfec..8de34b8393 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,6 @@ DEB_REVISION := $(shell echo $(DEB_VERSION) | awk -F- '{ print $$NF }') # which is not in Debian yet override_dh_auto_configure: dh_auto_configure -- \ - -DWITH_GCR3=ON \ -DSYSCONF_INSTALL_DIR=/etc \ -DWITH_OPENLDAP=ON \ -DENABLE_PLUGINS=all \ @@ -24,7 +23,6 @@ override_dh_auto_configure: -DENABLE_CONTACT_MAPS=ON \ -DENABLE_AUTOAR=ON \ -DENABLE_INSTALLED_TESTS=OFF \ - -DWITH_GWEATHER4=ON \ -DWITH_HELP=ON \ -DENABLE_GTK_DOC=ON \ -DVERSION_SUBSTRING=-$(DEB_REVISION)