diff -Nru tmate-2.4.0/debian/changelog tmate-2.4.0/debian/changelog --- tmate-2.4.0/debian/changelog 2019-12-02 21:47:40.000000000 +0000 +++ tmate-2.4.0/debian/changelog 2020-11-10 01:12:01.000000000 +0000 @@ -1,3 +1,24 @@ +tmate (2.4.0-2) unstable; urgency=medium + + [ Juan Carlos Romero ] + * d/patches: Fix typo in 03-manpage.patch (Closes: #975232) + + [ Sergio de Almeida Cipriano Junior ] + * d/control: + - Bumped debhelper-compat to 13 + - Bumped Standards-Version to 4.5.0 + - Added new uploader + - Added Rules-Requires-Root + * d/watch: Bumped version to 4 + * d/rules: Removed tag that is no longer necessary in the build process + * Created debian/upstream/metadata + * d/copyright: Updated format to use HTTPS + * d/patches: + - Forwarded patches 03 and 04 + - Added Bug-Debian in patch 03 + + -- Sergio de Almeida Cipriano Junior Mon, 09 Nov 2020 22:12:01 -0300 + tmate (2.4.0-1) unstable; urgency=medium * New upstream version 2.4.0 diff -Nru tmate-2.4.0/debian/control tmate-2.4.0/debian/control --- tmate-2.4.0/debian/control 2019-12-02 21:47:40.000000000 +0000 +++ tmate-2.4.0/debian/control 2020-11-10 01:12:01.000000000 +0000 @@ -2,8 +2,9 @@ Section: devel Priority: optional Maintainer: Lucas Kanashiro -Uploaders: Thiago Ribeiro -Build-Depends: debhelper-compat (= 12), +Uploaders: Thiago Ribeiro , + Sergio de Almeida Cipriano Junior +Build-Depends: debhelper-compat (= 13), pkg-config, libtool, libevent-dev, @@ -12,7 +13,8 @@ automake, libssh-dev, libmsgpack-dev (>= 1.1.0) -Standards-Version: 4.4.1.2 +Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: http://tmate.io/ Vcs-Git: https://salsa.debian.org/debian/tmate.git Vcs-Browser: https://salsa.debian.org/debian/tmate diff -Nru tmate-2.4.0/debian/copyright tmate-2.4.0/debian/copyright --- tmate-2.4.0/debian/copyright 2019-12-02 21:47:40.000000000 +0000 +++ tmate-2.4.0/debian/copyright 2020-11-10 01:12:01.000000000 +0000 @@ -1,4 +1,4 @@ -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: tmate Upstream-Contact: Nicolas Viennot Source: https://github.com/nviennot/tmate diff -Nru tmate-2.4.0/debian/patches/03-manpage.patch tmate-2.4.0/debian/patches/03-manpage.patch --- tmate-2.4.0/debian/patches/03-manpage.patch 2019-12-02 21:47:40.000000000 +0000 +++ tmate-2.4.0/debian/patches/03-manpage.patch 2020-11-10 01:12:01.000000000 +0000 @@ -1,7 +1,10 @@ Description: Improve manpage Author: Lucas Kanashiro -Last-Updated: 2019-09-24 - +Forwarded: yes, https://github.com/tmate-io/tmate/pull/228 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975232 +Last-Updated: 2020-11-18 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/tmux.1 +++ b/tmux.1 @@ -19,10 +19,11 @@ @@ -40,7 +43,7 @@ +given a randomly-generated token to be able to join a session. +.Pp +.Nm -+is a modified version of tmate, and uses the same configurations such as ++is a modified version of tmux, and uses the same configurations such as +keybindings, color schemes etc. .Pp When diff -Nru tmate-2.4.0/debian/patches/04-fix-spelling-error-in-binary.patch tmate-2.4.0/debian/patches/04-fix-spelling-error-in-binary.patch --- tmate-2.4.0/debian/patches/04-fix-spelling-error-in-binary.patch 2019-12-02 21:47:40.000000000 +0000 +++ tmate-2.4.0/debian/patches/04-fix-spelling-error-in-binary.patch 2020-11-10 01:12:01.000000000 +0000 @@ -1,7 +1,9 @@ Description: Fix spelling error in binary Author: Lucas Kanashiro -Last-Updated: 2016-03-10 - +Forwarded: yes, https://github.com/tmate-io/tmate/pull/228 +Last-Updated: 2020-11-18 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/tmate-ssh-client.c +++ b/tmate-ssh-client.c @@ -449,7 +449,7 @@ diff -Nru tmate-2.4.0/debian/rules tmate-2.4.0/debian/rules --- tmate-2.4.0/debian/rules 2019-12-02 21:47:40.000000000 +0000 +++ tmate-2.4.0/debian/rules 2020-11-10 01:12:01.000000000 +0000 @@ -3,12 +3,10 @@ include /usr/share/dpkg/default.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ + dh $@ override_dh_auto_configure: ./autogen.sh dh_auto_configure - diff -Nru tmate-2.4.0/debian/upstream/metadata tmate-2.4.0/debian/upstream/metadata --- tmate-2.4.0/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ tmate-2.4.0/debian/upstream/metadata 2020-11-10 01:12:01.000000000 +0000 @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/tmate-io/tmate/issues +Bug-Submit: https://github.com/tmate-io/tmate/issues/new +Repository: https://github.com/tmate-io/tmate.git +Repository-Browse: https://github.com/tmate-io/tmate diff -Nru tmate-2.4.0/debian/watch tmate-2.4.0/debian/watch --- tmate-2.4.0/debian/watch 2019-12-02 21:47:40.000000000 +0000 +++ tmate-2.4.0/debian/watch 2020-11-10 01:12:01.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 +version=4 https://github.com/tmate-io/tmate/releases/ \/.*\/([\d\.]*)\.tar\.gz