X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=75d02ac49a156a85c5d62a93e77d9774e8763dec;hb=cff280a531a1af418091e3028a2e713af52f2a75;hp=3b65094c4193555b95a66a55fd6a81e1915ab95c;hpb=1da4d2c2037c64eb6614e32e6b83597b7dc02fca;p=debbugs.git diff --git a/debian/rules b/debian/rules index 3b65094..75d02ac 100755 --- a/debian/rules +++ b/debian/rules @@ -1,43 +1,7 @@ #!/usr/bin/make -f -# Made with the aid of dh_make, by Craig Small -# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -# Some lines taken from debmake, by Cristoph Lameter. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +%: + dh $@ --parallel -tmp_dir := $(CURDIR)/debian/tmp - -build: -# Call the test suite - $(MAKE) test - -clean: - dh_testdir - dh_testroot - #something to remove all trace and *.trace files? - dh_clean build-stamp - -binary-arch: -# nothing to do, as there aren't any architecture-dependent packages - -binary-indep: build install - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - $(MAKE) install_mostfiles DESTDIR=$(tmp_dir) - dh_installdocs - dh_installchangelogs - dh_strip - dh_compress -X examples/text - dh_fixperms - #chown bugs.bugs $(var_dir)/spool/incoming - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean install binary-indep binary-arch binary +override_dh_auto_install: + dh_auto_install -- INSTALLDIRS=vendor