3
include /usr/share/cdbs/1/rules/debhelper.mk
4
include /usr/share/cdbs/1/rules/simple-patchsys.mk
5
include /usr/share/cdbs/1/rules/utils.mk
6
include /usr/share/cdbs/1/class/gnome.mk
7
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
8
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
11
DEB_CONFIGURE_EXTRA_FLAGS += --enable-lirc
12
# disable scrollkeeper-update in make install
13
DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
15
# exclude plugins from shlibs generation
16
DEB_DH_MAKESHLIBS_ARGS_rhythmbox += -Xdebian/$(cdbs_curpkg)/usr/lib/rhythmbox
18
binary-install/rhythmbox::
19
# kill *.a and *.la files of plugins and the shared lib
20
find debian/rhythmbox -name '*.a' -exec rm -f '{}' ';'
21
find debian/rhythmbox -name '*.la' -exec rm -f '{}' ';'