Cleaning up target depends in rules.

This commit is contained in:
Daniel Baumann 2008-03-06 15:56:48 +01:00
parent a179a52dc9
commit fc40e7c62f
1 changed files with 4 additions and 4 deletions

8
debian/rules vendored
View File

@ -12,7 +12,7 @@ clean:
build: build:
install: build install:
dh_testdir dh_testdir
dh_testroot dh_testroot
dh_clean -k dh_clean -k
@ -36,11 +36,11 @@ install: build
install -D -m 0644 debian/bug/presubj debian/live-helper/usr/share/bug/live-helper install -D -m 0644 debian/bug/presubj debian/live-helper/usr/share/bug/live-helper
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: binary-indep
binary-arch: build install binary-arch:
binary-indep: build install binary-indep: install
dh_testdir dh_testdir
dh_testroot dh_testroot
dh_installchangelogs docs/ChangeLog dh_installchangelogs docs/ChangeLog