diff --git a/packaging/ubuntu/debian/changelog b/packaging/ubuntu/debian/changelog new file mode 100644 index 0000000..73635bc --- /dev/null +++ b/packaging/ubuntu/debian/changelog @@ -0,0 +1,5 @@ +gotty (1.1-1~utopic1) utopic; urgency=low + + * Initial release + + -- Jesper Larsen Thu, 23 Oct 2014 16:38:40 +0200 diff --git a/packaging/ubuntu/debian/compat b/packaging/ubuntu/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/packaging/ubuntu/debian/compat @@ -0,0 +1 @@ +9 diff --git a/packaging/ubuntu/debian/control b/packaging/ubuntu/debian/control new file mode 100644 index 0000000..9360c17 --- /dev/null +++ b/packaging/ubuntu/debian/control @@ -0,0 +1,16 @@ +Source: gotty +Section: comm +Priority: optional +Maintainer: Jesper Larsen +Build-Depends: debhelper (>= 9.0.0), autotools-dev, + bash-completion +Standards-Version: 3.9.5 +Homepage: http://gotty.io + +Package: gotty +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Simple TTY terminal application + Go TTY or "gotty" is a really simple TTY terminal application + which features a simple commandline interface to easily connect + to TTY devices for basic input/output. diff --git a/packaging/ubuntu/debian/copyright b/packaging/ubuntu/debian/copyright new file mode 100644 index 0000000..1130191 --- /dev/null +++ b/packaging/ubuntu/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gotty +Source: + +Files: * +Copyright: 2014 Martin Lund +License: GPL-2 + +Files: debian/* +Copyright: 2014 Jesper Larsen +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/packaging/ubuntu/debian/docs b/packaging/ubuntu/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/packaging/ubuntu/debian/docs @@ -0,0 +1 @@ +README diff --git a/packaging/ubuntu/debian/gotty.bash-completion b/packaging/ubuntu/debian/gotty.bash-completion new file mode 100644 index 0000000..0fa4c31 --- /dev/null +++ b/packaging/ubuntu/debian/gotty.bash-completion @@ -0,0 +1 @@ +src/bash-completion/gotty diff --git a/packaging/ubuntu/debian/rules b/packaging/ubuntu/debian/rules new file mode 100755 index 0000000..8dbbafa --- /dev/null +++ b/packaging/ubuntu/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with autotools-dev --with bash-completion diff --git a/packaging/ubuntu/debian/source/format b/packaging/ubuntu/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/packaging/ubuntu/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/packaging/ubuntu/debian/watch b/packaging/ubuntu/debian/watch new file mode 100644 index 0000000..9d31693 --- /dev/null +++ b/packaging/ubuntu/debian/watch @@ -0,0 +1,3 @@ +version=3 + +https://github.com/gotty/gotty/releases/ download/v(?:.*)/gotty-(.*).tar.xz