• Debian source file name update

    From probal basak@21:1/5 to All on Wed Nov 2 14:40:02 2022
    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.

    <div dir="auto"><div dir="auto">Hello Team,</div><div dir="auto"><br></div><div dir="auto">I need one small help regarding debian packaging.</div><div dir="auto"><br></div><div dir="auto">I have a watch file like this:</div><div dir="auto"><font color="#
    2196f3">version=4</font></div><div dir="auto"><font color="#2196f3"><br></font></div><div dir="auto"><font color="#2196f3">opts=&quot;mode=git, pgpmode=none&quot; \</font></div><div dir="auto"><font color="#2196f3">  <a href="https://github.com/zynthbox/
    zynthbox-z2-setup">https://github.com/zynthbox/zynthbox-z2-setup</a> HEAD</font></div><div dir="auto"><br></div><div dir="auto">And the changelog file like:</div><div dir="auto"><font color="#2196f3">zynthbox-z2-setup (0.5-1) buster; urgency=medium</font>
    </div><div dir="auto"><font color="#2196f3"><br></font></div><div dir="auto"><font color="#2196f3">  * Initial release</font></div><div dir="auto"><font color="#2196f3"><br></font></div><div dir="auto"><font color="#000000">The source that is being
    generated by uscan is</font></div><div dir="auto"><font color="#2196f3">zynthbox-z2-setup_0.0~git20220914.01d0f64.orig.tar.xz</font></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">How can I achieve so that the orig tar xz has 0.
    5 instead of 0.0 in the version without the git hash?</div><div dir="auto">Like: <font color="#2196f3">zynthbox-z2-setup_0.5.orig.tar.xz</font></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Thanks.</div><div dir="auto">Probal.</
    </div>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andrey Rahmatullin@21:1/5 to probal basak on Wed Nov 2 16:30:01 2022
    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

    -----BEGIN PGP SIGNATURE-----

    iQJhBAABCgBLFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmNihrotFIAAAAAAFQAP cGthLWFkZHJlc3NAZ251cGcub3Jnd3JhckBkZWJpYW4ub3JnAAoJEDNi9wMaSZLh g6gP/jTJk2eWX41N7Gb+BSQkNDsXV/DExTBgZo3rwuUdIL/0OfcI9oIJBLMUI30L tQnZbFSoHbe7T2X8num/Rv/1Qg/jScBQ20n/0Evr7P7sm2OGLTZgOs9jCX8/j3it 1CpVXOtsLE6K4NJ2iobvxhq4V4UXKQXNgAuNIaOLegxVBlov6YmhWFrE5nBOwix0 7qCMSMivPjufFOCUhP1Ce+rzY1VxwEzW2AawlOm5L3wkbfVbzPeEbglCBxQpOOhu JmfUSj7xSfi0Sg4HLZeD3uMUkSMcEcHtMXxL8+UTkQeWIbbG0ik1SBE7CkYo+22w kpl6py2BuAq9K1tIW2dV2FZNUd7vSDM3bh+UWhwzeofB5ax6c+WQPwWgoe8zGI6N 6pNExDQye7DQGsN9whVs90HG29VcLQRflRPbSEcfVoetIZGek6bCpO/0h/YZJETt PelJqYDUU5xf7I7XgJWEY5hUcLmvTKyZnzSOk7qsZHRNECQATTmuI8l8PN6aMnxf PdVdItaeqdr7JqahdQ0vOMWrJ792VWt43PiMpzoE/q9KlzyjiGKltOiVs8oX448R qE39WuDKImN2P29vgbbwMG3gZsYDAz1rkZP2inYFB+h03iKKq8Ye6mzEi4yKFwlJ Nqc27I1+CVnxUGe3vEWuCdBommf87op9IeTwWhWsFbvTqbsZ
    =FZWZ
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)