<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""
"http://www.w3.org/TR/html4/loose.dtd">


<html>
        <head>
                <meta http-equiv="content-type" content="text/html; charset=utf-8">
                <title>Ubuntu Developer Portal Application Status Update</title>
                <style type="text/css" media="screen">
                        body {
                                font-family: Ubuntu, 'Ubuntu Beta', UbuntuBeta, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
                                font-size: 14px;
                                color: #717073;
                                background: url("https://myapps.developer.ubuntu.com/static/devportal/backGroundOne.gif");
                                line-height: 16px;
                                margin: 0;
                                padding: 0;
                        }
                        #container {
                                background: none repeat scroll 0 0 #F7F6F5;
                                width: 600px;
                                margin: 0 auto 20px;
                                width: 600px;
                        }
                        #container-inner {
                                background-color: #FFFFFF;
                        }
                        #header, #container-inner {
                                -moz-box-shadow: 0 0 5px #BBBBBB;
                                -moz-box-shadow: 0 0 5px #BBBBBB;
                                background-color: #FFFFFF;
                        }
                        #header {
                                background-repeat: none;
                                background: url("https://myapps.developer.ubuntu.com/static/devportal/header_bg.png") repeat-x scroll left top #DD4814;
                                height: 64px;
                                margin: 0;
                                padding: 0;
                                position: relative;
                        }
                        #ubuntu-header {
                                background: url("https://myapps.developer.ubuntu.com/static/devportal/ubuntu_developer_logo.png") no-repeat scroll 0 0 transparent;
                                background-repeat: no-repeat;
                                height: 40px;
                                left: 12px;
                                top: 12px;
                                width: 250px;
                                margin: 0;
                                overflow: hidden;
                                padding: 0;
                                position: absolute;
                                text-indent: -9999px;
                        }
                        #ubuntu-header a {
                                display: block;
                                height: 100%;
                                width: 100%;
                        }
                        a {
                                color: #DD4814;
                                text-decoration: none;
                        }
                        h1 {
                                font-size: 36px;
                                line-height: 40px;
                        }
                        #status {
                                font-size: 24px;
                                line-height: 32px;
                                font-weight: bold;
                                padding: 10px 0;
                        }
                        #status_msg {
                                color: #DD4814;
                                margin-right: 5px;
                        }
                        #status_txt {
                                float: left;
                                margin: 0px 10px 10px;
                                width: 95%;
                        }
                        #thanks {
                                padding-top: 37px;
                                font-size: 20px;
                                line-height: 23px;
                        }
                        #dev_logo {
                                float: right;
                                border: none;
                        }
                        #details {
                                padding: 10px 0 0;
                                min-height: 80px;
                                margin: 10px 10px 0 10px;
                        }
                        #visit {
                                font-weight: bold;
                                font-size: 16px;
                                color: #DD4713;
                                margin: 10px;
                        }
                        #visit img {
                                position: relative;
                                top: 7px;
                                border: none;
                        }
                        #what, #meaning{
                                font-size: 15px;
                                line-height: 17px;
                                clear: left;
                        }
                        #what {
                                font-weight: bold;
                        }
            .pre {
                white-space: pre-wrap;
            }
                </style>
        </head>
<body>
        <div id="container">
                <div id="container-inner">
                        <div id="status">
                                <div id="status_txt">
                                        <a href="https://myapps.developer.ubuntu.com/dev/">
                                        <img id="dev_logo" src="https://myapps.developer.ubuntu.com/static/devportal/developer_orange_hex.png"/></a>
                                        <div id="status_msg">
Your application RuneScape Game Client Launcher For Linux is Pending review
</div>
                    <div id="thanks">Thank you for providing feedback for RuneScape Game Client Launcher For Linux.</div>
                                </div>
                        </div>
                        <div id="details">
                
                                <div id='meaning'>
<p>You provided the following feedback:
</p><pre>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:</pre>
</div>
                        </div>
                        <div id="visit">
                <a href="https://myapps.developer.ubuntu.com/dev/apps/926/">View your application
                <img src="https://myapps.developer.ubuntu.com/static/devportal/moreArrowOrange.gif"/></a><br>
                                <a href="https://myapps.developer.ubuntu.com/dev/">
                                Visit the developer portal
                                <img src="https://myapps.developer.ubuntu.com/static/devportal/moreArrowOrange.gif"/></a>
                        </div>
                        <div id="header">
                                <h1 id="ubuntu-header">
                                        <a href="https://myapps.developer.ubuntu.com/dev/">Ubuntu developer</a>
                                </h1>
                        </div>
                </div>
        </div>
</body>
</html>