diff --git a/packages/secubox-eye-square/debian/changelog b/packages/secubox-eye-square/debian/changelog index 01d07f8b..28d1c24f 100644 --- a/packages/secubox-eye-square/debian/changelog +++ b/packages/secubox-eye-square/debian/changelog @@ -1,3 +1,15 @@ +secubox-eye-square (1.0.2-1~bookworm1) bookworm; urgency=medium + + * Fix debian/rules content drift: drop the install block for + right_panel/secubox_eye_square_right_panel/ (a PySide6 component + anticipated in Phase 2 but dropped during the Phase 3 rewrite + to Pillow+framebuffer; the directory has never existed on disk). + Add an install block for kiosk/secubox_eye_square_kiosk/ which + DOES exist and is the actual Phase 3 framebuffer kiosk payload. + * Closes #202. + + -- Gerald KERMA Tue, 19 May 2026 06:45:00 +0200 + secubox-eye-square (1.0.1-1~bookworm1) bookworm; urgency=medium * Switch Architecture: arm64 → all. The package is pure-Python diff --git a/packages/secubox-eye-square/debian/rules b/packages/secubox-eye-square/debian/rules index c23ac2e1..dac76bdc 100755 --- a/packages/secubox-eye-square/debian/rules +++ b/packages/secubox-eye-square/debian/rules @@ -6,8 +6,8 @@ override_dh_auto_install: # Helper package mkdir -p debian/secubox-eye-square/usr/lib/python3/dist-packages/eye_square_helper cp -r helper/eye_square_helper/. debian/secubox-eye-square/usr/lib/python3/dist-packages/eye_square_helper/ - # Right-panel package - mkdir -p debian/secubox-eye-square/usr/lib/python3/dist-packages/secubox_eye_square_right_panel - cp -r right_panel/secubox_eye_square_right_panel/. debian/secubox-eye-square/usr/lib/python3/dist-packages/secubox_eye_square_right_panel/ + # Kiosk package (replaced the Phase 2 PySide6 right_panel during Phase 3 rewrite) + mkdir -p debian/secubox-eye-square/usr/lib/python3/dist-packages/secubox_eye_square_kiosk + cp -r kiosk/secubox_eye_square_kiosk/. debian/secubox-eye-square/usr/lib/python3/dist-packages/secubox_eye_square_kiosk/ # Config files (systemd units, nginx site, etc) from the sibling remote-ui/square/files/ cp -r ../../remote-ui/square/files/. debian/secubox-eye-square/