From c6e44d3ea3efaf8fa1291ee39ea0ceef8eee1678 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 22 May 2007 05:42:14 +0100 Subject: Imported Debian patch 1.0.6-1 Summary: Imported Debian patch 1.0.6-1 Keywords: Imported sisu-markup-samples-1.0.6-1 into Git repository --- debian/rules | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..cb2396a --- /dev/null +++ b/debian/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs README + dh_installchangelogs CHANGELOG + dh_installman + dh_install + dh_compress -X.rb -X.sst -X.ssm -X.ssi + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: clean build install binary-indep binary-arch binary -- cgit v1.2.3