debian/control: architecture restrictions for builds

2014-10-10 Thread Nico Schlömer
Hi all, a quick question about architecture restrictions in `debian/control`. I have a large tarball which I configure and compile, and then break up into a number of Debian packages (similar to boost). Unfortunately, one of the components doesn't compile on 32-bit architectures, which means

Re: debian/control: architecture restrictions for builds

2014-10-10 Thread Wookey
+++ Nico Schlömer [2014-10-10 14:06 +0200]: Hi all, a quick question about architecture restrictions in `debian/control`. I have a large tarball which I configure and compile, and then break up into a number of Debian packages (similar to boost). Unfortunately, one of the components

Re: debian/control: architecture restrictions for builds

2014-10-10 Thread Jakub Wilk
[Please please please use concrete package names. It's hard to reason about abstracts like libmyproject-subpackage-7, especially if information needed for a good judgment was missing in the mail, or well hidden between the lines.] * Nico Schlömer nico.schloe...@gmail.com, 2014-10-10, 14:06: I

Re: debian/control: architecture restrictions for builds

2014-10-10 Thread Nico Schlömer
[Please please please use concrete package names. It's hard to reason about abstracts like libmyproject-subpackage-7, especially if information needed for a good judgment was missing in the mail, or well hidden between the lines.] That's a good hint; I'll do so in the future. Thanks! –Nico