2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2026-06-02 09:19:33 +00:00
Files
Vinícius Ferrão 71448c5489 feat(goconserver): Add debian packaging for deb builds
Create debian/ directory and make_deb.sh for building goconserver
as a .deb package. Clones upstream, removes etcd backend, builds
with CGO_ENABLED=0 for static linking, packages via dpkg-buildpackage.

Tested on Ubuntu 22.04, 24.04, and 26.04.
2026-05-11 00:16:52 -03:00

15 lines
459 B
Plaintext

Source: goconserver
Section: admin
Priority: optional
Maintainer: xCAT <xcat-user@lists.sourceforge.net>
Build-Depends: debhelper (>= 13), golang
Standards-Version: 4.6.0
Homepage: https://github.com/xcat2/goconserver
Package: goconserver
Architecture: any
Depends: ${misc:Depends}
Description: Console server written in Go for xCAT
goconserver is a scalable console server written in Go. It provides
console logging and management for xCAT cluster nodes.