X-Git-Url: https://git.gag.com/?p=debian%2Fipip;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=f88c186bc0b120f1aee3674d5f6fd2838bef39ad;hp=5b1a8613b34dfdf0aca32f8335a7587aec4c70bf;hb=e79922923b296d3d295c7e5402f730fbc9885c3a;hpb=832e6023c46b4d912c72d843caefa1bc634cfbbe diff --git a/debian/rules b/debian/rules index 5b1a861..f88c186 100755 --- a/debian/rules +++ b/debian/rules @@ -1,61 +1,15 @@ #!/usr/bin/make -f -# rules file for the ipip package, requires debhelper -# copyright 1998 by Bdale Garbee, distributed under the terms of the GPL +# rules file for the ipip package, requires debhelper / dh +# copyright 1998,2012 by Bdale Garbee, GPLv2 or later # export DH_VERBOSE=1 -CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +%: + dh $@ -build: build-arch build-indep -build-arch: build-stamp -build-indep: build-stamp -build-stamp: - dh_testdir - $(MAKE) - touch build-stamp +# cp ipip debian/ipip/usr/sbin +# cp debian/ipip.config debian/ipip/etc/ipip/config +# cp debian/ipip.routes debian/ipip/etc/ipip/routes -clean: - dh_testdir - dh_testroot - rm -f build-stamp - $(MAKE) clean - dh_clean - -# Build architecture-independent files here. -binary-indep: build - -# Build architecture-dependent files here. -binary-arch: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - cp ipip debian/ipip/usr/sbin - cp debian/ipip.config debian/ipip/etc/ipip/config - cp debian/ipip.routes debian/ipip/etc/ipip/routes - - dh_installdocs - dh_installexamples samples/* - dh_installmenu - dh_installinit - dh_installcron - dh_installman ipip.1 - dh_installchangelogs - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -source diff: - @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +# dh_installexamples samples/* +# dh_installman ipip.1