#! /usr/bin/make -f CDBS = /usr/share/cdbs/1 include $(CDBS)/class/autotools.mk include $(CDBS)/rules/debhelper.mk ###-------------------------------------------------------------------------- ### General definitions. DEB_BUILDDIR = $(CURDIR)/build DEB_DESTDIR = $(CURDIR)/debian/fwd ###-------------------------------------------------------------------------- ### Documentation. DEB_INSTALL_DOCS_fwd = GRAMMAR ###-------------------------------------------------------------------------- ### Compatibility package. DEB_INSTALL_DIRS_fw = \ usr/bin \ usr/share/man/man1 install/fw:: install -m755 debian/fw.sh debian/fw/usr/bin/fw ln -s fwd.1.gz debian/fw/usr/share/man/man1/fw.1.gz ###----- That's all, folks --------------------------------------------------