This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository openmolar.
commit 8656b8fe3cf4a3711e143eb5cbcd8b120ba10a2a Author: Gert Wollny <[email protected]> Date: Tue Jan 10 11:18:46 2017 +0000 Correct desktop file to not specify mime type --- debian/changelog | 1 + debian/patches/remove-mimetype.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 18e23ed..0a7ab0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ openmolar (1.0.15-gd81f9e5-1) unstable; urgency=medium [Gert Wollny] d/rules: set --install-dir option d/control: update run-time dependencies + d/p/remove_mimetype.patch: Correct desktop file to not specify mimetype -- Andreas Tille <[email protected]> Sat, 17 Dec 2016 19:04:06 +0100 diff --git a/debian/patches/remove-mimetype.patch b/debian/patches/remove-mimetype.patch new file mode 100644 index 0000000..86dcfa0 --- /dev/null +++ b/debian/patches/remove-mimetype.patch @@ -0,0 +1,15 @@ +Author: Gert Wollny <[email protected]> +Description: The desktop file falsely specifies a mime type + The command line doesn't actually support specifying files. +Forwarded: No +Last-Updated: 2017-01-10 + +--- a/bin/openmolar.desktop ++++ b/bin/openmolar.desktop +@@ -7,6 +7,5 @@ + Icon=openmolar + Terminal=false + Type=Application +-MimeType=application/x-openmolar; + Categories=Office; + Name[en_GB]=OpenMolar diff --git a/debian/patches/series b/debian/patches/series index 8bd4308..cf91203 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ private-libs.patch force_python3.patch +remove-mimetype.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/openmolar.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
