summaryrefslogtreecommitdiff
path: root/foo/rules
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 19:11:58 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 19:11:58 -0500
commitbc0ba6ae7957bf4e31a9fffe66f1e1609d8a85bf (patch)
tree522a8773963fc5b38fa2806efc23334ada10fdd4 /foo/rules
parent045faa3a5004d5c4192d0b85bae2a7bc2494ca47 (diff)
back
Diffstat (limited to 'foo/rules')
-rwxr-xr-xfoo/rules33
1 files changed, 0 insertions, 33 deletions
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