X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Frules;h=06d7ffe054f5d661ae1633c882b0082d678e5fa1;hb=HEAD;hp=f94e7521ba9d088ec90493ed7deb8e192ae45da8;hpb=16bce837ffe3527d4e8ed306f4436a86891d6e60;p=secnet.git diff --git a/debian/rules b/debian/rules index f94e752..06d7ffe 100755 --- a/debian/rules +++ b/debian/rules @@ -34,66 +34,5 @@ export EXTRA_CFLAGS= $(shell dpkg-buildflags --get CPPFLAGS) \ $(shell dpkg-buildflags --get CFLAGS) export EXTRA_LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS) -build build-arch: build-stamp -build-stamp: - dh_testdir - - # Add here commands to compile the package. - ./configure --prefix=/usr --sysconfdir=/etc && $(MAKE) - - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - # Add here commands to clean up after the build process. - -$(MAKE) realclean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/ - $(MAKE) DESTDIR=`pwd`/debian/`dh_listpackages` install - -# Build architecture-independent files here. -build-indep binary-indep: -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot -# dh_installdebconf - dh_installdocs INSTALL README NOTES TODO NEWS BUGS CREDITS - dh_installexamples example.conf -# dh_installmenu -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime - dh_installinit -# dh_installcron - dh_installman -# dh_installinfo - dh_installchangelogs - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_makeshlibs - dh_installdeb -# dh_perl - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +%: + dh $@