mirror of https://github.com/fail2ban/fail2ban
Merge pull request #856 from calestyo/debian-do-not-install-other-distros-files
do not install foreign distro/OS config filespull/860/head
commit
6c8cfca5d5
|
@ -1,3 +1,15 @@
|
|||
fail2ban (0.9.1-1.1) UNRELEASED; urgency=medium
|
||||
|
||||
[ Christoph Anton Mitterer ]
|
||||
* Do not install the following configuration files which are not used within
|
||||
the Debian package of fail2ban:
|
||||
/etc/fail2ban/paths-fedora.conf
|
||||
/etc/fail2ban/paths-freebsd.conf
|
||||
/etc/fail2ban/paths-osx.conf
|
||||
Closes: #767123
|
||||
|
||||
-- Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> Wed, 12 Nov 2014 05:20:20 +0100
|
||||
|
||||
fail2ban (0.9.1-1) unstable; urgency=medium
|
||||
|
||||
* To become fresh upstream release (Closes: #742976)
|
||||
|
|
|
@ -23,6 +23,9 @@ override_dh_clean:
|
|||
|
||||
override_dh_install:
|
||||
rm -f $(DESTDIR)/usr/share/doc/fail2ban/README.Solaris
|
||||
rm -f $(DESTDIR)/etc/fail2ban/paths-fedora.conf
|
||||
rm -f $(DESTDIR)/etc/fail2ban/paths-freebsd.conf
|
||||
rm -f $(DESTDIR)/etc/fail2ban/paths-osx.conf
|
||||
: # Remove explicitely created /var/run/fail2ban
|
||||
: # just to please lintian since init file will
|
||||
: # take care about it anyways
|
||||
|
|
Loading…
Reference in New Issue