X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=955dd78b6a10a7cb83d3e875950d0a685f954154;hb=HEAD;hp=3174216e34c33b94283dcab2382cff22848afe7d;hpb=8c46f91a39aaf76a41052e860574989b746a1b25;p=grml-paste.git diff --git a/debian/rules b/debian/rules index 3174216..955dd78 100755 --- a/debian/rules +++ b/debian/rules @@ -9,50 +9,5 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -build: build-stamp - -build-stamp: - dh_testdir - $(MAKE) - touch $@ - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - $(MAKE) clean - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs usr/bin - - install -m 755 grml-paste debian/grml-paste/usr/bin/grml-paste - -# Build architecture-dependent files here. -binary-arch: build install -# We have nothing to do by default. - -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples - dh_installman grml-paste.1.gz - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +%: + dh $@