On 2022-01-04 19:11, Martina Ferrari wrote: > One more thing: I see the salsa repos do not have the upstream sources.. > Is there a reason for that? What commands/tools do you use to get the > source and build the pacakge?
For Javascript packages I usually keep only debian/ directory in the VCS. This prevents prebuilt/large/non-free stuff from appearing on Salsa until I figure out what to exclude via repacking. In such repos the source could be acquired by using uscan: $ uscan --download-current-version And built by git-buildpackage: $ gbp buildpackage -uc -us --git-overlay --git-export-dir=.. --git-no-pristine-tar Hope this helps. If debian/-only layout becomes too cumbersome, we may push upstream sources as well. Andrius