X-Git-Url: https://git.syn-net.org/?p=debian%2Fuanytun.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=b6b42b90b3730374c5afa00fb88d9309dec7ef22;hp=1cfd3ad14f12f11b25fb952103e633ffc7f92741;hb=069ec4b2800bc68766b47184a36e494a99c02820;hpb=1a22a6c452036d88e5ff792d7a0924cdfd841c10 diff --git a/debian/rules b/debian/rules index 1cfd3ad..b6b42b9 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ configure: configure-stamp configure-stamp: dh_testdir - cd src && ./configure --prefix=/usr --sysconfdir=/etc --examplesdir=/usr/share/uanytun/examples && cd .. + cd src && ./configure --no-manpage --prefix=/usr --sysconfdir=/etc --examplesdir=/usr/share/uanytun/examples && cd .. touch configure-stamp build: build-stamp @@ -21,7 +21,6 @@ build-stamp: configure-stamp dh_testdir cd src && $(MAKE) && cd .. - cd doc && $(MAKE) && cd .. touch $@ @@ -30,12 +29,6 @@ clean: dh_testroot rm -f build-stamp configure-stamp - cd src && $(MAKE) distclean && cd .. - cd doc && $(MAKE) clean && cd .. - - # drop leftover file: - rm -f src/tun.c - # Add here commands to clean up after the build process. $(MAKE) --directory=$(CURDIR)/src distclean dh_clean @@ -63,7 +56,7 @@ binary-arch: install dh_installdocs dh_installexamples dh_installinit - dh_installman doc/uanytun.8 + dh_installman debian/uanytun.8 dh_link dh_strip dh_compress