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