After reporting a couple of minor bugs in the debian/rules script, I was
advised to post my findings here:

1: The murmur icon gets installed to /usr/share/pixmaps/mumble.png.1. This 
causes some issues because gnome can't find the icon with the .1 appended.
Fix: Change line 99 (as of SVN) in debian/rules to the following:
install ./icons/mumble.png.1 
$(CURDIR)/debian/mumble/usr/share/pixmaps/mumble.png

2: The above .png and the .desktop file get executable permissions. This can be 
solved by passing '-m 644' to the install lines for these files (line 98 and 99 
as of SVN)
This should fix a couple of those lintian warnings mentioned above.


Regarding the init script - couldn't the debian init script in the wiki 
(http://mumble.sourceforge.net/Murmur_Init_Script%28Debian%29) be used/modified?

-- 
[needs-packaging] Mumble
https://bugs.launchpad.net/bugs/129081
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to