diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-04-23 20:55:28 +0000 |
---|---|---|
committer | Tarmac <> | 2013-04-23 20:55:28 +0000 |
commit | 2701b121b13554c0209d1a5e110db344711ab74c (patch) | |
tree | e06a693b0f34806d6d5539a7f348615945e67f1e /debian | |
parent | 4a5edf4054ea7b3c9ccf070c48faedf77f84e434 (diff) | |
parent | 47deee06fd902d1fc4e7b6d447f41fe94c8bca04 (diff) | |
download | qmenumodel-2701b121b13554c0209d1a5e110db344711ab74c.tar.gz qmenumodel-2701b121b13554c0209d1a5e110db344711ab74c.tar.bz2 qmenumodel-2701b121b13554c0209d1a5e110db344711ab74c.zip |
Don't build on powerpc (qtdeclarative5 isn't available there).
Approved by PS Jenkins bot, Michael Terry.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 719fc68..2ca86e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ qmenumodel (0.2.6-0ubuntu1) UNRELEASED; urgency=low - Move libgl-dev as an alternate Build-Depends to libgles2-mesa-dev. - Add Homepage field. - Extend binary packages descriptions. + - Don't build binary packages on powerpc; qtdeclarative5 isn't available; + so explicitly list the architectures we can build on. * debian/rules: - Override dh_install to use --fail-missing. * debian/copyright: should be LGPL-3, not LGPL-3+. diff --git a/debian/control b/debian/control index 7539ff0..6130af5 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Vcs-Browser: https://bazaar.launchpad.net/~phablet-team/qmenumodel/trunk/files Package: libqmenumodel0 Section: libs -Architecture: any +Architecture: amd64 armhf i386 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: any +Architecture: amd64 armhf i386 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: any +Architecture: amd64 armhf i386 Depends: ${shlibs:Depends}, ${misc:Depends}, libqmenumodel0 (= ${binary:Version}), |