Skip to content

Commit

Permalink
Fixed a Lintian warning related to a manpage. Use the new syntax for …
Browse files Browse the repository at this point in the history
…chown. Use latest debian as base image for Docker, instead of Ubuntu
  • Loading branch information
jmdaweb committed Jul 25, 2023
1 parent c7686fe commit 564b7fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian-non-systemd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gzip -n -9 nvda-remote-server_$VERSION/usr/share/man/man5/NVDARemoteServer.conf.
gzip -n -9 nvda-remote-server_$VERSION/usr/share/man/man1/NVDARemoteCertificate.1
gzip -n -9 nvda-remote-server_$VERSION/usr/share/doc/nvda-remote-server/changelog.Debian
#change permissions
chown -R root.root nvda-remote-server_$VERSION
chown -R root:root nvda-remote-server_$VERSION
chmod -R 755 nvda-remote-server_$VERSION
chmod 644 nvda-remote-server_$VERSION/DEBIAN/control
chmod 644 nvda-remote-server_$VERSION/DEBIAN/conffiles
Expand Down
2 changes: 1 addition & 1 deletion debian-py2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gzip -n -9 nvda-remote-server_$VERSION/usr/share/man/man5/NVDARemoteServer.conf.
gzip -n -9 nvda-remote-server_$VERSION/usr/share/man/man1/NVDARemoteCertificate.1
gzip -n -9 nvda-remote-server_$VERSION/usr/share/doc/nvda-remote-server/changelog.Debian
#change permissions
chown -R root.root nvda-remote-server_$VERSION
chown -R root:root nvda-remote-server_$VERSION
chmod -R 755 nvda-remote-server_$VERSION
chmod 644 nvda-remote-server_$VERSION/DEBIAN/control
chmod 644 nvda-remote-server_$VERSION/DEBIAN/conffiles
Expand Down
2 changes: 1 addition & 1 deletion debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gzip -n -9 nvda-remote-server_$VERSION/usr/share/man/man5/NVDARemoteServer.conf.
gzip -n -9 nvda-remote-server_$VERSION/usr/share/man/man1/NVDARemoteCertificate.1
gzip -n -9 nvda-remote-server_$VERSION/usr/share/doc/nvda-remote-server/changelog.Debian
#change permissions
chown -R root.root nvda-remote-server_$VERSION
chown -R root:root nvda-remote-server_$VERSION
chmod -R 755 nvda-remote-server_$VERSION
chmod 644 nvda-remote-server_$VERSION/DEBIAN/control
chmod 644 nvda-remote-server_$VERSION/DEBIAN/conffiles
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#base image
FROM ubuntu
FROM debian
#image metadata
LABEL version="2.3" description="This image allows you to run NVDA Remote Server inside a docker container" org.opencontainers.image.authors="Jose Manuel Delicado"
#prepare image
Expand Down
2 changes: 1 addition & 1 deletion manual/NVDARemoteServer.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The message of the day can be displayed once (only for first-time clients) or ea
Example: motd_force_display=1
.P
includeTracebacks
.p
.P
Tracebacks are helpful when debugging exceptions, but can be quite anoying on some scenarios, such as in production servers.
.P
You can control wether tracebacks are displayed in the log file or the console using this setting.
Expand Down

0 comments on commit 564b7fe

Please sign in to comment.