gbp import-orig: how to choose compression (xz)

2023-01-27 Thread Lorenzo
Hello mentors, I want to import a new svn snapshot to update a Debian package, the salsa git repo is already configured for gbp, so I did $ gbp import-orig -u1.5+svn38408 ../upstreamsvn/mplayer upstream/mplayer is a directory with the unpacked svn checkout. Gbp creates a ../upstreamsvn/mplayer_1

Re: gbp import-orig: how to choose compression (xz)

2023-01-27 Thread Mechtilde Stehmann
Hello Lorenzo, please use a special gbp.conf. More information you can get in the manpage of gbp.conf Regards MEchtilde Am 27.01.23 um 18:02 schrieb Lorenzo: Hello mentors, I want to import a new svn snapshot to update a Debian package, the salsa git repo is already configured for gbp, so I

Re: gbp import-orig: how to choose compression (xz)

2023-01-28 Thread Andrey Rakhmatullin
On Fri, Jan 27, 2023 at 06:02:34PM +0100, Lorenzo wrote: > Hello mentors, > > I want to import a new svn snapshot to update a Debian package, > the salsa git repo is already configured for gbp, so I did > > $ gbp import-orig -u1.5+svn38408 ../upstreamsvn/mplayer > > upstream/mplayer is a directo

Re: gbp import-orig: how to choose compression (xz)

2023-01-28 Thread Andrey Rakhmatullin
On Fri, Jan 27, 2023 at 07:49:21PM +0100, Mechtilde Stehmann wrote: > Hello Lorenzo, > > please use a special gbp.conf. It would be much more useful if you provided the actual option for this. (as far as I know it doesn't exist) Unless you mean something else by "special". > More information you

Re: gbp import-orig: how to choose compression (xz)

2023-01-29 Thread Lorenzo
On Sat, 28 Jan 2023 19:24:37 +0100 Andrey Rakhmatullin wrote: > On Fri, Jan 27, 2023 at 06:02:34PM +0100, Lorenzo wrote: > > Hello mentors, > > > > I want to import a new svn snapshot to update a Debian package, > > the salsa git repo is already configured for gbp, so I did > > > > $ gbp import

Re: gbp import-orig: how to choose compression (xz)

2023-01-29 Thread Andrey Rakhmatullin
On Sun, Jan 29, 2023 at 03:45:26PM +0100, Lorenzo wrote: > > > One problem with the tar.gz is that debian/gbp.conf has > > > compression = xz > > So this configuration is wrong ad you need to change it. > I didn't write in my previous message, but the watch file of this > project looks for a tar.xz

Re: gbp import-orig: how to choose compression (xz)

2023-01-30 Thread Lorenzo
On Sun, 29 Jan 2023 20:09:09 +0100 Andrey Rakhmatullin wrote: > On Sun, Jan 29, 2023 at 03:45:26PM +0100, Lorenzo wrote: > > > > One problem with the tar.gz is that debian/gbp.conf has > > > > compression = xz > > > So this configuration is wrong ad you need to change it. > > I didn't write in my

Re: gbp import-orig: how to choose compression (xz)

2023-01-30 Thread Andrey Rakhmatullin
On Mon, Jan 30, 2023 at 12:53:24PM +0100, Lorenzo wrote: > > > > > One problem with the tar.gz is that debian/gbp.conf has > > > > > compression = xz > > > > So this configuration is wrong ad you need to change it. > > > I didn't write in my previous message, but the watch file of this > > > projec

Re: gbp import-orig: how to choose compression (xz)

2023-01-30 Thread Lorenzo
On Mon, 30 Jan 2023 14:00:48 +0100 Andrey Rakhmatullin wrote: > > > > Yes, the latest upstream release (mplayer 1.5) has CVEs and fails to > > build, so I jumped from 1.4 to 1.5+svn > Is this a one-time thing? If so, I would just create a tarball > manually. I suspect this package may need to al

Re: gbp import-orig: how to choose compression (xz)

2023-01-30 Thread Andrey Rakhmatullin
On Mon, Jan 30, 2023 at 08:30:26PM +0100, Lorenzo wrote: > > But overall you need to make sure the SVN repo contains the > > same files as the published tarball, otherwise the compression > > difference is not the largest problem you could have. > right, I should have excluded the .svn directory fr