diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/qtmips.desktop | 2 | ||||
-rw-r--r-- | 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 <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); |