diff --git a/README.md b/README.md index 643ce9b..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,15 +0,0 @@ -Allow to share screen over network with vnc on raspberrypi v1 or newer - -===Installation=== -Install Raspberry Pi OS Lite on raspberrypi or or debian without desktop) - -install vnctv_X.Y.Z_all.deb - -systemctl enable --now vnctv vnctv-web - -===Usage=== - -launch x11vnc on the computer - -connect to http://:8080 - diff --git a/debian/README b/debian/README index 05ef0e4..50d47d5 100644 --- a/debian/README +++ b/debian/README @@ -3,4 +3,4 @@ The Debian Package vnctv Comments regarding the Package - -- Thomas Leagy Sun, 03 Apr 2022 12:36:14 +0200 + -- Thomas Leagy Sun, 03 Apr 2022 12:36:14 +0200 diff --git a/debian/control b/debian/control index 5b957b9..51bb44b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: unknown Priority: optional Maintainer: Thomas Legay Build-Depends: debhelper-compat (= 13) -Standards-Version: 0.1.1 +Standards-Version: 0.1.0 Homepage: https://git.lgy.fr/thomas/vnctv/ #Vcs-Browser: https://git.lgy.fr/thomas/vnctv/ #Vcs-Git: http://git.lgy.fr/thomas/vnctv.git @@ -11,5 +11,5 @@ Rules-Requires-Root: no Package: vnctv Architecture: all -Depends: ${misc:Depends} directvnc +Depends: ${misc:Depends} Description: allow to share screen over network with vnc on raspberrypi v1 or newer diff --git a/debian/copyright b/debian/copyright index a39215d..eebe543 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,11 +4,12 @@ Upstream-Contact: Source: Files: * -Copyright: 2022 thomas@lgy.fr +Copyright: + License: GPL-3.0+ Files: debian/* -Copyright: 2022 Thomas Leagy +Copyright: 2022 Thomas Leagy License: GPL-3.0+ License: GPL-3.0+ @@ -27,3 +28,12 @@ License: GPL-3.0+ . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid picking licenses with terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. +# +# If you need, there are some extra license texts available in two places: +# /usr/share/debhelper/dh_make/licenses/ +# /usr/share/common-licenses/ diff --git a/debian/postinst b/debian/postinst deleted file mode 100755 index f988c00..0000000 --- a/debian/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr//bin/env bash - -id vnctv &> /dev/null || useradd vnctv -r -s /bin/false - diff --git a/vnctv b/vnctv index 246dc96..f8d68ba 100644 --- a/vnctv +++ b/vnctv @@ -5,5 +5,5 @@ while true do HOST=$(nc -lp 4444 -s 127.0.0.1) echo $HOST - /usr/bin/directvnc $HOST --nolocalcursor --noshared + /usr/bin/directvnc $HOST --nolocalcursor --noshared #--encodings copyrect done