mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Added packaging files for Ubuntu
This commit is contained in:
parent
e464ae132a
commit
5ead0ca176
9 changed files with 66 additions and 0 deletions
5
packaging/ubuntu/debian/changelog
Normal file
5
packaging/ubuntu/debian/changelog
Normal 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
|
||||
1
packaging/ubuntu/debian/compat
Normal file
1
packaging/ubuntu/debian/compat
Normal file
|
|
@ -0,0 +1 @@
|
|||
9
|
||||
16
packaging/ubuntu/debian/control
Normal file
16
packaging/ubuntu/debian/control
Normal 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.
|
||||
30
packaging/ubuntu/debian/copyright
Normal file
30
packaging/ubuntu/debian/copyright
Normal 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'.
|
||||
1
packaging/ubuntu/debian/docs
Normal file
1
packaging/ubuntu/debian/docs
Normal file
|
|
@ -0,0 +1 @@
|
|||
README
|
||||
1
packaging/ubuntu/debian/gotty.bash-completion
Normal file
1
packaging/ubuntu/debian/gotty.bash-completion
Normal file
|
|
@ -0,0 +1 @@
|
|||
src/bash-completion/gotty
|
||||
8
packaging/ubuntu/debian/rules
Executable file
8
packaging/ubuntu/debian/rules
Executable 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
|
||||
1
packaging/ubuntu/debian/source/format
Normal file
1
packaging/ubuntu/debian/source/format
Normal file
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
||||
3
packaging/ubuntu/debian/watch
Normal file
3
packaging/ubuntu/debian/watch
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version=3
|
||||
|
||||
https://github.com/gotty/gotty/releases/ download/v(?:.*)/gotty-(.*).tar.xz
|
||||
Loading…
Add table
Add a link
Reference in a new issue