mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 02:01:19 +00:00
debian packaging, initial commit
This commit is contained in:
parent
d4ca781e90
commit
413a32f33f
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
|
15
packaging/debian/control
Normal file
15
packaging/debian/control
Normal file
@ -0,0 +1,15 @@
|
||||
Source: cool-retro-term
|
||||
Maintainer: Jeka Der <jekader@gmail.com>
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Standards-Version: 3.9.2
|
||||
Build-Depends: debhelper (>= 9),qmlscene, qt5-qmake,
|
||||
qt5-default, 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.
|
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