Merge pull request #856 from calestyo/debian-do-not-install-other-distros-files

do not install foreign distro/OS config files
pull/860/head
Yaroslav Halchenko 2014-11-11 23:43:07 -05:00
commit 6c8cfca5d5
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
* To become fresh upstream release (Closes: #742976)

3
debian/rules vendored
View File

@ -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