#!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk binary-install/hvirt-devconfig:: # Versions of CDBS newer than ours do this for us dh_lintian -phvirt-devconfig echo $(DEB_DESTDIR) install -m 0644 -D dev/k5login $(CURDIR)/debian/hvirt-devconfig/root/.k5login binary-install/hvirt-prodconfig:: # Versions of CDBS newer than ours do this for us dh_lintian -phvirt-prodconfig echo $(DEB_DESTDIR) install -m 0644 -D prod/k5login $(CURDIR)/debian/hvirt-prodconfig/root/.k5login