ncid-client 18 fails on debian 13
The broken dependency was fixed.
I was able to install Debian 13 in VirtualBox, and the ncid-client_1.18-1_all.deb package failed to install with a broken dependency, but the Debian OS did not die or freeze. The fixed ncid-client_1.18-2_all.deb package was uploaded to Sourceforge, and installed. To install the package, follow these steps: download ncid-client_1.18-2_all.deb sudo apt install ./ncid-client_1.18-2_all.deb
I was able to install Debian 13 in VirtualBox ,and the ncid-client_1.18-1_all.deb package failed to install with a broken dependency, but the Debian OS did not die or freeze. The fixed ncid-client_1.18-2_all.deb package was uploaded to Sourceforge, and installed. To install the package, follow these steps: download ncid-client_1.18-2_all.deb sudo apt install ./ncid-client_1.18-2_all.deb
I was able to install Debian 13 in VirtualBox and ncid-client_1.18-1_all.deb to install with a broken dependency, but Debian OS did not die or freeze. The fixed ncid-client_1.18-2_all.deb package was uploaded to Sourceforge, and installed. To install the package, follow these steps: download ncid-client_1.18-2_all.deb sudo apt install ./ncid-client_1.18-2_all.deb
NCID Telease 1.18
The python-is-python3 package is new and seems to be unique to Ubuntu. It is not needed and not in the repositories for raspios (Raspberry Pi). The needed symbolic link is created in a different package that was always required. Your fix would break the NCID build for raspios. Instead the first line of all the python scripts are changed: From: #!/usr/bin/python To: #!/usr/bin/env python3. The fix will be in NCID-1.19.
tar file missing phonenumbers/base/basictypes.h