~ubuntu-branches/ubuntu/vivid/spellcast/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Javier Fernandez-Sanguino Pen~a
  • Date: 2006-01-15 13:53:19 UTC
  • mfrom: (2.1.2 dapper)
  • Revision ID: james.westby@ubuntu.com-20060115135319-2gbqr67j7ympgrbs
Tags: 1.0-21
* Remove xlibs-dev dependancy and added libx11-dev instead (Closes: #346930)
* Move debian/po to debian/po.deprecated as it is no longer used (Closes: #338167)
* Added sweden translation of the debconf templates, provided by
  Daniel Nylander, in any case (if NEWS files get i18n support it might
  be a start point).  (Closes: #33043)

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        dh_clean -k
41
41
        dh_installdirs
42
42
 
43
 
        # Add here commands to install the files into debian/tmp
44
 
        $(MAKE) install DESTDIR=`pwd`/debian/tmp
 
43
        # Add here commands to install the files into debian/spellcast
 
44
        $(MAKE) install DESTDIR=`pwd`/debian/spellcast
45
45
 
46
46
        dh_installdebconf
47
47
        dh_installdocs README README.resolution debian/spellcast.man.html README.colour
48
48
        dh_installexamples
49
49
        dh_installmenu
50
50
        dh_installcron
51
 
        dh_installmanpages
 
51
        dh_installman spellcast.6
52
52
        dh_installchangelogs
53
53
        dh_strip
54
54
        dh_compress
55
55
        dh_fixperms 
56
 
        chown games.games debian/tmp/var/games/spellcast/
57
 
        chmod 0775 debian/tmp/var/games/spellcast/
58
 
        chown games.games debian/tmp/usr/games/spellcast
59
 
        chmod 0755 debian/tmp/usr/games/spellcast
60
 
        chmod 0755 debian/tmp/usr/games/spellcast800
61
 
        chmod 0755 debian/tmp/usr/games/spellcast1024
 
56
        chown games.games debian/spellcast/var/games/spellcast/
 
57
        chmod 0755 debian/spellcast/var/games/spellcast/
 
58
        chown games.games debian/spellcast/usr/games/spellcast
 
59
        chmod 0755 debian/spellcast/usr/games/spellcast
 
60
        chmod 0755 debian/spellcast/usr/games/spellcast800
 
61
        chmod 0755 debian/spellcast/usr/games/spellcast1024
62
62
        dh_installdeb
63
63
        dh_shlibdeps
64
64
        dh_gencontrol