encrypt0r icon indicating copy to clipboard operation
encrypt0r copied to clipboard

Debian package has incorrect version number

Open silentJET85 opened this issue 11 months ago • 1 comments

Both the filename and the metadata show the version as 0.0.0

jet@kubuntu ~/downloads$ unzip encrypt0r-linux-deb.zip 
Archive:  encrypt0r-linux-deb.zip
  inflating: release-builds/encrypt0r_0.0.0_amd64.deb  
jet@kubuntu ~/downloads$ dpkg-deb -I release-builds/encrypt0r_0.0.0_amd64.deb 
 new Debian package, version 2.0.
 size 81995004 bytes: control archive=438 bytes.
     545 bytes,    12 lines      control
 Package: encrypt0r
 Version: 0.0.0
 Section: utils
 Priority: optional
 Architecture: amd64
 Depends: libgtk-3-0, libnotify4, libnss3, libxtst6, xdg-utils, libatspi2.0-0, libdrm2, libgbm1, libxcb-dri3-0, kde-cli-tools | kde-runtime | trash-cli | libglib2.0-bin | gvfs-bin
 Recommends: pulseaudio | libasound2
 Suggests: gir1.2-gnomekeyring-1.0, libgnome-keyring0, lsb-release
 Installed-Size: 268137
 Maintainer: Kunal Nagar <[email protected]>
 Description: A simple way to encrypt and decrypt your files
  A simple way to encrypt and decrypt your files

silentJET85 avatar May 08 '25 18:05 silentJET85

@silentJET85 - thanks for catching this. The version is decided by semantic-release during the release process and it turns out that the tool used to create the .deb file is currently unable to pick up that version.

I'll look into it. Thanks!

kunalnagar avatar May 20 '25 01:05 kunalnagar