diff options
author | Marco d'Itri <md@linux.it> | 2011-10-10 02:04:32 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:41 +0100 |
commit | 6c3ca39f2504328fb876cec1a003a4e9689e6753 (patch) | |
tree | 70f18102b245888bbe0ef1a71a0ad1238fa0e6f7 /debian/rules | |
parent | 1712990060242307d09528b5349eebbe7e2efec3 (diff) | |
download | whois-6c3ca39f2504328fb876cec1a003a4e9689e6753.tar.gz |
Imported Debian version 5.0.12v5.0.12
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e1d38d6..9111f55 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,9 @@ #!/usr/bin/make -f SHELL+= -e +DPKG_EXPORT_BUILDFLAGS = 1 +-include /usr/share/dpkg/buildflags.mk + #export DH_VERBOSE=1 D := $(shell pwd)/debian/whois @@ -45,7 +48,10 @@ binary: binary-arch binary-indep: +build-arch: build +build-indep: build + checkroot: test root = "`whoami`" -.PHONY: binary binary-arch binary-indep build clean checkroot +.PHONY: binary binary-arch binary-indep build build-arch build-indep clean checkroot |