Added packaging files for Ubuntu

This commit is contained in:
Jesper Larsen 2014-10-23 19:39:16 +02:00
parent e464ae132a
commit 5ead0ca176
9 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,5 @@
gotty (1.1-1~utopic1) utopic; urgency=low
* Initial release
-- Jesper Larsen <knorr.jesper@gmail.com> Thu, 23 Oct 2014 16:38:40 +0200

View file

@ -0,0 +1 @@
9

View file

@ -0,0 +1,16 @@
Source: gotty
Section: comm
Priority: optional
Maintainer: Jesper Larsen <knorr.jesper@gmail.com>
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.

View file

@ -0,0 +1,30 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: gotty
Source: <http://gotty.io>
Files: *
Copyright: 2014 Martin Lund <martin.lund@keep-it-simple.com>
License: GPL-2
Files: debian/*
Copyright: 2014 Jesper Larsen <knorr.jesper@gmail.com>
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'.

View file

@ -0,0 +1 @@
README

View file

@ -0,0 +1 @@
src/bash-completion/gotty

8
packaging/ubuntu/debian/rules Executable file
View file

@ -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

View file

@ -0,0 +1 @@
3.0 (quilt)

View file

@ -0,0 +1,3 @@
version=3
https://github.com/gotty/gotty/releases/ download/v(?:.*)/gotty-(.*).tar.xz