diff options
author | Daniel Baumann <daniel@debian.org> | 2007-12-22 09:04:52 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:29 +0100 |
commit | c7e9b2abaa6e2e67409cbd224c42debee9bf57c1 (patch) | |
tree | 9a48df54499a46fd24d19f34191d0767b764daf4 /debian/rules | |
parent | 7e49d0a3ec074bbf57557549cce8df4dd460792c (diff) | |
download | vyos-live-build-c7e9b2abaa6e2e67409cbd224c42debee9bf57c1.tar.gz vyos-live-build-c7e9b2abaa6e2e67409cbd224c42debee9bf57c1.zip |
Updating rules.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/debian/rules b/debian/rules index cc8778982..a6343963a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,20 +1,17 @@ #!/usr/bin/make -f -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - upstream: - cd .. && git clone git://git.debian.org/git/users/daniel/live-helper.git || true + cd .. && git clone git://git.debian.org/git/users/daniel/live-helper.git rm -rf ../live-helper/.git -build: - clean: dh_testdir dh_testroot dh_clean +build: + install: build dh_testdir dh_testroot @@ -40,6 +37,8 @@ install: build # Installing bug control install -D -m 0755 debian/bug/script debian/live-helper/usr/share/bug/live-helper +binary: binary-indep binary-arch + binary-arch: build install binary-indep: build install @@ -58,5 +57,4 @@ binary-indep: build install dh_md5sums dh_builddeb -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: upstream clean build install binary binary-arch binary-indep |