]> git.donarmstrong.com Git - debhelper.git/commitdiff
add
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 23 Apr 2008 23:17:28 +0000 (19:17 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 23 Apr 2008 23:17:28 +0000 (19:17 -0400)
examples/rules.simple [new file with mode: 0755]

diff --git a/examples/rules.simple b/examples/rules.simple
new file mode 100755 (executable)
index 0000000..21e1c08
--- /dev/null
@@ -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