summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/defaultsettings/desktop-base/debian/rules
blob: 109641b7c9fc09da16ced605790a02ae5ca1e26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/buildcore.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

# needed for usplash
CFLAGS += -fPIC

DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/desktop-base-trinity/

DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
                               && echo xz || echo bzip2)

binary-fixup/desktop-base-trinity::
	dh_gconf --priority=15