r3211 - in /unstable/evolution-data-server/debian: changelog rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Fri Sep 1 19:26:49 UTC 2017
Author: jbicha
Date: Fri Sep 1 19:26:49 2017
New Revision: 3211
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3211
Log:
debian/rules: Fix arch-conditional filter rule
Modified:
unstable/evolution-data-server/debian/changelog
unstable/evolution-data-server/debian/rules
Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=3211&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog (original)
+++ unstable/evolution-data-server/debian/changelog Fri Sep 1 19:26:49 2017
@@ -1,3 +1,9 @@
+evolution-data-server (3.24.5-6) UNRELEASED; urgency=medium
+
+ * debian/rules: Fix arch-conditional filter rule
+
+ -- Jeremy Bicha <jbicha at debian.org> Fri, 01 Sep 2017 15:25:59 -0400
+
evolution-data-server (3.24.5-5) unstable; urgency=medium
* debian/libebook-contacts-1.2-2.symbols: Fix for !hppa
Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=3211&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules (original)
+++ unstable/evolution-data-server/debian/rules Fri Sep 1 19:26:49 2017
@@ -18,7 +18,7 @@
override_dh_autoreconf:
dh_autoreconf --as-needed
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"hppa hurd-i386 kfreebsd-i386 kfreebsd-amd64"))
+ifeq (,$(filter $(DEB_HOST_ARCH), hppa hurd-i386 kfreebsd-i386 kfreebsd-amd64))
CONFFLAGS = -DWITH_PHONENUMBER=ON
endif
More information about the pkg-evolution-commits
mailing list