#!/usr/bin/make -f # Made with the aid of debmake, by Christoph Lameter, # based on the sample debian/rules file for GNU hello by Ian Jackson. include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_INSTALL_MANPAGES_budget := debian/budget.1 DEB_FIXPERMS_EXCLUDE := debian/budget/var/lib/budget common-install-indep:: -rm -rf debian/budget install -d debian/budget cd debian/budget && install -d `cat ../dirs` $(MAKE) install DESTDIR=`pwd`/debian/budget/usr rm -rf debian/budget/usr/share/budget/config.php dh_link /usr/share/budget /var/www/budget dh_link /etc/budget/config.php /usr/share/budget/config.php chown -R www-data.www-data debian/budget/var/lib/budget