debian: move demo into core

Change-Id: I545850163f0fd6e560dcf62a008cb9f1aa544af9
Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/34309
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Alexander Zaft <a.zaft@fz-juelich.de>
Reviewed-by: Georg Brandl <g.brandl@fz-juelich.de>
This commit is contained in:
Georg Brandl 2024-08-06 15:28:45 +02:00 committed by Markus Zolliker
parent 27be8c11fd
commit d9f2fb291a
3 changed files with 1 additions and 13 deletions

11
debian/control vendored
View File

@ -61,17 +61,6 @@ Breaks: secop-gui (<= 0.14.3)
Description: Frappy SECoP gui client + cfgtool Description: Frappy SECoP gui client + cfgtool
contains the GUI client and the configurator contains the GUI client and the configurator
Package: frappy-demo
Architecture: all
Depends: frappy-core,
${misc:Depends},
${python3:Depends}
Replaces: secop-demo (<= 0.14.3)
Breaks: secop-demo (<= 0.14.3)
Recommends: frappy-gui
Description: SECoP demo files
for demonstration purposes
Package: frappy-ess Package: frappy-ess
Architecture: all Architecture: all
Depends: frappy-core, Depends: frappy-core,

View File

@ -7,5 +7,6 @@ usr/lib/python3.*/dist-packages/frappy/client
usr/lib/python3.*/dist-packages/frappy/protocol usr/lib/python3.*/dist-packages/frappy/protocol
usr/lib/python3.*/dist-packages/frappy_core-* usr/lib/python3.*/dist-packages/frappy_core-*
usr/lib/python3.*/dist-packages/frappy/RELEASE-VERSION usr/lib/python3.*/dist-packages/frappy/RELEASE-VERSION
usr/lib/python3.*/dist-packages/frappy_demo
lib/systemd lib/systemd
var/log/frappy var/log/frappy

View File

@ -1,2 +0,0 @@
usr/lib/python3.*/dist-packages/frappy_demo
usr/lib/python3.*/dist-packages/frappy/__pycache__