summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2014-11-11 23:43:07 -0500
committerYaroslav Halchenko <debian@onerussian.com>2014-11-11 23:43:07 -0500
commit6c8cfca5d5ea19f99ba74e86eaa4aa7be6df00d8 (patch)
tree78247845f9142e95c249af3bea5f942efa71c897
parent408bed546476dbecb68be452a7a3179506d021b3 (diff)
parent0e92c5b42a84ad87951af89800c63f44b2186f5a (diff)
downloadfail2ban-6c8cfca5d5ea19f99ba74e86eaa4aa7be6df00d8.tar.gz
Merge pull request #856 from calestyo/debian-do-not-install-other-distros-files
do not install foreign distro/OS config files
-rw-r--r--debian/changelog12
-rwxr-xr-xdebian/rules3
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 48ee0bb2..5d8f3dfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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)
diff --git a/debian/rules b/debian/rules
index a8ccd36f..c2dc3b1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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