From bbe61e44433bbe2d5706569205c0534c07014c77 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 28 Feb 2017 17:18:57 +0100 Subject: [PATCH 1/2] update change log for a first upload (sponsoring) how it should be for a first official Debian package --- packaging/debian/changelog | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 15ae9e6..c0f46ef 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,11 +1,5 @@ -cool-retro-term (0.9-2) UNRELEASED; urgency=medium - - * Adding missing dependencies - - -- Jeka Der Sun, 12 Oct 2014 18:00:00 +0200 - cool-retro-term (0.9-1) UNRELEASED; urgency=medium - * Initial release. + * Initial release. (Closes: #758238) -- Jeka Der Fri, 10 Oct 2014 19:58:29 +0200 From 9ea797b00b3fc5d14051bf415094b42e0bd81991 Mon Sep 17 00:00:00 2001 From: mason1920 <42262007+mason1920@users.noreply.github.com> Date: Wed, 22 Aug 2018 02:15:02 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 45d36c5..a644c3b 100644 --- a/README.md +++ b/README.md @@ -82,15 +82,9 @@ Make sure to install these first. --- -**Debian Stretch and Jessie** +**Debian Jessie and above** - sudo apt install build-essential 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 - ---- - -**Debian Stretch** - - sudo apt-get install build-essential 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 qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel + sudo apt install build-essential 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 qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel ---