Skip to content

Commit

Permalink
publish to launchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Jun 30, 2024
1 parent 450a01a commit 3d60e97
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
The Debian Package tsshd
----------------------------

The 'tssh --udp' works like 'mosh', and the 'tsshd' works like 'mosh-server'.

-- Lonny Wong <[email protected]> Sun, 30 Jun 2024 17:38:13 +0800
6 changes: 6 additions & 0 deletions debian/README.Debian
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tsshd for Debian
---------------

The 'tssh --udp' works like 'mosh', and the 'tsshd' works like 'mosh-server'.

-- Lonny Wong <[email protected]> Sun, 30 Jun 2024 17:38:13 +0800
9 changes: 9 additions & 0 deletions debian/README.source
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tsshd for Debian
---------------

tsshd for Debian is developed in Go.
* Install go and make
* make && make install

-- Lonny Wong <[email protected]> Sun, 30 Jun 2024 17:38:13 +0800

5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tsshd (0.1.1) trusty; urgency=medium

* tsshd v0.1.1

-- Lonny Wong <[email protected]> Sun, 30 Jun 2024 17:38:13 +0800
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
15 changes: 15 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Source: tsshd
Section: utils
Priority: optional
Maintainer: Lonny Wong <[email protected]>
Build-Depends: debhelper (>=9),
golang-1.21-go
Standards-Version: 3.9.6
Homepage: https://trzsz.github.io/ssh
Vcs-Browser: https://github.com/trzsz/tsshd
Vcs-Git: https://github.com/trzsz/tsshd.git

Package: tsshd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: The 'tssh --udp' works like 'mosh', and the 'tsshd' works like 'mosh-server'.
25 changes: 25 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: tsshd
Upstream-Contact: Lonny Wong <[email protected]>
Source: https://github.com/trzsz/tsshd

Files: *
Copyright: 2024 The Trzsz SSH Authors.
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6 changes: 6 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/make -f
export CGO_ENABLED=0
export GOCACHE=/tmp/.cache/go-build

%:
PATH="/usr/lib/go-1.21/bin:${PATH}" dh $@
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)
3 changes: 3 additions & 0 deletions debian/tsshd-docs.docs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
README.source
README
README.Debian

0 comments on commit 3d60e97

Please sign in to comment.