mirror of
https://github.com/SphereServer/Source-X
synced 2026-08-13 10:23:05 -04:00
* Automated Debian packaging for x86_64 build * Do not check dependencies (since cmake in actions isnt installed with dpkg) * Workflow update to avoid checking file existence in release * changed domain and mail in deb release to new website
19 lines
713 B
Text
19 lines
713 B
Text
Source: sphereserver
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: SphereServer development team <development@sphereserver.eu>
|
|
Build-Depends: debhelper-compat (= 13), cmake (>= 3.29), libmariadb-dev, git
|
|
Standards-Version: 4.7.2
|
|
Vcs-Browser: https://github.com/Sphereserver/Source-X
|
|
Vcs-Git: https://github.com/Sphereserver/Source-X.git
|
|
Homepage: https://www.sphereserver.eu/
|
|
|
|
Package: sphereserver
|
|
Architecture: any
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Depends: adduser, mariadb-client, debconf, ${shlibs:Depends}, ${misc:Depends}
|
|
Recommends: telnet
|
|
Suggests: mariadb-server, nginx
|
|
Description: Ultima Online server emulator
|
|
SphereServer is an Ultima Online server emulator allowing players to run their
|
|
own shards.
|