* Michael P. Soulier <[email protected]> [141119 20:51]:
> On Nov 19, 2014, at 12:45 PM, Debian Bug Tracking System
> <[email protected]> wrote:
>
> > - delete "all" from all Architecture: lines in conf/distributions
> > - run reprepro --delete clearvanished (reprepro should tell you to do
> > this if you try to run it)
>
> So for my packages that will run on any platform, should they be architecture
> “any” then?
Your package is Architecture "all". If you include it, reprepro will by
default add it to every architecture.
So for an architecture "any" package the split is done at build time:
debian/control
Architecture: any
Binaries generated by the different builds:
_amd64.deb _i386.deb _....deb
put into:
binary-amd64/Packages, binary-i386/Packages, binary-.../Packages
while for an architecture "all" package the split is done when including
it into a repository:
debian/control
Architecture: any
Binaries generated by the builds:
_all.deb
put into:
binary-amd64/Packages, binary-i386/Packages, binary-.../Packages
Hope that clears it up,
Bernhard R. Link
--
F8AC 04D5 0B9B 064B 3383 C3DA AFFC 96D1 151D FFDC
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]