From 413a32f33fb695deba3de216066f86abbd1e3400 Mon Sep 17 00:00:00 2001 From: Jeka Der Date: Fri, 10 Oct 2014 21:38:01 +0200 Subject: [PATCH 1/2] debian packaging, initial commit --- packaging/debian/changelog | 5 +++++ packaging/debian/compat | 1 + packaging/debian/control | 15 +++++++++++++++ packaging/debian/rules | 4 ++++ packaging/debian/source/format | 1 + 5 files changed, 26 insertions(+) create mode 100644 packaging/debian/changelog create mode 100644 packaging/debian/compat create mode 100644 packaging/debian/control create mode 100755 packaging/debian/rules create mode 100644 packaging/debian/source/format 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..419a1a2 --- /dev/null +++ b/packaging/debian/control @@ -0,0 +1,15 @@ +Source: cool-retro-term +Maintainer: Jeka Der +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. \ No newline at end of file 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) From 8c08f638818a67530b996e65e9939c0c5f4fc3de Mon Sep 17 00:00:00 2001 From: Jeka Der Date: Fri, 10 Oct 2014 22:12:37 +0200 Subject: [PATCH 2/2] fixing lintian warnings --- packaging/debian/control | 10 ++++++---- packaging/debian/copyright | 13 +++++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 packaging/debian/copyright diff --git a/packaging/debian/control b/packaging/debian/control index 419a1a2..0ed2d04 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -2,9 +2,9 @@ Source: cool-retro-term Maintainer: Jeka Der Section: misc Priority: optional -Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 9),qmlscene, qt5-qmake, - qt5-default, qtdeclarative5-dev, qml-module-qtquick-controls, +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 @@ -12,4 +12,6 @@ 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. \ No newline at end of file + 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'. + +