summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-03-06 15:56:48 +0100
committerDaniel Baumann <daniel@debian.org>2008-03-06 15:56:48 +0100
commitfc40e7c62f39d8c5875d28d5fadd05cf933e453f (patch)
treecd14d07d89a5ad0458881d0a742a48b42c86a9c7 /debian/rules
parenta179a52dc90add005c5517cd0e96a64506192d91 (diff)
downloadvyos-live-build-fc40e7c62f39d8c5875d28d5fadd05cf933e453f.tar.gz
vyos-live-build-fc40e7c62f39d8c5875d28d5fadd05cf933e453f.zip
Cleaning up target depends in rules.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index b509851b3..b7ef8a90e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ clean:
build:
-install: build
+install:
dh_testdir
dh_testroot
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 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_testroot
dh_installchangelogs docs/ChangeLog