chiark / gitweb /
noip.c: Add debugging to most of the syscall wrappers.
[preload-hacks] / debian / rules
... / ...
CommitLineData
1#! /usr/bin/make -f
2
3arch = $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
4
5%:; dh $@ --parallel
6
7override_dh_auto_install:
8 dh_auto_install --parallel -- \
9 prefix=/usr mandir=/usr/share/man \
10 libdir=/usr/lib/$(arch) \
11 DESTDIR=debian/tmp