From: Sylvain Le Gall Date: Sat, 1 Sep 2007 20:34:42 +0000 (+0000) Subject: * Change menu section X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~529 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=22bb086512b1bc72cdb140bd0a570673239b3c20;p=ocaml.git * Change menu section --- diff --git a/debian/changelog b/debian/changelog index 914c8c86..edad0e16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,13 +4,16 @@ ocaml (3.10.0-7) unstable; urgency=low * add patch not-native-no-aspp to workaround FTBFS, as described upstream in bug 4375 (closes: #429185) * don't ignore make clean error + * move menu section of ocaml interpreter to Applications/Programming + to comply with new menu structure + [ Stefano Zacchiroli ] * CDBS class - add support for specifying the target dir for generated documentation - various fixes in ocamldoc invocation - -- Stefano Zacchiroli Fri, 31 Aug 2007 19:39:09 +0200 + -- Sylvain Le Gall Sat, 01 Sep 2007 22:33:52 +0200 ocaml (3.10.0-6) unstable; urgency=low diff --git a/debian/ocaml-interp.menu b/debian/ocaml-interp.menu index 3098e2ff..04be7987 100644 --- a/debian/ocaml-interp.menu +++ b/debian/ocaml-interp.menu @@ -1,4 +1,4 @@ -?package(ocaml-interp):needs="text" section="Apps/Programming" \ +?package(ocaml-interp):needs="text" section="Applications/Programming" \ title="Ocaml" longtitle="Ocaml Toplevel" \ hints="ocaml" \ command="/usr/bin/ocaml" \