diff --git a/debian/changelog b/debian/changelog index f337ad72..9f03c78b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 16 May 2006 16:43:37 -0400 + fail2ban (0.6.1-4) unstable; urgency=low * Adjusted debian packaging: diff --git a/debian/rules b/debian/rules index 0ece77ee..2425f768 100755 --- a/debian/rules +++ b/debian/rules @@ -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