add debian packaging
This commit is contained in:
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
pulseaudio-tcp (0.1) UNRELEASED; urgency=medium
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Tilman Kranz <t.kranz@tk-sls.de> Sun, 30 Mar 2025 15:24:10 +0200
|
11
debian/control
vendored
Normal file
11
debian/control
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
Source: pulseaudio-tcp
|
||||
Section: misc
|
||||
Priority: extra
|
||||
Maintainer: Tilman Kranz <t.kranz@tk-sls.de>
|
||||
Build-Depends: debhelper-compat (= 13), make
|
||||
Standards-Version: 3.9.4
|
||||
|
||||
Package: pulseaudio-tcp
|
||||
Architecture: all
|
||||
Depends: openssh-client, pulseaudio-utils, zenity, ${misc:Depends}
|
||||
Description: Setup encrypted redirection of Pulseaudio to remote host
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
PREFIX=/usr dh $@
|
Reference in New Issue
Block a user