Re: github repo with submodules: non usable source tarball

2025-07-02 Thread Noah Meyerhans
On Wed, Jun 25, 2025 at 09:38:07AM +0200, Jerome BENOIT wrote: > I am considering to package a software stored at GitHub. > It is under active development and it builds well in Sid. > However it appears that its source tarball at GitHub does not > contain all the necessary material: its submodules

Re: github repo with submodules: non usable source tarball

2025-06-28 Thread Hugh McMaster
On 26/06/2025 11:45 pm, Jerome BENOIT wrote: On a up-to-date Sid schroot environment, the following `watch` file 8><--- version=4 opts=mode=git,gitmode=shallow,gitmodules,date=%Y%m%d,pretty=0.0+git%cd.%h,pgpmo

Re: github repo with submodules: non usable source tarball

2025-06-26 Thread Jerome BENOIT
Hello, On 25/06/2025 15:31, Hugh McMaster wrote: On 25/06/2025 5:38 pm, Jerome BENOIT wrote: I am considering to package a software stored at GitHub. It is under active development and it builds well in Sid. However it appears that its source tarball at GitHub does not contain all the necessary

Re: github repo with submodules: non usable source tarball

2025-06-25 Thread Jerome BENOIT
Hi, thanks for your reply. On 25/06/2025 20:20, Antoine Le Gonidec wrote: It seems this Write software mostly use submodules to depend on shared dependencies, the best move here (but probably not the easiest one) would be to packages these dependencies first. Write itself would be packaged afte

Re: github repo with submodules: non usable source tarball

2025-06-25 Thread Xiyue Deng
Hi Jerome, Jerome BENOIT writes: > Hi, > > I am considering to package a software stored at GitHub. > It is under active development and it builds well in Sid. > However it appears that its source tarball at GitHub does not > contain all the necessary material: its submodules are not included. >

Re: github repo with submodules: non usable source tarball

2025-06-25 Thread Antoine Le Gonidec
It seems this Write software mostly use submodules to depend on shared dependencies, the best move here (but probably not the easiest one) would be to packages these dependencies first. Write itself would be packaged afterwards, and build-depend on the packages included before it in the Debian arc

Re: github repo with submodules: non usable source tarball

2025-06-25 Thread Hugh McMaster
On 25/06/2025 5:38 pm, Jerome BENOIT wrote: I am considering to package a software stored at GitHub. It is under active development and it builds well in Sid. However it appears that its source tarball at GitHub does not contain all the necessary material: its submodules are not included. This is

Re: github repo with submodules: non usable source tarball

2025-06-25 Thread Jerome BENOIT
Hi, On 25/06/2025 11:13, Otto Kekäläinen wrote: I am considering to package a software stored at GitHub. It is under active development and it builds well in Sid. However it appears that its source tarball at GitHub does not contain all the necessary material: its submodules are not included. Th

Re: github repo with submodules: non usable source tarball

2025-06-25 Thread Otto Kekäläinen
> I am considering to package a software stored at GitHub. > It is under active development and it builds well in Sid. > However it appears that its source tarball at GitHub does not > contain all the necessary material: its submodules are not included. > This issue seems to be an old GitHub issue.

github repo with submodules: non usable source tarball

2025-06-25 Thread Jerome BENOIT
Hi, I am considering to package a software stored at GitHub. It is under active development and it builds well in Sid. However it appears that its source tarball at GitHub does not contain all the necessary material: its submodules are not included. This issue seems to be an old GitHub issue. Wha