~ubuntu-branches/ubuntu/lucid/ebox/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-07-12 17:11:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070712171148-9v00v83xewca9n66
Tags: 0.9.3-0ubuntu3
* Updated sudoers rewriting magic.
* Added gnome magic to cdbs to make gconf work properly.
* Kill gconfd-2 from postinst.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
include /usr/share/cdbs/1/rules/debhelper.mk
4
4
include /usr/share/cdbs/1/class/autotools.mk
 
5
include /usr/share/cdbs/1/class/gnome.mk
5
6
include /usr/share/cdbs/1/rules/dpatch.mk
6
7
include /usr/share/dpatch/dpatch.make
7
8
 
17
18
DEB_CONFIGURE_SCRIPT_ENV += VARPATH="/var"
18
19
DEB_CONFIGURE_SCRIPT_ENV += ETCPATH="/etc/ebox"
19
20
DEB_CONFIGURE_EXTRA_FLAGS := --disable-runtime-tests 
20
 
DEB_MAKE_ENVVARS += GCONF_SCHEMAS_INSTALL=false
21
21
DEB_MAKE_FLAGS += schemadir=usr/share/gconf/schemas
22
 
DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) $(MAKE) $(DEB_MAKE_FLAGS) -C $(DEB_BUILDDIR)
 
22
DEB_MAKE_INVOKE = $(MAKE) $(DEB_MAKE_FLAGS) -C $(DEB_BUILDDIR)
23
23
 
24
24
install/ebox::
25
25
        install -d $(CURDIR)/debian/ebox/etc/init.d