Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-10-24 15:03:32 +0400
committermboelen <michael@cisofy.com>2014-10-24 15:03:32 +0400
commit31066913a173581927ae17ed371fc4913150cb43 (patch)
treef39508970efa3a736b9cf7330956703bc8457362 /debian
parente6598119a600d0de37e802c90bb14f1434b0216b (diff)
Changed building targets
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 4ea656a3..468f07a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
#!/usr/bin/make -f
-build: build-arch build-indep
build-indep: build-stamp
build-arch: build-stamp
+build: build-arch build-indep
build-stamp:
dh_testdir
touch build-stamp
@@ -37,7 +37,6 @@ install: build
# Build architecture-dependent files here.
binary-arch: build install
-binary-indep: build install
dh_testdir
dh_testroot
dh_installchangelogs CHANGELOG
@@ -54,6 +53,8 @@ binary-indep: build install
dh_md5sums
dh_builddeb
+binary-indep: build install
+
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure