Re: Source repackaging workflow with git-buildpackage

2018-07-18 Thread Andrius Merkys
On 07/18/2018 02:00 PM, Andrey Rahmatullin wrote: > Well, it's only for this version, as in the future you won't have > non-repacked tarballs in the repo? True indeed, it's just for this version. For new upstream releases uscan will work as expected. Thanks, Andrius -- Andrius Merkys Vilnius

Re: Source repackaging workflow with git-buildpackage

2018-07-18 Thread Andrey Rahmatullin
On Wed, Jul 18, 2018 at 01:55:35PM +0300, Andrius Merkys wrote: > > I guess uscan needs --force-download (--force also works IME); not > > sure if you can pass this via gbp-import-orig or if you need a manual > > (1) uscan + (2) 'gbp import-orig --pristine-tar your-new-tarball'. > > Exactly, 'gbp

Re: Source repackaging workflow with git-buildpackage

2018-07-18 Thread Andrius Merkys
On 07/18/2018 11:49 AM, gregor herrmann wrote: > Cf. also https://perl-team.pages.debian.net/howto/repacking.html Thanks, this link explains how the d/watch should look like. > I guess uscan needs --force-download (--force also works IME); not > sure if you can pass this via gbp-import-orig or

Re: Source repackaging workflow with git-buildpackage

2018-07-18 Thread gregor herrmann
On Wed, 18 Jul 2018 10:34:07 +0300, Andrius Merkys wrote: > I want to remove some files from upstream tarball foo-1.23 (already > in Debian) to produce foo-1.23+ds using git-buildpackage following > the recipe posted here [1]. Cf. also https://perl-team.pages.debian.net/howto/repacking.html >

Source repackaging workflow with git-buildpackage

2018-07-18 Thread Andrius Merkys
Dear Mentors, I want to remove some files from upstream tarball foo-1.23 (already in Debian) to produce foo-1.23+ds using git-buildpackage following the recipe posted here [1]. I have added Files-Excluded stanza to d/copyright and added ' opts="repacksuffix=+ds,dversionmangle=s/\+ds//,repack"'