~cordia-team/+junk/hildon-home

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Thomas-Karl Pietrowski
  • Date: 2011-10-09 16:56:50 UTC
  • Revision ID: thopiekar@googlemail.com-20111009165650-4c3oct3pk33c2fb3
first release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
include /usr/share/cdbs/1/rules/debhelper.mk
 
3
include /usr/share/cdbs/1/class/autotools.mk
 
4
include /usr/share/cdbs/1/class/gnome.mk
 
5
 
 
6
DEB_DH_INSTALLCHANGELOGS_ARGS=--no-act
 
7
DEB_DH_INSTALLDOCS_ARGS=--no-act
 
8
DEB_INSTALL_DOCS_ALL=
 
9
 
 
10
makebuilddir::
 
11
        AUTOGEN_SUBDIR_MODE=1 NOCONFIGURE=yes ./autogen.sh
 
12
 
 
13
install/hildon-home::
 
14
        install -d $(CURDIR)/debian/tmp/etc/X11/Xsession.d
 
15
        install -m755 $(CURDIR)/debian/hildon-sv-notification-daemon.xsession \
 
16
                $(CURDIR)/debian/tmp/etc/X11/Xsession.d/65hildon-sv-notification-daemon
 
17
 
 
18
#binary-install/hildon-home::
 
19
#       dh_installxsession -u 'post 18'
 
20
#       dh_maemolauncher
 
21
 
 
22
binary-predeb/hildon-home::
 
23
        # set the Setuid bit for hildon-notification-daemon
 
24
        chmod 4755 $(CURDIR)/debian/hildon-home/usr/bin/hildon-sv-notification-daemon