Hi Emmanuel, (and also Hi! to Julian whom I owe a follow-up too),
On 25 February 2025 at 13:55, Emmanuel Arias wrote: | On Tue, Feb 18, 2025 at 03:37:37PM -0600, Dirk Eddelbuettel wrote: | > I may have been unclear in what I was looking for. If I read this correctly, | > then it "bends" the upstreeam layout to effectively undo the package split? | > | > I was thinking more along the lines of 'how do I create three binary Python | > packages that are interdependent from one source repo'. Is that doable? | > | I've forgotten the python-deadlib case. It is one upsream source | repository and 12 binary packages from different folders from upsream. | Maybe that you was looking? Oh that looks very good. From a glance at debian/control some of these have interdependencies too. Ie python3-standard-aifc depends on python3-standard-chunk which is the para in front of it. And debian/rules is admirably simple. That may work. Then again the directory layout is a little different because they are all 'sibblings'. But as I have only three package, with the (old) "outer" package and two it needs as top-level directories in the main repo, maybe I can just line up the commands as per deadlib's loop. I am still mighty confused about how to (normal) install step will pick up the directories ... but the penny just dropped: as per the *.install files as you have it here. That could actually work. Yay. Dirk -- dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org