do not install foreign distro/OS config files

• 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: Debian bug #767123 (https://bugs.debian.org/767123).

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
pull/856/head
Christoph Anton Mitterer 2014-11-12 05:15:15 +01:00
parent 408bed5464
commit 0e92c5b42a
2 changed files with 15 additions and 0 deletions

12
debian/changelog vendored
View File

@ -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 fail2ban (0.9.1-1) unstable; urgency=medium
* To become fresh upstream release (Closes: #742976) * To become fresh upstream release (Closes: #742976)

3
debian/rules vendored
View File

@ -23,6 +23,9 @@ override_dh_clean:
override_dh_install: override_dh_install:
rm -f $(DESTDIR)/usr/share/doc/fail2ban/README.Solaris 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 : # Remove explicitely created /var/run/fail2ban
: # just to please lintian since init file will : # just to please lintian since init file will
: # take care about it anyways : # take care about it anyways