Skip to content

Commit 26f3455

Browse files
committed
update debian packaging, lintian cleanups
1 parent 7a7c3b0 commit 26f3455

File tree

7 files changed

+26
-12
lines changed

7 files changed

+26
-12
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@ clean:
2222
deb:
2323
debuild -uc -us
2424

25+
debcheck: deb
26+
lintian -EviIL +pedantic
27+
2528
mrproper:
2629
./debian/rules clean
30+
31+
.PHONY: all install uninstall clean deb debcheck mrproper

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
sshlm (0.22) unstable; urgency=medium
2+
3+
* update docs
4+
* spelling corrections
5+
* bring debian packaging uptodate
6+
* lintian cleanups
7+
8+
-- Matija Nalis <mnalis-debian@voyager.hr> Mon, 06 Nov 2023 15:16:41 +0100
9+
110
sshlm (0.21) unstable; urgency=medium
211

312
* add help on startup

debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/control

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Source: sshlm
22
Section: net
3-
Priority: extra
3+
Priority: optional
44
Maintainer: Matija Nalis <mnalis-debian@voyager.hr>
5-
Build-Depends: debhelper (>=9)
6-
Standards-Version: 3.9.3
5+
Build-Depends: debhelper-compat (= 13)
6+
Standards-Version: 4.6.2
77
Homepage: https://github.com/mnalis/ssh-line-mode
8-
Vcs-browser: https://github.com/mnalis/ssh-line-mode.git
8+
Vcs-Browser: https://github.com/mnalis/ssh-line-mode.git
9+
Rules-Requires-Root: no
910

1011
Package: sshlm
1112
Architecture: all
@@ -16,5 +17,5 @@ Description: local line-by-line editing mode for ssh client
1617
line-by-line, line mode, line buffered mode, canonical mode, cooked mode,
1718
RFC 1184).
1819
It is inspired by line-by-line editing mode in telnet(1) of old.
19-
Intended for use in high latency environments (especially when mixed
20+
Intended for use in high latency environments (especially when mixed
2021
with packet loss and/or low-bandwidth)

debian/copyright

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: sshlm
33
Source: <https://github.com/mnalis/ssh-line-mode>
44

55
Files: *
6-
Copyright: 2015 Matija Nalis <mnalis-debian@voyager.hr>
6+
Copyright: 2015-2023 Matija Nalis <mnalis-debian@voyager.hr>
77
License: GPL-3.0+
88

99
Files: debian/*
10-
Copyright: 2015 Matija Nalis <mnalis-debian@voyager.hr>
10+
Copyright: 2015-2023 Matija Nalis <mnalis-debian@voyager.hr>
1111
License: GPL-3.0+
1212

1313
License: GPL-3.0+
@@ -22,7 +22,7 @@ License: GPL-3.0+
2222
GNU General Public License for more details.
2323
.
2424
You should have received a copy of the GNU General Public License
25-
along with this program. If not, see <http://www.gnu.org/licenses/>.
25+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2626
.
2727
On Debian systems, the complete text of the GNU General
2828
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#export DH_VERBOSE=1
1111

1212
%:
13-
dh $@
13+
dh $@
1414

1515
override_dh_auto_install:
1616
dh_auto_install -- prefix=/usr

sshlm.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ and transfers control to it.
3030
.br
3131
If you press
3232
.B ctrl-]
33-
hotkey however, you will be transfered to local line-editing-mode instead of default char-by-char mode.
33+
hotkey however, you will be transferred to local line-editing-mode instead of default char-by-char mode.
3434
.br
3535
The local line editing mode can also be acticated automatically by specially crafted
3636
.B PS1

0 commit comments

Comments
 (0)