From b8c3f73a56cbbf6a5bd3b59726e3e8b9e983b10a Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Fri, 15 Mar 2019 10:30:54 +0100 Subject: Make lintian happy and update version to 0.6.5 as preparation for 0.7. Signed-off-by: Pavel Pisa --- debian/changelog | 6 +++--- debian/control | 3 +-- debian/qtmips.desktop | 2 +- qtmips_gui/aboutdialog.cpp | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 41271d9..8681cd4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -qtmips (0.6.1) unstable; urgency=medium +qtmips (0.6.5) unstable; urgency=medium - * Initial import + * Initial Debian packaging. - -- Pavel Pisa Wed, 13 Mar 2019 19:38:33 +0100 + -- Pavel Pisa Wed, 13 Mar 2019 19:38:33 +0100 diff --git a/debian/control b/debian/control index a4d0d6b..1c34872 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,8 @@ Source: qtmips Section: devel Priority: optional Maintainer: Pavel Pisa -Uploaders: Pavel Pisa Build-Depends: debhelper (>= 9), qtbase5-dev, libelf-dev -Standards-Version: 0.6 +Standards-Version: 3.9.8 Homepage: https://github.com/cvut/QtMips/ Vcs-Git: https://github.com/cvut/QtMips.git Vcs-Browser: https://github.com/cvut/QtMips/ diff --git a/debian/qtmips.desktop b/debian/qtmips.desktop index 4febf37..cb71bde 100644 --- a/debian/qtmips.desktop +++ b/debian/qtmips.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=qtmips GenericName=Qt Mips emulator -Exec=qtmips +Exec=qtmips_gui Icon=qtmips Type=Application Comment=Qt Mips emulator diff --git a/qtmips_gui/aboutdialog.cpp b/qtmips_gui/aboutdialog.cpp index 16f1fef..db619c3 100644 --- a/qtmips_gui/aboutdialog.cpp +++ b/qtmips_gui/aboutdialog.cpp @@ -67,7 +67,7 @@ AboutDialog::AboutDialog(QWidget *parent) hl->addWidget(vbox); QString versionText; - versionText = "Version 0.6 \n"; + versionText = "Version 0.6.5 \n"; vl->addWidget(new QLabel("Qt Mips - MIPS Architecture Simulator")); lbl = new QLabel(versionText); -- cgit v1.2.3