mirror of https://github.com/fail2ban/fail2ban
placed binary-arch target back to comply with the policy
parent
ac9362ae5b
commit
537399dbc9
|
@ -1,3 +1,10 @@
|
|||
fail2ban (0.6.1-5) unstable; urgency=low
|
||||
|
||||
* Further fixed debian packaging: to comply with policy empty target
|
||||
binary-arch was provided
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 16 May 2006 16:43:37 -0400
|
||||
|
||||
fail2ban (0.6.1-4) unstable; urgency=low
|
||||
|
||||
* Adjusted debian packaging:
|
||||
|
|
|
@ -57,6 +57,9 @@ install: build copy-inits
|
|||
# To build manpage
|
||||
$(MANPAGE): fail2ban fail2ban.h2m
|
||||
help2man --include fail2ban.h2m --section=1x --no-info --output $@ ./fail2ban
|
||||
#
|
||||
# Just to comply with policy 4.8
|
||||
binary-arch:
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: install $(MANPAGE)
|
||||
|
@ -85,4 +88,4 @@ binary-indep: install $(MANPAGE)
|
|||
dh_builddeb
|
||||
|
||||
binary: binary-indep
|
||||
.PHONY: build clean binary-indep binary install configure copy-inits clean-inits
|
||||
.PHONY: build clean binary-indep binary-arch binary install configure copy-inits clean-inits
|
||||
|
|
Loading…
Reference in New Issue