Updating rules.
This commit is contained in:
parent
bc5dab6908
commit
c8bcdfff6f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue