+ Set the default background, overriding the one in libgnome.
+ Set the default splash, overriding the one in gnome-session.
* Register it with priority 15 (higher than standard Debian packages
but lower than CDDs).
* Build-depend on debhelper 5.0.13.
12 lines
337 B
Makefile
Executable File
12 lines
337 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
|
|
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
|
|
|
|
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/desktop-base/
|
|
|
|
binary-fixup/desktop-base::
|
|
dh_gconf --priority=15
|