r3196 - in /unstable/evolution/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Thu Aug 31 10:36:06 UTC 2017


Author: jbicha
Date: Thu Aug 31 10:36:06 2017
New Revision: 3196

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3196
Log:
Fix evolution FTBFS on arch:all

Modified:
    unstable/evolution/debian/changelog
    unstable/evolution/debian/rules

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=3196&op=diff
==============================================================================
--- unstable/evolution/debian/changelog	(original)
+++ unstable/evolution/debian/changelog	Thu Aug 31 10:36:06 2017
@@ -1,3 +1,12 @@
+evolution (3.24.5-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Do not try to delete bogofilter, spamassassin modules from
+    libevolution if only building for Architecture: all, fixing FTBFS
+    (Closes: #873796)
+
+ -- Simon McVittie <smcv at debian.org>  Thu, 31 Aug 2017 09:30:03 +0100
+
 evolution (3.24.5-2) unstable; urgency=medium
 
   * Upload to unstable (Closes: #871626)

Modified: unstable/evolution/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/rules?rev=3196&op=diff
==============================================================================
--- unstable/evolution/debian/rules	(original)
+++ unstable/evolution/debian/rules	Thu Aug 31 10:36:06 2017
@@ -39,8 +39,10 @@
 override_dh_install:
 	dh_install --fail-missing -X.la -Xlibevolutiontestsettings.so \
 		-Xusr/lib/evolution/installed-tests -Xusr/share/installed-tests
+ifneq ($(filter libevolution,$(shell dh_listpackages)),)
 	find debian/libevolution/ -name 'module-bogofilter.so' -delete
 	find debian/libevolution/ -name 'module-spamassassin.so' -delete
+endif
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V'libevolution (>= $(DEB_VERSION_UPSTREAM)), libevolution (<< $(DEB_GNOME_NEXTVERSION))' -n




More information about the pkg-evolution-commits mailing list