Updating rules.
This commit is contained in:
parent
7e49d0a3ec
commit
c7e9b2abaa
|
@ -1,20 +1,17 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
# Uncomment this to turn on verbose mode.
|
|
||||||
#export DH_VERBOSE=1
|
|
||||||
|
|
||||||
upstream:
|
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
|
rm -rf ../live-helper/.git
|
||||||
|
|
||||||
build:
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
|
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
|
build:
|
||||||
|
|
||||||
install: build
|
install: build
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
|
@ -40,6 +37,8 @@ install: build
|
||||||
# Installing bug control
|
# Installing bug control
|
||||||
install -D -m 0755 debian/bug/script debian/live-helper/usr/share/bug/live-helper
|
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-arch: build install
|
||||||
|
|
||||||
binary-indep: build install
|
binary-indep: build install
|
||||||
|
@ -58,5 +57,4 @@ binary-indep: build install
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
|
|
||||||
binary: binary-indep binary-arch
|
.PHONY: upstream clean build install binary binary-arch binary-indep
|
||||||
.PHONY: build clean binary-indep binary-arch binary install
|
|
||||||
|
|
Loading…
Reference in New Issue