Updating rules.

This commit is contained in:
Daniel Baumann 2007-12-22 09:04:52 +01:00
parent bc5dab6908
commit c8bcdfff6f
1 changed files with 6 additions and 8 deletions

14
debian/rules vendored
View File

@ -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