3 # Sample debian/rules that uses debhelper.
4 # This file was originally written by Joey Hess and Craig Small.
5 # As a special exception, when this file is copied by dh-make into a
6 # dh-make output file, you may use that output file without restriction.
7 # This special exception was added by Craig Small in version 0.37 of dh-make.
9 # Uncomment this to turn on verbose mode.
12 configure: configure-stamp
15 cd src && ./configure && cd ..
20 build-stamp: configure-stamp
23 cd src && $(MAKE) && cd ..
24 cd doc && $(MAKE) && cd ..
31 rm -f build-stamp configure-stamp
37 cd src && $(MAKE) clean && cd ..
38 cd doc && $(MAKE) clean && cd ..
45 dh_installdirs usr/sbin usr/share/uanytun/examples/config
47 # Add here commands to install the package into debian/uanytun.
48 install -m 755 src/uanytun debian/uanytun/usr/sbin/
49 cp -a etc/uanytun/* debian/uanytun/usr/share/uanytun/examples/config/
51 # Build architecture-independent files here.
53 # We have nothing to do by default.
55 # Build architecture-dependent files here.
59 dh_installchangelogs ChangeLog
62 dh_installinit etc/init.d/uanytun
63 dh_installman doc/uanytun.8
74 binary: binary-indep binary-arch
75 .PHONY: build clean binary-indep binary-arch binary install configure