From a6c6c18d935e5c020e9ec37bc11fcde2374374b2 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 8 Jul 2011 17:18:52 +0100 Subject: Updated client manpage-manufacture. --- debian/rules | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 1a62ae6..061744f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,14 @@ #!/usr/bin/make -f # -include /usr/share/cdbs/1/rules/debhelper.mk -# include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk +build: + make all + dh $@ + +clean: + make clean + dh $@ -# in which directory to build -# BUILDDIR = debian/tmp +%: + dh $@ -- cgit v1.2.1