Your message dated Sat, 10 Mar 2018 14:06:10 +0100
with message-id <20180310130610.ga22...@thunder.hadrons.org>
and subject line Re: Bug#892547: [Feature Request] Add architecture dependent 
keywords to dpkg-buildpackage --build=
has caused the Debian Bug report #892547,
regarding [Feature Request] Add architecture dependent keywords to 
dpkg-buildpackage --build=
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
892547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892547
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dpkg
Version: 1.19.0.5

Right now, running dpkg-buildpackage --build=any builds all architecture
dependent packages, such as:
- amd64
- arm64
- m68k
- mips
- ...

My proposal offers a way to build a specific or list of specific
architecture dependent packages through:
--build=[arch1],[arch2],...[archn]

For instance:
- --build=amd64
- --build=amd64,arm64
...

It must be possible to combine those architecture keywords with other
existing build keywords such as:
- all
- source

For instance:
- --build=amd64,all
- --build=amd64,arm64,all
...
-- 
Jean-Christophe Manciot

--- End Message ---
--- Begin Message ---
Hi!

On Sat, 2018-03-10 at 13:13:21 +0100, jean-christophe manciot wrote:
> Package: dpkg
> Version: 1.19.0.5

> Right now, running dpkg-buildpackage --build=any builds all architecture
> dependent packages, such as:
> - amd64
> - arm64
> - m68k
> - mips
> - ...

No, dpkg-buildpackage or debian/rules, just build the packages
matching the host architecture, not for all architectures.

> My proposal offers a way to build a specific or list of specific
> architecture dependent packages through:
> --build=[arch1],[arch2],...[archn]
> 
> For instance:
> - --build=amd64
> - --build=amd64,arm64
> ...

> It must be possible to combine those architecture keywords with other
> existing build keywords such as:
> - all
> - source
> 
> For instance:
> - --build=amd64,all
> - --build=amd64,arm64,all

If you want to build for several architectures then you'd do something
like this instead:

  $ dpkg-buildpackage --arch=amd64 --build=any
  $ dpkg-buildpackage --arch=arm64 --build=any

while having the appropriate cross-compilers and similar.

Closing.

Thanks,
Guillem

--- End Message ---

Reply via email to