mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Changed building targets
This commit is contained in:
parent
e6598119a6
commit
31066913a1
5
debian/rules
vendored
5
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user