* Compute a stable name for preprocessed files (Closes: #838188).
Thanks to Johannes Schauer for the patch!
+ [ Pino Toscano ]
+ * Convert the menu file to a desktop file. (see #741573)
+
-- Ximin Luo <infinity0@debian.org> Wed, 09 Aug 2017 14:59:56 +0200
ocaml (4.05.0-7) experimental; urgency=medium
usr/bin/ocaml
usr/share/man/man1/ocaml.1
+debian/ocaml.desktop /usr/share/applications
debian/ocaml.xpm /usr/share/pixmaps
+++ /dev/null
-?package(ocaml-interp):needs="text" section="Applications/Programming" \
- title="Ocaml" longtitle="Ocaml Toplevel" \
- hints="ocaml" \
- command="/usr/bin/ocaml" \
- icon="/usr/share/pixmaps/ocaml.xpm"
--- /dev/null
+[Desktop Entry]
+Exec=ocaml
+Name=OCaml
+GenericName=OCaml Toplevel
+Type=Application
+Terminal=true
+Icon=ocaml
+Categories=Development;ConsoleOnly;