~team-xbmc-gutsy/xbmc/debian

« back to all changes in this revision

Viewing changes to rules

  • Committer: Oumar Aziz OUATTARA
  • Date: 2008-05-14 20:47:47 UTC
  • Revision ID: wattazoum@wattazoum-laptop-20080514204747-l0gcdlhg1jshaap4
event client added

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        # Add here commands to install the arch part of the package into 
77
77
        # debian/tmp/usr/share/xbmc
78
78
        make install prefix=$(CURDIR)/debian/tmp/usr/
 
79
        make eventclients prefix=$(CURDIR)/debian/tmp/usr/
79
80
        mkdir -p $(CURDIR)/debian/tmp/usr/share/applications $(CURDIR)/debian/tmp/usr/share/pixmaps
80
81
        cp -a $(CURDIR)/debian/datas/xbmc.png $(CURDIR)/debian/tmp/usr/share/pixmaps/
81
82
        cp -a $(CURDIR)/debian/datas/xbmc.desktop $(CURDIR)/debian/tmp/usr/share/applications/
89
90
        dh_testroot
90
91
        dh_installchangelogs 
91
92
        dh_installdocs
 
93
        dh_installexamples
 
94
        dh_pysupport
92
95
        dh_link
93
96
        dh_strip -X.so -X.a --dbg-package=xbmc-common-dbg
94
97
        dh_fixperms