Compare commits

...

1 Commits
next ... main

Author SHA1 Message Date
Lierfang Support Team
a5df55fe01 Add debian pkg 2025-07-09 15:10:28 +08:00
4 changed files with 58 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
pxvdi-guacamole (1.6.0) unstable; urgency=medium
* Initial release.
-- Lierfang Support Team <itsupport@lierfang.com> Wed, 09 Jul 2025 10:00:00 +0000

30
debian/control vendored Normal file
View File

@ -0,0 +1,30 @@
Source: pxvdi-guacamole
Section: net
Priority: optional
Maintainer: Lierfang Support Team <itsupport@lierfang.com>
Build-Depends: debhelper-compat (= 13),
libssl-dev,
libvorbis-dev,
libwebp-dev,
libpulse-dev,
libwebsockets-dev,
libvncserver-dev,
libtelnet-dev,
libssh2-1-dev,
libpango1.0-dev,
freerdp2-dev,
libssh-dev,
uuid-dev,
libtool-bin,
libpng-dev,
libjpeg62-turbo-dev,
libcairo2-dev,
libuuid1,
libtool
Standards-Version: 4.1.4
Package: pxvdi-guacamole
Section: net
Priority: optional
Architecture: any
Description: PXVDI Guacamole

22
debian/rules vendored Executable file
View File

@ -0,0 +1,22 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- --with-systemd-dir=/lib/systemd/system --disable-static
override_dh_install:
find debian -name "*.la" -delete
dh_install

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (native)