diff --git a/packaging/ubuntu/debian/changelog b/packaging/ubuntu/debian/changelog deleted file mode 100644 index 73635bc..0000000 --- a/packaging/ubuntu/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index ec63514..0000000 --- a/packaging/ubuntu/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/packaging/ubuntu/debian/control b/packaging/ubuntu/debian/control deleted file mode 100644 index 9360c17..0000000 --- a/packaging/ubuntu/debian/control +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index 1130191..0000000 --- a/packaging/ubuntu/debian/copyright +++ /dev/null @@ -1,30 +0,0 @@ -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 deleted file mode 100644 index e845566..0000000 --- a/packaging/ubuntu/debian/docs +++ /dev/null @@ -1 +0,0 @@ -README diff --git a/packaging/ubuntu/debian/gotty.bash-completion b/packaging/ubuntu/debian/gotty.bash-completion deleted file mode 100644 index 0fa4c31..0000000 --- a/packaging/ubuntu/debian/gotty.bash-completion +++ /dev/null @@ -1 +0,0 @@ -src/bash-completion/gotty diff --git a/packaging/ubuntu/debian/rules b/packaging/ubuntu/debian/rules deleted file mode 100755 index 8dbbafa..0000000 --- a/packaging/ubuntu/debian/rules +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 deleted file mode 100644 index 163aaf8..0000000 --- a/packaging/ubuntu/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/packaging/ubuntu/debian/watch b/packaging/ubuntu/debian/watch deleted file mode 100644 index 9d31693..0000000 --- a/packaging/ubuntu/debian/watch +++ /dev/null @@ -1,3 +0,0 @@ -version=3 - -https://github.com/gotty/gotty/releases/ download/v(?:.*)/gotty-(.*).tar.xz