19301fd
diff -uNr keepass-2.26/dist/keepass keepass/dist/keepass
19301fd
--- keepass-2.26/dist/keepass	1970-01-01 01:00:00.000000000 +0100
19301fd
+++ keepass/dist/keepass	2014-04-18 22:39:57.973399231 +0100
19301fd
@@ -0,0 +1,3 @@
19301fd
+#!/bin/sh
19301fd
+
503b228
+exec /usr/bin/mono --verify-all /usr/lib/keepass/KeePass.exe "$@"
19301fd
diff -uNr keepass-2.26/dist/keepass.1 keepass/dist/keepass.1
19301fd
--- keepass-2.26/dist/keepass.1	1970-01-01 01:00:00.000000000 +0100
19301fd
+++ keepass/dist/keepass.1	2014-04-18 22:39:50.906367857 +0100
19301fd
@@ -0,0 +1,23 @@
19301fd
+.TH KEEPASS 1 "Mar 19, 2011"
19301fd
+.SH NAME
19301fd
+keepass \- password manager
19301fd
+.SH SYNOPSIS
19301fd
+.B keepass
19301fd
+.SH DESCRIPTION
19301fd
+\fBKeePass\fP is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password to unlock the whole database. The databases are encrypted using AES-256.
19301fd
+.SH OPTIONS
19301fd
+.TP
19301fd
+\fB\-\-auto-type\fP
19301fd
+invokes global auto-type
19301fd
+.TP
19301fd
+\fB\-\-lock-all\fP
19301fd
+lock databases of all KeePass instances
19301fd
+.TP
19301fd
+\fB\-\-unlock-all\fP
19301fd
+unlock databases of all KeePass instances
19301fd
+.TP
19301fd
+\fB\-\-exit-all\fP
19301fd
+exit all KeePass instances
19301fd
+.SH AUTHOR
19301fd
+This manual page was written by Julian Taylor <jtaylor.debian@googlemail.com>,
19301fd
+for the Debian project (but may be used by others).
19301fd
diff -uNr keepass-2.26/dist/keepass.desktop keepass/dist/keepass.desktop
19301fd
--- keepass-2.26/dist/keepass.desktop	1970-01-01 01:00:00.000000000 +0100
19301fd
+++ keepass/dist/keepass.desktop	2014-04-18 22:39:35.719301001 +0100
19301fd
@@ -0,0 +1,11 @@
19301fd
+[Desktop Entry]
19301fd
+Name=KeePass
19301fd
+GenericName=Password manager
19301fd
+Exec=keepass %u
19301fd
+Icon=keepass
19301fd
+Terminal=false
19301fd
+Type=Application
19301fd
+StartupWMClass=keepass2
19301fd
+Categories=Utility;
19301fd
+MimeType=application/x-keepass2;
19301fd
+Keywords=passwords;
19301fd
diff -uNr keepass-2.26/dist/keepass.xml keepass/dist/keepass.xml
19301fd
--- keepass-2.26/dist/keepass.xml	1970-01-01 01:00:00.000000000 +0100
19301fd
+++ keepass/dist/keepass.xml	2014-04-18 22:39:44.732340767 +0100
19301fd
@@ -0,0 +1,9 @@
19301fd
+
19301fd
+<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
19301fd
+  <mime-type type="application/x-keepass2">
19301fd
+    <comment>KeePass 2 database</comment>
19301fd
+    <comment xml:lang="de">KeePass 2 Datenbank</comment>
19301fd
+    <glob pattern="*.kdbx"/>
19301fd
+    <icon name="keepass"/>
19301fd
+  </mime-type>
19301fd
+</mime-info>