Bug#706688: dwb: redundant call to update-menu in maintainer scripts

2013-05-04 Thread Sebastian Ramacher
On 2013-05-03 19:44:02, Nathan Owens wrote: > I have changed postrm to prerm because lintian gave error about the > alternative link wouldn't exist anymore and it suggested to use > prerm instead. I did that and it fixed that lintian error. There was > no real reason I changed to debhelper to 9, ju

Bug#706688: dwb: redundant call to update-menu in maintainer scripts

2013-05-03 Thread Nathan Owens
On 05/03/2013 07:05 PM, Sebastian Ramacher wrote: Copying my message to the bug. Forgot to CC it. - Forwarded message from Sebastian Ramacher - Date: Sat, 4 May 2013 01:48:31 +0200 From: Sebastian Ramacher To: Nathan Owens Subject: Re: Bug#706688: dwb: redundant call to update-menu in

Bug#706688: dwb: redundant call to update-menu in maintainer scripts

2013-05-03 Thread Sebastian Ramacher
Copying my message to the bug. Forgot to CC it. - Forwarded message from Sebastian Ramacher - Date: Sat, 4 May 2013 01:48:31 +0200 From: Sebastian Ramacher To: Nathan Owens Subject: Re: Bug#706688: dwb: redundant call to update-menu in maintainer scripts Hi Nathan, On 2013-05-03 17

Bug#706688: dwb: redundant call to update-menu in maintainer scripts

2013-05-03 Thread Nathan Owens
On 05/03/2013 06:40 AM, Sebastian Ramacher wrote: Package: dwb Version: 20130424hg-1 Severity: minor The maintainer scripts now contain two calls to update-menu: one inserted manually and one inserted by dh_installmenus. dwb's postinst script looks like that: # Update Menus if [ -x /usr/bin/up

Bug#706688: dwb: redundant call to update-menu in maintainer scripts

2013-05-03 Thread Sebastian Ramacher
Package: dwb Version: 20130424hg-1 Severity: minor The maintainer scripts now contain two calls to update-menu: one inserted manually and one inserted by dh_installmenus. dwb's postinst script looks like that: # Update Menus if [ -x /usr/bin/update-menus ] ; then update-menus ; fi # Automatical