]> git.sur5r.net Git - tio/commitdiff
Initial packaging debian/1.6-1
authorJakob Haufe <sur5r@sur5r.net>
Fri, 6 May 2016 19:45:42 +0000 (21:45 +0200)
committerJakob Haufe <sur5r@sur5r.net>
Fri, 6 May 2016 19:45:42 +0000 (21:45 +0200)
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/watch [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..49adfa3
--- /dev/null
@@ -0,0 +1,5 @@
+tio (1.6-1) unstable; urgency=medium
+
+  * Initial release (Closes: #821836)
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Thu, 28 Apr 2016 18:58:32 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..1e94964
--- /dev/null
@@ -0,0 +1,19 @@
+Source: tio
+Section: comm
+Priority: optional
+Maintainer: Jakob Haufe <sur5r@sur5r.net>
+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 (file)
index 0000000..f14fefd
--- /dev/null
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tio
+Source: <http://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..aa1c90e
--- /dev/null
@@ -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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..6209ec0
--- /dev/null
@@ -0,0 +1,3 @@
+version=3
+
+https://github.com/tio/tio/releases/ download/v(?:.*)/tio-(.*).tar.xz