summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-23 19:17:28 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-23 19:17:28 -0400
commit957113afa3da5a763982c88427cf061cd19d974f (patch)
tree91aae95b1c5e213254ec65c315dccd8890213a5b /examples
parent26f1964c1dec6991f12ef19cde2974bc6abdbb18 (diff)
add
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/rules.simple18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/rules.simple b/examples/rules.simple
new file mode 100755
index 00000000..21e1c081
--- /dev/null
+++ b/examples/rules.simple
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+build:
+ dh build
+
+clean:
+ dh clean
+
+install: build
+ dh install
+
+binary-arch: install
+ dh binary-arch
+
+binary-indep: install
+ dh binary-indep
+
+binary: binary-arch binary-indep