v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
666 stars 58 forks source link

Versioning lower original... #230

Open Creteil opened 1 year ago

Creteil commented 1 year ago

I am building a « .deb » package from this repository, by the way why did you chose to use versioning lower than the old one source code ?

I always generate « changelog » containing the commit, like that :

bigbob@bigbob-ux31a:~/tmp/Building/yad/yad$ git --git-dir .git --work-tree . describe --always --tags | cut -c2-
12.3-25-gd0a29e5
bigbob@bigbob-ux31a:~/tmp/Building/yad/yad$

By the way, since the old package is also available in official repository and the version is higher than the version here, adding my package to my local repository, and the older one is always proposed by apt install...

bigbob@bigbob-ux31a:~/tmp/Building/yad/yad$ apt-cache show yad
Package: yad
Architecture: amd64
Version: 0.40.0-1build1
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Gustavo Soares de Lima <gustavo@logicus.com.br>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 578
Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.30.0), libgtk-3-0 (>= 3.21.6), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0)
Filename: pool/universe/y/yad/yad_0.40.0-1build1_amd64.deb
Size: 183760
MD5sum: 9acc76955d0b91a6c24d86b688698428
SHA1: aaa27a17309da591fdd8e98b8983b65703cadbdd
SHA256: 3c74d7807142ee1a0f708ba8d6411c524aa8efd1cc394eb2e29102afca4344ae
SHA512: f1f2645b3b345dd7f5fb7b236d63f76e3ba18f9cef294c7cce18a1e7d690fb2774e00427f14f879233313a6b45e99db4355092049e2911e9d142ba80f3e20e41
Homepage: http://sourceforge.net/projects/yad-dialog/
Description-en: tool for creating graphical dialogs from shell scripts
 Yad allows you to display GTK+ dialog boxes from command line or shell
 scripts. It is similar to Zenity but with more dialog types and options.
Description-md5: 358c1ff3ad3137132140f88a1a6e3f64

bigbob@bigbob-ux31a:~/tmp/Building/yad/yad$

Any chance you upgrade your versioning upper than the one in the old code ?