bigbigmdm / IMSProg

IMSProg - software for CH341A-based programmers to work with I2C, SPI and MicroWire EEPROM/Flash chips
https://antenna-dvb-t2.ru/IMSProg.php
GNU General Public License v3.0
196 stars 34 forks source link

systemd-dev by default #73

Closed AndreiCherniaev closed 3 months ago

AndreiCherniaev commented 3 months ago

Description

README.md "On Debian >=13 and Ubuntu >=23.10: sudo apt-get install systemd-dev " Are you shure? I have Ubuntu 23.10 (but it was updated from previous Ubuntu 23.idon'tremember may be 04). systemd-dev already has installed... How we can check does systemd-dev already has installed by default on Ubuntu 23.10 and Ubuntu 24?

Usage tips

bigbigmdm commented 3 months ago

@AndreiCherniaev , I don't think we need to change anything here. This was suggested by @Fantu. As a Debian developer, he knows more about filling releases with packages than we do.

Fantu commented 3 months ago

systemd-dev is not installed by default in clean minimal build environment (where all packages should be compiled) to simplify the migration to the new package was added a dependency to it, that's why you would also see it in desktop installations, but it will later be removed and being a -dev package it is not installed by default in normal installations (which is why the split was done, to reduce development dependencies in most installations where they are not needed)