From d125070fa4d324a68f5e9cc201e3d36daaf062ba Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 15 Aug 2006 22:13:44 +0000 Subject: [PATCH] now changes in this file are managed via dpatch --- debian/changelog | 1 + .../patches/03_fail2ban_conf_5_manpage.dpatch | 39 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100755 debian/patches/03_fail2ban_conf_5_manpage.dpatch diff --git a/debian/changelog b/debian/changelog index 372f4ed6..fc2d68c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ fail2ban (0.6.1-11) unstable; urgency=low * Adjusted manpage for fail2ban.conf to point to shipped examples of configuration files as the source of details about available configuration options (closes: #382403) + * Changes in man/fail2ban.conf.5 are managed via dpatch now -- Yaroslav Halchenko Wed, 16 Aug 2006 00:18:59 +0300 diff --git a/debian/patches/03_fail2ban_conf_5_manpage.dpatch b/debian/patches/03_fail2ban_conf_5_manpage.dpatch new file mode 100755 index 00000000..c8b2de69 --- /dev/null +++ b/debian/patches/03_fail2ban_conf_5_manpage.dpatch @@ -0,0 +1,39 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## fail2ban_conf_5_manpage.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Adjusts manpage for configuration file to reflect Debian specific +## DP: changes + +@DPATCH@ + +diff -Naur fail2ban-0.6.1.orig/man/fail2ban.conf.5 fail2ban-0.6.1.mod/man/fail2ban.conf.5 +--- fail2ban-0.6.1.orig/man/fail2ban.conf.5 2006-08-16 00:30:19.000000000 +0300 ++++ fail2ban-0.6.1.mod/man/fail2ban.conf.5 2006-08-16 00:28:44.000000000 +0300 +@@ -5,7 +5,7 @@ + .SH "DESCRIPTION" + \fB/etc/fail2ban.conf\fR contains data about the general configuration of fail2ban, the mail notification and services to monitor. + .SH "VARIABLES" +-Please look at the file itself ++Please look at the file itself. Had you modified it and kept modified version during upgrades, please look at fail2ban.conf.iptables.gz file at /usr/share/doc/fail2ban/examples, which provides full version of the shipped configuration file. + .SH "FILES" + .I /etc/fail2ban.conf + .SH "REPORTING BUGS" +@@ -13,8 +13,16 @@ + via bug tracker + .SH "AUTHOR" + Cyril Jaquier ++.br ++Modified by ++.br ++ - Yaroslav O. Halchenko . ++.br ++Sponsored for Debian by ++.br ++ - Barak A. Pearlmutter . + .SH "SEE ALSO" +-.BR fail2ban (8) ++.BR fail2ban(8) + .TP + See + .BR "http://fail2ban.sourceforge.net/".