Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5df55fe01 |
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal 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
30
debian/control
vendored
Normal 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
22
debian/rules
vendored
Executable 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
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (native)
|
||||
Loading…
Reference in New Issue
Block a user