16 lines
352 B
Makefile
Executable File
16 lines
352 B
Makefile
Executable File
#!/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
|
|
|
|
DEB_DH_BUILDDEB_ARGS = -- -Zxz
|
|
|
|
# needed for usplash
|
|
CFLAGS += -fPIC
|
|
|
|
DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/desktop-base/
|
|
|
|
binary-fixup/desktop-base::
|
|
dh_gconf --priority=15
|