From 6a2aaa4db7fe396d2f56a3df30ff61bb28c7b8f3 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 23 Oct 2006 04:49:52 +0000 Subject: [PATCH] * Adjusted rule to install man pages -- only .1 files since there are also h2m sources --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4454fd97..c072cf92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ fail2ban (0.7.4~pre2006102-1) experimental; urgency=low * Currrent snapshot of trunk * Removed outdated (applied in 0.7.4 or specific for 0.6.?) patches from debian/patches + * Adjusted rule to install man pages -- only .1 files since there are also + h2m sources -- Yaroslav Halchenko Mon, 23 Oct 2006 00:17:55 -0400 diff --git a/debian/rules b/debian/rules index c753af79..04246140 100755 --- a/debian/rules +++ b/debian/rules @@ -77,7 +77,7 @@ binary-indep: install dh_installinit -- defaults 99 # dh_installcron # dh_installinfo - dh_installman man/* + dh_installman man/*.1 dh_pycentral dh_python dh_link