diff --git a/packaging/debian/changelog b/packaging/debian/changelog new file mode 100644 index 0000000..890f094 --- /dev/null +++ b/packaging/debian/changelog @@ -0,0 +1,5 @@ +cool-retro-term (0.9-1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #XXXXXX) + + -- Jeka Der Fri, 10 Oct 2014 19:58:29 +0200 diff --git a/packaging/debian/compat b/packaging/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/packaging/debian/compat @@ -0,0 +1 @@ +9 diff --git a/packaging/debian/control b/packaging/debian/control new file mode 100644 index 0000000..0ed2d04 --- /dev/null +++ b/packaging/debian/control @@ -0,0 +1,17 @@ +Source: cool-retro-term +Maintainer: Jeka Der +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. diff --git a/packaging/debian/copyright b/packaging/debian/copyright new file mode 100644 index 0000000..9d1d34f --- /dev/null +++ b/packaging/debian/copyright @@ -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 +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'. + + diff --git a/packaging/debian/rules b/packaging/debian/rules new file mode 100755 index 0000000..4f2c774 --- /dev/null +++ b/packaging/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +%: + dh $@ + diff --git a/packaging/debian/source/format b/packaging/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/packaging/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)