Skip to content

Commit

Permalink
update debian packaging, lintian cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis committed Nov 6, 2023
1 parent 7a7c3b0 commit 26f3455
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 12 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ clean:
deb:
debuild -uc -us

debcheck: deb
lintian -EviIL +pedantic

mrproper:
./debian/rules clean

.PHONY: all install uninstall clean deb debcheck mrproper
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
sshlm (0.22) unstable; urgency=medium

* update docs
* spelling corrections
* bring debian packaging uptodate
* lintian cleanups

-- Matija Nalis <[email protected]> Mon, 06 Nov 2023 15:16:41 +0100

sshlm (0.21) unstable; urgency=medium

* add help on startup
Expand Down
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

11 changes: 6 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Source: sshlm
Section: net
Priority: extra
Priority: optional
Maintainer: Matija Nalis <[email protected]>
Build-Depends: debhelper (>=9)
Standards-Version: 3.9.3
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://github.com/mnalis/ssh-line-mode
Vcs-browser: https://github.com/mnalis/ssh-line-mode.git
Vcs-Browser: https://github.com/mnalis/ssh-line-mode.git
Rules-Requires-Root: no

Package: sshlm
Architecture: all
Expand All @@ -16,5 +17,5 @@ Description: local line-by-line editing mode for ssh client
line-by-line, line mode, line buffered mode, canonical mode, cooked mode,
RFC 1184).
It is inspired by line-by-line editing mode in telnet(1) of old.
Intended for use in high latency environments (especially when mixed
Intended for use in high latency environments (especially when mixed
with packet loss and/or low-bandwidth)
8 changes: 4 additions & 4 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: sshlm
Source: <https://github.com/mnalis/ssh-line-mode>

Files: *
Copyright: 2015 Matija Nalis <[email protected]>
Copyright: 2015-2023 Matija Nalis <[email protected]>
License: GPL-3.0+

Files: debian/*
Copyright: 2015 Matija Nalis <[email protected]>
Copyright: 2015-2023 Matija Nalis <[email protected]>
License: GPL-3.0+

License: GPL-3.0+
Expand All @@ -22,7 +22,7 @@ License: GPL-3.0+
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#export DH_VERBOSE=1

%:
dh $@
dh $@

override_dh_auto_install:
dh_auto_install -- prefix=/usr
2 changes: 1 addition & 1 deletion sshlm.1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and transfers control to it.
.br
If you press
.B ctrl-]
hotkey however, you will be transfered to local line-editing-mode instead of default char-by-char mode.
hotkey however, you will be transferred to local line-editing-mode instead of default char-by-char mode.
.br
The local line editing mode can also be acticated automatically by specially crafted
.B PS1
Expand Down

0 comments on commit 26f3455

Please sign in to comment.