]> git.sur5r.net Git - tio/commitdiff
Update upstream source from tag 'upstream/1.32'
authorJakob Haufe <sur5r@sur5r.net>
Sun, 4 Nov 2018 16:48:19 +0000 (16:48 +0000)
committerJakob Haufe <sur5r@sur5r.net>
Sun, 4 Nov 2018 16:48:19 +0000 (16:48 +0000)
Update to upstream version '1.32'
with Debian dir c88e46d4036674ed92f6c55cdcaf4fc90fcf7af7

debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/upstream/signing-key.asc [new file with mode: 0644]
debian/watch [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..26b2363
--- /dev/null
@@ -0,0 +1,55 @@
+tio (1.31-1) unstable; urgency=medium
+
+  * New upstream version
+  * Bump standards version (no changes needed)
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Thu, 19 Jul 2018 19:36:16 +0000
+
+tio (1.30-1) unstable; urgency=medium
+
+  * New upstream version
+  * Bump standards version (no changes needed)
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Sat, 09 Jun 2018 14:38:11 +0000
+
+tio (1.29-1) unstable; urgency=medium
+
+  * New upstream version
+  * Bump standards version (no changes needed)
+  * Update debhelper compatibility level to 11
+    - No changes needed
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Thu, 22 Feb 2018 22:04:49 +0000
+
+tio (1.26-1) unstable; urgency=medium
+
+  * New upstream version
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Wed, 08 Nov 2017 00:32:03 +0100
+
+tio (1.25-3) unstable; urgency=medium
+
+  * Update build dependencies for DH 10
+  * Change URLs to https in d/copyright
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Sat, 21 Oct 2017 17:49:46 +0200
+
+tio (1.25-2) unstable; urgency=medium
+
+  * Update debhelper compatibility level to 10
+    - Drop "--with autoreconf" as it's enabled by default
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Sat, 21 Oct 2017 13:47:21 +0200
+
+tio (1.25-1) unstable; urgency=medium
+
+  * New upstream version (Closes: #876387)
+  * Bump standards version (no changes needed)
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Sun, 08 Oct 2017 16:35:05 +0200
+
+tio (1.20-1) unstable; urgency=medium
+
+  * Initial release (Closes: #821836)
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Mon, 27 Jun 2016 17:10:58 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..b4de394
--- /dev/null
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..236d334
--- /dev/null
@@ -0,0 +1,19 @@
+Source: tio
+Section: comm
+Priority: optional
+Maintainer: Jakob Haufe <sur5r@sur5r.net>
+Build-Depends: debhelper (>=11), pkg-config, bash-completion
+Standards-Version: 4.1.5
+Homepage: http://tio.github.io/
+Vcs-Git: https://git.sur5r.net/tio/
+Vcs-Browser: https://git.sur5r.net/?p=tio;a=summary
+
+Package: tio
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: simple TTY terminal I/O application
+ "tio" is a simple TTY terminal application which features a straightforward
+ commandline interface to easily connect to TTY devices for basic input/output.
+ .
+ Besides that, it is able to automatically reconnect to TTY devices which
+ disappear intermittently, e.g. USB-to-serial converters.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..70673b4
--- /dev/null
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tio
+Source: <https://tio.github.io>
+
+Files: *
+Copyright: 2014 Martin Lund <martin.lund@keep-it-simple.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2016 Jakob Haufe <sur5r@sur5r.net>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ 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, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..e845566
--- /dev/null
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..45ad5de
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+       dh $@  --with bash-completion
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644 (file)
index 0000000..6dbd849
--- /dev/null
@@ -0,0 +1,52 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1
+
+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
+SwHM44jx8S/d6Nk=
+=ba7k
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..d086b11
--- /dev/null
@@ -0,0 +1,3 @@
+version=3
+
+opts="pgpsigurlmangle=s%$%.asc%" https://github.com/tio/tio/releases/ download/v(?:.*)/tio-(.*).tar.xz