From b56c74420da4c67dbeb60450e64a3cbb3e469214 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 16 Jun 2010 15:08:03 +0000 Subject: [PATCH] symlink postfwd2 manpage to postfwd one --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 42fa56b..402ad33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ postfwd (1.18-2) UNRELEASED; urgency=low * Add 01_postfwd2.dpatch to ship postfwd2 script and changelog * Rework initscript, so users can choose via /etc/default/postfwd to use postfwd or postfwd2 + * Symlink postfwd2 man page to the postfwd man page -- Jan Wagner Thu, 29 Apr 2010 08:49:20 +0200 diff --git a/debian/rules b/debian/rules index 8d24765..4868f2b 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ binary-indep: build install dh_installexamples etc/postfwd.cf.sample debian/example-cfg* dh_installinit -- defaults 19 21 dh_installman man/man8/postfwd.8 - dh_link + dh_link usr/share/man/man1/postfwd.1.gz usr/share/man/man1/postfwd2.1.gz dh_compress dh_fixperms dh_perl