diff -u address-book-app-0.2+14.04.20140408.3/debian/changelog address-book-app-0.2+14.04.20140408.3/debian/changelog --- address-book-app-0.2+14.04.20140408.3/debian/changelog +++ address-book-app-0.2+14.04.20140408.3/debian/changelog @@ -1,3 +1,12 @@ +address-book-app (0.2+14.04.20140408.3-0ubuntu2) trusty; urgency=medium + + * debian/control: + - Remove arch constraints in gl/gles build-deps + - Alternatively depend on the OpenGLES version of + qtdeclarative5-ubuntu-ui-toolkit-plugin + + -- Ricardo Salveti de Araujo Mon, 14 Apr 2014 15:48:06 -0300 + address-book-app (0.2+14.04.20140408.3-0ubuntu1) trusty; urgency=low [ Renato Araujo Oliveira Filho ] diff -u address-book-app-0.2+14.04.20140408.3/debian/control address-book-app-0.2+14.04.20140408.3/debian/control --- address-book-app-0.2+14.04.20140408.3/debian/control +++ address-book-app-0.2+14.04.20140408.3/debian/control @@ -6,8 +6,8 @@ debhelper (>= 9), dh-translations, libcontent-hub-dev, - libgl1-mesa-dev[i386 amd64] | libgl-dev[i386 amd64], - libgles2-mesa-dev[armhf], + libgl1-mesa-dev | libgl-dev, + libgles2-mesa-dev, python, pkg-config, qt5-default, @@ -27,7 +27,7 @@ qmlscene, qtcontact5-galera, qtdeclarative5-ubuntu-contacts0.1 (= ${binary:Version}), - qtdeclarative5-ubuntu-ui-toolkit-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles, qtdeclarative5-ubuntu-content0.1, qtdeclarative5-qtcontacts-plugin, qtdeclarative5-qtquick2-plugin, @@ -39,7 +39,7 @@ Package: qtdeclarative5-ubuntu-contacts0.1 Architecture: any Depends: qtdeclarative5-qtquick2-plugin, - qtdeclarative5-ubuntu-ui-toolkit-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles, qtdeclarative5-qtcontacts-plugin, ${misc:Depends}, ${shlibs:Depends},