Hi, background: on armel and armhf Qt is using OpenGL ES, but my package cgal does not support OpenGL ES (yet). The OpenGL functionality is only needed for some demos and their support library which are already in separate binary packages. Therefore I just want to not build the OpenGL-related binary packages on armel and armhf.
But how can I do that? Putting "Architecture: any [!armel !armhf]" in debian/control is not supported: dpkg-source: error: architecture any only allowed on its own (list for package libcgal-qt5-11 is 'any') Do I really need to expand the architecture list manually? Why is it supported in Build-Depends etc., but not in Architecture? Joachim