wose / satnogs-monitor

Terminal UI monitor for your SatNOGS ground station.
GNU General Public License v3.0
78 stars 5 forks source link

0.3.1 arm deb still shows version 0.3.0 in control doc #19

Closed mapperist closed 4 years ago

mapperist commented 4 years ago

/DEBIAN/control still shows:

Package: satnogs-monitor
Version: 0.3.0
Architecture: armhf
Priority: optional
Standards-Version: 3.9.4
Maintainer: Sebastian Woetzel <wose@zuendmasse.de>
Installed-Size: 5501
Depends: libc6 (>= 2.24), libssl1.1 (>= 1.1.0j), libpcre3 (>= 2:8.39), libglib2.0-0 (>= 2.50.3), libgcc1 (>= 1:6.3.0)
Description: [generated from Rust crate satnogs-monitor]

As does satnogs-monitor --version.

wose commented 4 years ago

I can't reproduce this. I just downloaded the released armhf deb and checked with:

wget https://github.com/wose/satnogs-monitor/releases/download/0.3.1/satnogs-monitor_0.3.1_armhf.deb
dpkg -I satnogs-monitor_0.3.1_armhf.deb
 new Debian package, version 2.0.
 size 1549226 bytes: control archive=413 bytes.
     352 bytes,    10 lines      control
     132 bytes,     2 lines      md5sums
 Package: satnogs-monitor
 Version: 0.3.1
 Architecture: armhf
 Priority: optional
 Standards-Version: 3.9.4
 Maintainer: Sebastian Woetzel <wose@zuendmasse.de>
 Installed-Size: 5529
 Depends: libc6 (>= 2.24), libssl1.1 (>= 1.1.0j), libgcc1 (>= 1:6.3.0), libglib2.0-0 (>= 2.50.3), libpcre3 (>= 2:8.39)
 Description: [generated from Rust crate satnogs-monitor]

The version reported by satnogs-monitor after installation matches as well:

satnogs-monitor --version
satnogs-monitor 0.3.1

Can you double check you got the correct package?

mapperist commented 4 years ago

Yeah, not sure what I was looking at yesterday but I know that it was showing 0.3.0 - and the MD5 sums matched the 0.3.0 release as well. I'll consider it a caching issue on my device and NOT user error. :-P Thanks for looking into!