~packagekit/packagekit/ubuntu-maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Sebastian Heinlein
  • Date: 2008-07-30 08:31:16 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: sebi@glatzor.de-20080730083116-0cy902iro9a6uab4
Run the apt backend as root only and the packagekit daemon a dedicated system user. Therfor provide a patch for the dbus policy and add/remove the packagekitd user on install/removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
include /usr/share/cdbs/1/class/autotools.mk
8
8
include /usr/share/cdbs/1/class/makefile.mk
9
9
 
10
 
DEB_CONFIGURE_EXTRA_FLAGS := --enable-docbook-docs --enable-apt --with-default-backend=apt
 
10
DEB_CONFIGURE_EXTRA_FLAGS := --enable-docbook-docs --enable-apt --with-default-backend=apt --with-packagekit-user=packagekit --with-backend-user=root
11
11
 
12
12
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
13
13
        dh_pycentral -p$(cdbs_curpkg)