Hello Team, I need one small help regarding debian packaging.
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 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 Thanks. Probal.

