aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-15 10:30:54 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-15 10:30:54 +0100
commitb8c3f73a56cbbf6a5bd3b59726e3e8b9e983b10a (patch)
tree7d74896e7b974a11f3f3e9c0fab03f141119aff8
parent526da12a50b3670d0af417756511a19e252d3cfb (diff)
downloadqtmips-b8c3f73a56cbbf6a5bd3b59726e3e8b9e983b10a.tar.gz
qtmips-b8c3f73a56cbbf6a5bd3b59726e3e8b9e983b10a.tar.bz2
qtmips-b8c3f73a56cbbf6a5bd3b59726e3e8b9e983b10a.zip
Make lintian happy and update version to 0.6.5 as preparation for 0.7.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
-rw-r--r--debian/qtmips.desktop2
-rw-r--r--qtmips_gui/aboutdialog.cpp2
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 <pisa@cmp.felk.cvut.cz> Wed, 13 Mar 2019 19:38:33 +0100
+ -- Pavel Pisa <pisa@cmp.felk.cvut.cz> 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 <pisa@cmp.felk.cvut.cz>
-Uploaders: Pavel Pisa <pisa@cmp.felk.cvut.cz>
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("<span style='font-size:x-large; font-weight:bold;'>Qt Mips - MIPS Architecture Simulator</span>"));
lbl = new QLabel(versionText);