From bc0ba6ae7957bf4e31a9fffe66f1e1609d8a85bf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 19:11:58 -0500 Subject: back --- foo/rules | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 foo/rules (limited to 'foo/rules') diff --git a/foo/rules b/foo/rules deleted file mode 100755 index a759dac..0000000 --- a/foo/rules +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/make -f - -build: - dh_testdir - -clean: - dh_testdir - dh_testroot - dh_clean - -binary-arch: build - -binary-indep: build - dh_testdir - dh_testroot - dh_clean -k - $(MAKE) PREFIX=debian/etckeeper - dh_installdocs README - dh_installexamples - dh_installchangelogs - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -# Not intended for use by anyone except the author. -announcedir: - @echo ${HOME}/src/joeywiki/code/etckeeper/news - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary -- cgit v1.2.3