X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=75d02ac49a156a85c5d62a93e77d9774e8763dec;hb=210f625e6e6b4cbe1065f35d9eb0bdc73563969c;hp=0929fc3f7d4c821cb34f7038cdd4ed2871fac37e;hpb=16cff2b08663f532fcd83660082380a1faaee618;p=debbugs.git diff --git a/debian/rules b/debian/rules index 0929fc3..75d02ac 100755 --- a/debian/rules +++ b/debian/rules @@ -1,42 +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: -# There is nothing to build here, so this rule can be left empty. - -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