diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 19:11:32 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 19:11:32 -0500 |
commit | 6614bf0d5078b213ff215e5af39da4ef2ccefedd (patch) | |
tree | 890c9beeb527cc998c6f03d627e9ef02c4f44818 /debian/rules | |
parent | 0e5e742b5072eb86c8e722c29dd75ccbb976daa7 (diff) |
temp mv
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index a759dac..0000000 --- a/debian/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 |