RuneScape Game Client Launcher For Linux has developer feedback

Ubuntu Software Center noreply at canonical.com
Mon Feb 4 17:00:00 UTC 2013


Thank you for providing feedback for RuneScape Game Client Launcher For Linux.

Current status:  Your application RuneScape Game Client Launcher For Linux is Pending review.


You provided the following feedback:

i managed to get a friend to help me fix it, simply put it was just too overly complicated :P
i tested it in my testing ppa and it built perfectly on both i386 and amd64 :)

the build is now in a queue on launchpad so they should be done in a couple of hours :)
thanks for the help

the new rules file is 

----
#!/usr/bin/make -f

%:
	dh $@ 

override_dh_auto_install:
	# Add here commands to install the package into debian/<packagename>	
	# Make the dirs for the files
	mkdir -p $(CURDIR)/debian/rsu-client/usr/games
	mkdir -p $(CURDIR)/debian/rsu-client/usr/share/applications
	mkdir -p $(CURDIR)/debian/rsu-client/opt/extras.ubuntu.com/rsu-client/share
	mkdir -p $(CURDIR)/debian/rsu-client/opt/extras.ubuntu.com/rsu-client/modules/7-zip
	mkdir -p $(CURDIR)/debian/rsu-client/opt/extras.ubuntu.com/rsu-client/win32/jawt
	mkdir -p $(CURDIR)/debian/rsu-client/opt/extras.ubuntu.com/rsu-client/bin
	
	# Set proper permissions
	chmod +x $(CURDIR)/runescape/runescape
	chmod +x $(CURDIR)/runescape/rsu-settings
	chmod +x $(CURDIR)/runescape/update-runescape-client
	chmod -R +x $(CURDIR)/runescape/templates/packaging/usr/games/*
	chmod -R +x $(CURDIR)/runescape/templates/launcher-packaging/usr/games/*
	chmod -R +x $(CURDIR)/runescape/templates/launcher-packaging/usr/share/applications/*
	
	# Remove files and folders not needed in the repository
	rm -rf $(CURDIR)/runescape/modules/addons
	rm -rf $(CURDIR)/runescape/bin
	rm -f $(CURDIR)/runescape/win32/What_goes_here.txt
	
	# Install the compiled program to the debian structure
	cp -rf $(CURDIR)/runescape/templates/packaging/usr/games/* $(CURDIR)/debian/rsu-client/usr/games/
	cp -rf $(CURDIR)/runescape/templates/launcher-packaging/usr/games/* $(CURDIR)/debian/rsu-client/usr/games/
	cp -rf $(CURDIR)/runescape/templates/launcher-packaging/usr/share/* $(CURDIR)/debian/rsu-client/usr/share/
	cp -rf $(CURDIR)/runescape/* $(CURDIR)/debian/rsu-client/opt/extras.ubuntu.com/rsu-client/
	
	# Correct the .desktop file
	sed -i -e "s/\/opt\/runescape/\/opt\/extras.ubuntu.com\/rsu-client/g" $(CURDIR)/debian/rsu-client/usr/share/applications/rsu-launcher.desktop
	
# Disable shlibdeps
override_dh_shlibdeps:

# Disable compress and strip
override_dh_compress:
override_dh_strip:


Visit the developer portal at https://myapps.developer.ubuntu.com/dev/ to find out more.
To view your application, go to https://myapps.developer.ubuntu.com/dev/apps/926/

Best,

The Ubuntu Software Center team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/app-review-board/attachments/20130204/f3fffe48/attachment-0001.html>


More information about the App-review-board mailing list