Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Building debian packages for all architectures from one package

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
tenet
Posts: 2
Joined: 2022-05-20 07:37

Building debian packages for all architectures from one package

#1 Post by tenet »

I have an issue that when I try to dpkg-scanpackages to the repo pool it is saying that 0 packages are scanned. I generated a Debian package with Architecture : all, but when am scanning the packages it is not showing the packages.

I want to build packages for all the architectures, so in control file I gave Architecture: all but it is not scanning the packages. Please help me to host Debian packages for different architectures in repository. Need separate packages for amd64, arm64, armv7, armhf, i386.

Please guide me.

lindi
Debian Developer
Debian Developer
Posts: 408
Joined: 2022-07-12 14:10
Has thanked: 1 time
Been thanked: 77 times

Re: Building debian packages for all architectures from one package

#2 Post by lindi »

"Architecture: all" means that the package is architecture independent and it will not build separate binary packages for each architecture. Please see https://www.debian.org/doc/debian-polic ... chitecture

Are you packaging something that could be included in Debian?

Post Reply