From: John Wright Date: Mon, 17 May 2010 06:17:07 +0000 (-0600) Subject: debian/menu: Fix syntax errors X-Git-Tag: 0.97.7-3~1 X-Git-Url: http://git.johnwright.org/?p=fmit.git;a=commitdiff_plain;h=7df827d38e05ded131c8ab07830245679b423e39 debian/menu: Fix syntax errors --- diff --git a/debian/changelog b/debian/changelog index 1d5cfe8..5c3a811 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ fmit (0.97.7-3) UNRELEASED; urgency=low * Update Standards-Version to 3.8.4 * Correct build and runtime issues with jackd2. Thanks to Adrian Knoth for the patch. (Closes: #561415, #581276) + * debian/menu: Fix syntax errors (thanks, lintian) -- John Wright Fri, 18 Jan 2008 17:12:25 -0700 diff --git a/debian/menu b/debian/menu index dc5e588..8d55f97 100644 --- a/debian/menu +++ b/debian/menu @@ -1,2 +1 @@ -?package(fmit):needs="X11" section="Apps/Sound - title="fmit" command="/usr/bin/fmit" +?package(fmit):needs="X11" section="Applications/Sound" title="fmit" command="/usr/bin/fmit"