Re: Build an initial Debian source package with py2dsp from a GitHub project

2021-04-25 Thread Sandro Tosi
> > > or git repository (a directory) that one has already downloaded. > > > > i dont see how starting from a git repo is useful, can you expand? > > instead of generating a .dsc first and then importing it into a git > repository, it's more logical to me to import an upstream tarball into a > git

Re: Build an initial Debian source package with py2dsp from a GitHub project

2021-04-25 Thread Antonio Terceiro
On Sun, Apr 25, 2021 at 06:19:18PM -0400, Sandro Tosi wrote: > > It would be useful if it could also be run against a tarball > > this is already supported (but in general by py2dsp and in the context > of --github), f.e.: > > $ ./py2dsp --profile dpt --distribution unstable --revision 1 --gh >

Re: Build an initial Debian source package with py2dsp from a GitHub project

2021-04-25 Thread Sandro Tosi
> It would be useful if it could also be run against a tarball this is already supported (but in general by py2dsp and in the context of --github), f.e.: $ ./py2dsp --profile dpt --distribution unstable --revision 1 --gh https://github.com/indygreg/python-zstandard ./zstandard_0.14.1.orig.tar.gz

Re: Build an initial Debian source package with py2dsp from a GitHub project

2021-04-25 Thread Antonio Terceiro
On Sun, Apr 25, 2021 at 12:22:19AM -0400, Sandro Tosi wrote: > Let me know if you find this useful and if there are > issues/enhancement you'd like to see added/fixed. That's very useful, thanks! It would be useful if it could also be run against a tarball or git repository (a directory) that