From 670778103d04944f67f5eb465909202853c81147 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Fri, 6 May 2016 21:45:42 +0200 Subject: [PATCH] Initial packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 19 +++++++++++++++++++ debian/copyright | 30 ++++++++++++++++++++++++++++++ debian/docs | 1 + debian/rules | 11 +++++++++++ debian/source/format | 1 + debian/watch | 3 +++ 8 files changed, 71 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..49adfa3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +tio (1.6-1) unstable; urgency=medium + + * Initial release (Closes: #821836) + + -- Jakob Haufe Thu, 28 Apr 2016 18:58:32 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1e94964 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: tio +Section: comm +Priority: optional +Maintainer: Jakob Haufe +Build-Depends: debhelper (>=9), autotools-dev, pkg-config, bash-completion +Standards-Version: 3.9.8 +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 index 0000000..f14fefd --- /dev/null +++ b/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: tio +Source: + +Files: * +Copyright: 2014 Martin Lund +License: GPL-2 + +Files: debian/* +Copyright: 2016 Jakob Haufe +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 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..aa1c90e --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with autotools-dev --with bash-completion diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..6209ec0 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 + +https://github.com/tio/tio/releases/ download/v(?:.*)/tio-(.*).tar.xz -- 2.39.2