diff options
author | Andrew Chilton <andychilton@gmail.com> | 2008-07-05 18:46:31 +1200 |
---|---|---|
committer | Andrew Chilton <andychilton@gmail.com> | 2008-07-05 18:46:31 +1200 |
commit | 1515145646c5aa80eb4c298607ea33da731ab586 (patch) | |
tree | 07b4654df41a24ac977925293363de7d8ff2e192 /debian-lenny/rules | |
parent | 68c0b1e19dd90db236a5b9dd862ab3251c0817a0 (diff) |
Imported Upstream version 0.5.1upstream/0.5.1
Diffstat (limited to 'debian-lenny/rules')
-rwxr-xr-x | debian-lenny/rules | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/debian-lenny/rules b/debian-lenny/rules deleted file mode 100755 index b9873e2..0000000 --- a/debian-lenny/rules +++ /dev/null @@ -1,53 +0,0 @@ -#!/usr/bin/make -f -## ---------------------------------------------------------------------------- - -## ---------------------------------------------------------------------------- -## uncomment this to turn on verbose mode - -# export DH_VERBOSE=1 - -## ---------------------------------------------------------------------------- - -clean: - dh_testdir - dh_testroot - rm -f build-stamp install-stamp - [ ! -f Makefile ] || $(MAKE) clean - rm -f $(CURDIR)/cil.1 - dh_clean - -build: build-stamp -build-stamp: - dh_testdir - [ ! -f Makefile ] || $(MAKE) - echo Doing MAN... - pod2man $(CURDIR)/bin/cil > $(CURDIR)/cil.1 - touch build-stamp - -binary: - dh_testdir - dh_testroot - - dh_install - dh_installdirs - dh_installdocs - dh_installdebconf - dh_installman - dh_installchangelogs - dh_compress - dh_fixperms - dh_installdeb - - dh_perl - - dh_gencontrol - dh_md5sums - dh_builddeb - -binary-arch: - -binary: binary-indep binary-arch - -.PHONY: clean install binary-indep binary-arch binary - -## ---------------------------------------------------------------------------- |