Hi Betateilchen,
mir ist aufgefallen, dass im Debian Paket die Daten aus dem Ordner lib Fehlen.
dpkg -L fhem | grep lib/FHEM
liefert nichts, obwohl dort im SVN einige Dateien liegen.
https://svn.fhem.de/trac/browser/trunk/fhem/lib/FHEM?rev=22299&order=name
Kannst Du diesen Ordner mit in das Paket aufnehmen oder sollen dafür eigene Pakete erstellt werden?
Grüße Sidey
Das ist nicht meine Entscheidung.
Schau in die MAINTAINER.txt, dann wirst Du feststellen, dass das Makefile für FHEM im Verantwortungsbereich von Rudi liegt, daraus wird nicht nur das Debian Paket gebaut.
Habe lib im Makefile hinzugefuegt.
Habe nicht alle Installationsvarianten getestet, bei Problemen bitte melden.
@Rudi: danke
@Sidey: ich habe gerade ein nightliy mit dem neuen Makefile gebaut und auf debian.fhem.de geladen. Wenn Du magst, kannst Du gerne testen, ob der Inhalt jetzt so ist, wie Du ihn erwartest.
@rudi
Danke wollte mich schon an einen Patch machen :)
@betateilchen
Danke, mein erster Test sieht gut aus, wenn ich heute Abend noch etwas finde, werde ich berichten.
Grüße Sidey
So,
hab mir das noch mal im Detail angesehen, passt aus meiner Sicht alles bestens.
dpkg -c /var/cache/apt/archives/fhem_6.0.22307_all.deb | grep opt/fhem/lib
drwxr-xr-x root/root 0 2020-06-23 07:55 ./opt/fhem/lib/
drwxr-xr-x root/root 0 2020-06-29 07:55 ./opt/fhem/lib/FHEM/
drwxr-xr-x root/root 0 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/
drwxr-xr-x root/root 0 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/
drwxr-xr-x root/root 0 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Dev/
-rw-r--r-- root/root 11499 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
-rw-r--r-- root/root 7300 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm
-rw-r--r-- root/root 2701 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Dev.pm
-rw-r--r-- root/root 2542 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Roommate.pm
drwxr-xr-x root/root 0 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Shutters/
-rw-r--r-- root/root 52706 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm
-rw-r--r-- root/root 2952 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm
-rw-r--r-- root/root 29882 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Shutters.pm
drwxr-xr-x root/root 0 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Window/
-rw-r--r-- root/root 4017 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Window/Attr.pm
-rw-r--r-- root/root 2337 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Window/Readings.pm
-rw-r--r-- root/root 2222 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl/Window.pm
-rw-r--r-- root/root 187162 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Automation/ShuttersControl.pm
drwxr-xr-x root/root 0 2020-06-29 07:55 ./opt/fhem/lib/FHEM/Core/
drwxr-xr-x root/root 0 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Core/Timer/
-rw-r--r-- root/root 1765 2020-06-30 10:53 ./opt/fhem/lib/FHEM/Core/Timer/Helper.pm
ok, danke für die Info.