horchi / linux-p4d

Deamon which fetch sensor data of the 'Lambdatronic s3200' and store to a MySQL database
GNU General Public License v2.0
49 stars 22 forks source link

Debian package #29

Closed faxm0dem closed 2 years ago

faxm0dem commented 2 years ago

Could you please share your debian package scripts ? The reason I'm asking is that I'd like to build my own debian package, without the msmtp-mta dependency, as I'm using postfix.

Thank you

horchi commented 2 years ago

Generally this software is provided in the form of source code.

The package is intended as a convinient installation option under Raspberry Pi OS Bullseye so that after the installation everything is available including the mail dispatch.

I'll see if I can move the installation msmtp-mta from the package dependencies to the install script. If it will be compatible to different Debian versions I can't say and I can't test it. The focus of the package is "Raspberry Pi OS Bullseye".

horchi commented 2 years ago

Could you please share your debian package scripts ?

the build setup for the package is in the git: https://github.com/horchi/linux-p4d/tree/master/contrib/DEBIAN or which script do you mean?

faxm0dem commented 2 years ago

ah yes, you're absolutely right my apologies !