add user to plugdev group, fix some lintian issues
This commit is contained in:
parent
d1dc14d9e5
commit
7bc78425cd
4
debian/control
vendored
4
debian/control
vendored
@ -3,11 +3,11 @@ Maintainer: Jakob Ketterl <jakob.ketterl@gmx.de>
|
|||||||
Section: hamradio
|
Section: hamradio
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Standards-Version: 4.2.0
|
Standards-Version: 4.2.0
|
||||||
Build-Depends: debhelper (>= 10), dh-python, python3 (>= 3.5), dh-systemd (>= 1.5)
|
Build-Depends: debhelper (>= 10), dh-python, python3 (>= 3.5)
|
||||||
|
|
||||||
Package: openwebrx
|
Package: openwebrx
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: adduser, python3 (>= 3.5), python3-pkg-resources, csdr (>= 0.14), netcat, owrx-connector (>= 0.1), ${python3:Depends}
|
Depends: adduser, python3 (>= 3.5), python3-pkg-resources, csdr (>= 0.14), netcat, owrx-connector (>= 0.1), ${python3:Depends}, ${misc:Depends}
|
||||||
Recommends: digiham (>= 0.3), dsd (>= 1.7), sox, direwolf (>= 1.4), wsjtx
|
Recommends: digiham (>= 0.3), dsd (>= 1.7), sox, direwolf (>= 1.4), wsjtx
|
||||||
Description: multi-user web sdr
|
Description: multi-user web sdr
|
||||||
Open source, multi-user SDR receiver with a web interface
|
Open source, multi-user SDR receiver with a web interface
|
3
debian/postinst
vendored
3
debian/postinst
vendored
@ -2,3 +2,6 @@
|
|||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
adduser --system --group --no-create-home --home /nonexistant openwebrx
|
adduser --system --group --no-create-home --home /nonexistant openwebrx
|
||||||
|
usermod -aG plugdev openwebrx
|
||||||
|
|
||||||
|
#DEBHELPER#
|
Loading…
Reference in New Issue
Block a user