mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 02:01:19 +00:00
Merge pull request #156 from jekader/debian-packaging
Adding debian packaging
This commit is contained in:
commit
d603d9d54a
5
packaging/debian/changelog
Normal file
5
packaging/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
cool-retro-term (0.9-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Initial release. (Closes: #XXXXXX)
|
||||||
|
|
||||||
|
-- Jeka Der <jekader@gmail.com> Fri, 10 Oct 2014 19:58:29 +0200
|
1
packaging/debian/compat
Normal file
1
packaging/debian/compat
Normal file
@ -0,0 +1 @@
|
|||||||
|
9
|
17
packaging/debian/control
Normal file
17
packaging/debian/control
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Source: cool-retro-term
|
||||||
|
Maintainer: Jeka Der <jekader@gmail.com>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Standards-Version: 3.9.6
|
||||||
|
Build-Depends: debhelper (>= 9),qmlscene,
|
||||||
|
qt5-qmake, qtdeclarative5-dev, qml-module-qtquick-controls,
|
||||||
|
qml-module-qtgraphicaleffects, qml-module-qtquick-dialogs,
|
||||||
|
qml-module-qtquick-localstorage, qml-module-qtquick-window2
|
||||||
|
|
||||||
|
Package: cool-retro-term
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
|
Description: terminal emulator which mimics old screens
|
||||||
|
cool-retro-term is a terminal emulator which mimics the look and feel
|
||||||
|
of the old cathode tube screens. It has been designed to be eye-candy,
|
||||||
|
customizable, and reasonably lightweight.
|
13
packaging/debian/copyright
Normal file
13
packaging/debian/copyright
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: cool-retro-term
|
||||||
|
Upstream-Contact: Filippo Scognamiglio <flscogna@gmail.com>
|
||||||
|
Source: https://github.com/Swordfish90/cool-retro-term
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2014 Filippo Scognamiglio
|
||||||
|
License: GPL-3
|
||||||
|
On Debian systems, the full text of the GNU General Public
|
||||||
|
License version 3 can be found in the file
|
||||||
|
`/usr/share/common-licenses/GPL-3'.
|
||||||
|
|
||||||
|
|
4
packaging/debian/rules
Executable file
4
packaging/debian/rules
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
1
packaging/debian/source/format
Normal file
1
packaging/debian/source/format
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
Loading…
x
Reference in New Issue
Block a user