X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=e0ec0238673b5fa85c044c650b022e8645779349;hb=1dc8b160fadfbc4fde5b664a65b5bb5787a9b969;hp=ca4fcbdb40bf57e2d17f5ad36c14defc57b15754;hpb=c6cdb52dfb9504dde81bf18a009d9b5b8f6eb513;p=unscd.git diff --git a/debian/rules b/debian/rules index ca4fcbd..e0ec023 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,17 @@ %: dh $@ +override_dh_auto_clean: + rm -f nscd + dh_auto_clean + override_dh_auto_build: gcc $(CFLAGS) $(LDFLAGS) -o nscd nscd.c + help2man --name 'nscd which does not hang' \ + --include debian/help2man \ + --no-info \ + ./nscd > debian/unscd.man + ln -fs unscd.man debian/nscd.man override_dh_auto_install: install -d debian/unscd/usr/sbin/