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