aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control6
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}),