~ubuntu-branches/ubuntu/karmic/neverball/karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia, Emmet Hikory, Michael Bienia
  • Date: 2007-02-20 23:39:12 UTC
  • Revision ID: james.westby@ubuntu.com-20070220233912-3o0823zdodhgnnt4
Tags: 1.4.0-2ubuntu3
[ Emmet Hikory ]
* Cleaned up the .desktop file installation
* Added neverball.xpm from Debian Bug #275649
* Updated the menu file to use the icon
* Installed the PNG icons from the upstream source
* Closes LP: #48147

[ Michael Bienia ]
* debian/control: Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
        #$(MAKE) install DESTDIR=$(CURDIR)/debian/neverball
98
98
 
99
99
        dh_install -s
100
 
        install -d debian/neverball/usr/share/applications
101
 
        install -m644 debian/neverball.desktop debian/neverball/usr/share/applications
102
 
        install -m644 debian/neverputt.desktop debian/neverball/usr/share/applications
 
100
#
103
101
# Must not depend on anything. This is to be called by
104
102
# binary-arch/binary-indep
105
103
# in another 'make' thread.