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 13:19:35 +0400
committermboelen <michael@cisofy.com>2014-10-24 13:19:35 +0400
commit64b5d9b9c3a5722843a8cea07912b2c7db0e0f37 (patch)
tree77d72b526cce4870b19356bf610f923ff884c48d /debian
parentf465da535112159c6529b4181e4a817a2573793d (diff)
Minor changes to build script for DEB
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e5ecd460..cf011346 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lynis (1.6.3-1) utopic; urgency=low
+
+ * Release 1.6.3
+
+ -- Michael Boelen <michael.boelen@cisofy.com> Fri, 24 Oct 2014 10:58:23 +0200
+
lynis (1.6.2-1) utopic; urgency=low
* Release 1.6.2
diff --git a/debian/rules b/debian/rules
index cf69ec6e..4ea656a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-build: build-indep build-arch
+build: build-arch build-indep
build-indep: build-stamp
build-arch: build-stamp
build-stamp:
@@ -36,6 +36,7 @@ install: build
# Build architecture-dependent files here.
+binary-arch: build install
binary-indep: build install
dh_testdir
dh_testroot
@@ -53,7 +54,6 @@ binary-indep: build install
dh_md5sums
dh_builddeb
-binary-arch: build install
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure