[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian source file name update



On Wed, Nov 02, 2022 at 06:52:10PM +0530, probal basak wrote:
> I need one small help regarding debian packaging.
Do you intend to upload this to the official Debian archive?

> I have a watch file like this:
> version=4
> 
> opts="mode=git, pgpmode=none" \
>   https://github.com/zynthbox/zynthbox-z2-setup HEAD
> 
> And the changelog file like:
> zynthbox-z2-setup (0.5-1) buster; urgency=medium
> 
>   * Initial release
> 
> The source that is being generated by uscan is
> zynthbox-z2-setup_0.0~git20220914.01d0f64.orig.tar.xz
This indeed sounds like a correct outcome for mode=git with HEAD
requested.

> How can I achieve so that the orig tar xz has 0.5 instead of 0.0 in the
> version without the git hash?
> Like: zynthbox-z2-setup_0.5.orig.tar.xz
There is no 0.5, (or v0.5 or something like that) tag in the upstream
repo, only "v0.5-1" so there is no clean way to do that unless the
upstream fixes their tag naming.

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature


Reply to: