* debian/control.in:
- added gnome-pkg-tools to Build-Deps
- added xfce4 to the Suggests after kde, before wmaker
- added the Uploaders field
* debian/rules:
- include the pkg-gnome makefile include to generate the Uploaders
field correctly
8 lines
283 B
Makefile
Executable File
8 lines
283 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/
|