X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=debian%2Frules;h=a726a69fb789659b862ae6af14bd6ee152407b30;hp=be6a79d75c93ce5ecb16016937ba19b652036cb9;hb=da14ec45da76c379a14a65ddc75c2d1341966530;hpb=090569ec751b8e78ad4f287bf2383b80dff7c07c diff --git a/debian/rules b/debian/rules index be6a79d..a726a69 100755 --- a/debian/rules +++ b/debian/rules @@ -1,41 +1,4 @@ #!/usr/bin/make -f - -build: build-stamp -build-stamp: - dh_testdir - $(MAKE) - $(MAKE) samples - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - -$(MAKE) -i clean - dh_clean - -binary-indep: build - -binary-arch: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - $(MAKE) PREFIX=debian/filters install - dh_installdocs README SAMPLES ky00te.dir/README.ky00te - dh_installchangelogs - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -# Not intended for use by anyone except the author. -announcedir: - @echo ${HOME}/src/joeywiki/code/filters/news - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +%: + dh $@