diff --git a/app/main.cpp b/app/main.cpp
index fd21ac6..b06c43b 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -55,7 +55,7 @@ int main(int argc, char *argv[])
         qDebug() << "  --fullscreen        Run cool-retro-term in fullscreen.";
         qDebug() << "  -p|--profile <prof> Run cool-retro-term with the given profile.";
         qDebug() << "  -h|--help           Print this help.";
-        qDebug() << "  --verbose           Print additional informations such as profiles and settings.";
+        qDebug() << "  --verbose           Print additional information such as profiles and settings.";
         return 0;
     }
 
diff --git a/cool-retro-term.desktop b/cool-retro-term.desktop
index b1fbb74..8c0d278 100644
--- a/cool-retro-term.desktop
+++ b/cool-retro-term.desktop
@@ -3,9 +3,9 @@ Comment=Use the command line the old way
 Exec=cool-retro-term
 GenericName=Terminal emulator
 Icon=cool-retro-term
-MimeType=
 Name=Cool Retro Term
-Categories=Qt;System;Utility;TerminalEmulator;
+Categories=System;TerminalEmulator;
 StartupNotify=true
 Terminal=false
 Type=Application
+Keywords=shell;prompt;command;commandline;
diff --git a/packaging/debian/.gitignore b/packaging/debian/.gitignore
new file mode 100644
index 0000000..ee88064
--- /dev/null
+++ b/packaging/debian/.gitignore
@@ -0,0 +1,4 @@
+/*.debhelper.log
+/*.substvars
+/cool-retro-term/
+/files
diff --git a/packaging/debian/control b/packaging/debian/control
index a021654..890a10c 100644
--- a/packaging/debian/control
+++ b/packaging/debian/control
@@ -1,9 +1,12 @@
 Source: cool-retro-term
 Maintainer: Jeka Der <jekader@gmail.com>
-Section: misc
+Section: x11
 Priority: optional
 Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9),qmlscene,
+Homepage: https://github.com/Swordfish90/cool-retro-term
+Vcs-Git: git://github.com/barak/cool-retro-term.git
+Vcs-Browser: https://github.com/barak/cool-retro-term
+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
@@ -11,7 +14,10 @@ Build-Depends: debhelper (>= 9),qmlscene,
 Package: cool-retro-term
 Architecture: any
 Replaces: cool-old-term
-Depends: qml-module-qtquick-controls, qml-module-qtgraphicaleffects, qml-module-qtquick-dialogs, qml-module-qtquick-localstorage, qml-module-qtquick-window2, ${shlibs:Depends}, ${misc:Depends}
+Provides: x-terminal-emulator
+Depends: qml-module-qtquick-controls, qml-module-qtgraphicaleffects,
+ qml-module-qtquick-dialogs, qml-module-qtquick-localstorage,
+ qml-module-qtquick-window2, ${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,