Files
rustguac/debian/control
T
Dave Kempe 5e158eecf4 Fix arm64 .deb: change Architecture from amd64 to any
debian/control had Architecture: amd64 hardcoded, causing
dpkg-buildpackage to skip the package entirely on arm64 hosts
("no binary artifacts found").

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 16:27:39 +11:00

39 lines
914 B
Plaintext

Source: rustguac
Section: net
Priority: optional
Maintainer: rustguac maintainers <rustguac@localhost>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Package: rustguac
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libcairo2,
libjpeg62-turbo,
libpng16-16t64,
libwebp7,
libssh2-1,
libssl3t64,
libvncclient1,
libpango-1.0-0,
libpulse0,
libavcodec61,
libavformat61,
libavutil59,
libswscale8,
libtelnet2,
libwebsockets19t64,
libfreerdp3-3,
libfreerdp-client3-3,
libwinpr3-3,
ca-certificates,
tigervnc-standalone-server,
chromium,
x11-utils,
cryptsetup-bin
Recommends: haproxy
Description: Lightweight Rust replacement for Apache Guacamole webapp
rustguac proxies the Guacamole protocol over WebSockets between web
browsers and guacd. Supports SSH, VNC, RDP, and web browser sessions
(headless Chromium on Xvnc). This package bundles both rustguac and guacd.