diff -Nru empathy-3.8.6/debian/changelog empathy-3.8.6/debian/changelog --- empathy-3.8.6/debian/changelog 2014-03-16 02:34:05.000000000 +0000 +++ empathy-3.8.6/debian/changelog 2014-03-16 03:32:04.000000000 +0000 @@ -1,3 +1,9 @@ +empathy (3.8.6-0ubuntu7) trusty; urgency=medium + + * debian/{rules,control}: Drop arch-restrictions a little bit harder. + + -- Adam Conrad Sat, 15 Mar 2014 21:31:37 -0600 + empathy (3.8.6-0ubuntu6) trusty; urgency=medium * Drop arch-restrictions, build on Architecture:any. diff -Nru empathy-3.8.6/debian/control empathy-3.8.6/debian/control --- empathy-3.8.6/debian/control 2014-03-16 02:33:12.000000000 +0000 +++ empathy-3.8.6/debian/control 2014-03-16 03:30:50.000000000 +0000 @@ -50,9 +50,9 @@ # libchamplain-gtk-0.12-dev (>= 0.12.1), libsecret-1-dev, libido3-0.1-dev (>= 0.2.90), - libaccount-plugin-1.0-dev [!powerpc], - libsignon-glib-dev (>= 1.4) [!powerpc], - libaccounts-glib-dev (>= 1.1) [!powerpc], + libaccount-plugin-1.0-dev, + libsignon-glib-dev (>= 1.4), + libaccounts-glib-dev (>= 1.1), libunity-dev (>= 5.0.0) Standards-Version: 3.9.4 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/empathy/ubuntu diff -Nru empathy-3.8.6/debian/rules empathy-3.8.6/debian/rules --- empathy-3.8.6/debian/rules 2014-02-12 14:40:19.000000000 +0000 +++ empathy-3.8.6/debian/rules 2014-03-16 03:30:10.000000000 +0000 @@ -30,10 +30,6 @@ DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) -ifneq ($(DEB_HOST_ARCH),powerpc) - DEB_CONFIGURE_EXTRA_FLAGS += --enable-ubuntu-online-accounts=yes -endif - DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS) ifeq ($(DEB_BUILD_ARCH_OS),linux)