X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/aae68c41bca575de5d57e0b3b84e272a225520fd..a320e3007ae90a67742bcb4eafda9ef8e539f04b:/debian/rules diff --git a/debian/rules b/debian/rules index 1996d95..f4a2b35 100755 --- a/debian/rules +++ b/debian/rules @@ -1,30 +1,2 @@ #! /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 -------------------------------------------------- +%:; dh "$*" -Bdebian/build