Re: Building multiple wheel with pybuild
[email protected] Wed, 24 Dec 2025 15:33:05 +0000
| Newsgroups | gmane.linux.debian.devel.python |
|---|---|
| Message-ID | <z2eqfszpmyplshti7rgbo3tfpbnrztaqwbzt5tv33gt4kqtku2@abfnklvi62mx> |
Hi picca (2025.12.24_08:39:03_+0000) >I have another question. > >Now that I use --name, it install directly the files under >debian/python3-<modules> > >is it possible to force installation under debian/tmp, my package >contains also shared libraries, include files and so one. Yes, the --name option overrides --dest-dir debian/tmp I'm afraid. It won't override other values, but that's the one you want... You could hack around it by creating a symlink to debian/tmp, I guess. Let me see if I can fix this behaviour, it isn't ideal. Stefano