From 71b514b4aacdb7511cfcb82c58460f78c884ab5a Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 9 Sep 2013 08:22:11 -0400 Subject: upload version 0.2.7+13.10.20130830-0ubuntu2 --- debian/changelog | 10 ++++++++++ debian/control | 8 ++++---- debian/rules | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 27c28d4..4ae494e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +qmenumodel (0.2.7+13.10.20130830-0ubuntu2) saucy; urgency=low + + * Switch to Architecture: any to hopefully get a powerpc build; seems + nothing is arch-specific in this package which is a bdep of + indicator-network, and build-deps such as libgles2-mesa-dev seem to be + available on powerpc. + * Bump Standards-Version to 3.9.4; no change needed. + + -- Loïc Minier Sat, 07 Sep 2013 12:40:38 +0200 + qmenumodel (0.2.7+13.10.20130830-0ubuntu1) saucy; urgency=low [ Nick Dedekind ] diff --git a/debian/control b/debian/control index 6130af5..f8021ce 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9.0.0), gir1.2-glib-2.0, dbus-test-runner, libgles2-mesa-dev | libgl-dev, -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Homepage: https://launchpad.net/qmenumodel # If you aren't a member of ~phablet-team but need to upload # packaging changes, just go ahead. ~phablet-team will notice @@ -25,7 +25,7 @@ Vcs-Browser: https://bazaar.launchpad.net/~phablet-team/qmenumodel/trunk/files Package: libqmenumodel0 Section: libs -Architecture: amd64 armhf i386 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, Pre-Depends: ${misc:Pre-Depends} @@ -39,7 +39,7 @@ Description: Qt binding for GMenuModel - shared library Package: libqmenumodel-dev Section: libdevel -Architecture: amd64 armhf i386 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libqmenumodel0 (= ${binary:Version}), @@ -52,7 +52,7 @@ Description: Qt binding for GMenuModel - development files Package: qmenumodel-qml Section: libs -Architecture: amd64 armhf i386 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libqmenumodel0 (= ${binary:Version}), diff --git a/debian/rules b/debian/rules index 86a82dd..b077472 100755 --- a/debian/rules +++ b/debian/rules @@ -10,4 +10,4 @@ override_dh_makeshlibs: dh_makeshlibs -Xlibqmenumodel-qml.so override_dh_install: - dh_install --fail-missing + dh_install --fail-missing -- cgit v1.2.3