~packagekit/packagekit/ubuntu-maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Sebastian Heinlein
  • Date: 2008-03-11 09:16:43 UTC
  • Revision ID: sebi@glatzor.de-20080311091643-nh38nhb1020d4nxy
* Follow forked-dbus-backend branch
* Switch to the apt2 backend
* New dependency on apt-xapian-index
* New build dependeny on intltool
* Run the packagekitd as packagekit user
* Improve description (thanks to Guus Sliepen)
* Add a patch to allow the root backend user to own the dbus object

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
DEB_PYTHON_SYSTEM    := pycentral
4
4
 
 
5
include /usr/share/cdbs/1/rules/simple-patchsys.mk
5
6
include /usr/share/cdbs/1/rules/debhelper.mk
6
7
include /usr/share/cdbs/1/class/autotools.mk
7
8
include /usr/share/cdbs/1/class/makefile.mk
8
9
 
9
 
DEB_CONFIGURE_EXTRA_FLAGS := --enable-apt --disable-dummy --with-default-backend=apt --with-security-framework=polkit
 
10
DEB_CONFIGURE_EXTRA_FLAGS := --enable-apt2 --disable-dummy --with-default-backend=apt2 --with-security-framework=polkit --with-packagekit-user=packagekit --with-backend-user=root
10
11
 
11
12
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
12
13
        dh_pycentral -p$(cdbs_curpkg)