#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS := --enable-libsensors=yes --enable-procacp --enable-hddtemp=yes
binary-post-install/xfce4-sensors-plugin::
-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la
rmdir debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins
rmdir debian/`dh_listpackages`/usr/lib/xfce4
|