From f0d1eb62bd286f2b177c48d6968b67049ab03395 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 14 Sep 2011 12:58:00 +0000 Subject: [PATCH] ship hapolicy --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 719f363..e724c90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ postfwd (1.30-1) UNRELEASED; urgency=low - documentation updates and fixes * Suppress output on restarting via init script (Closes: #636782), thanks Martin F. Krafft for reporting + * Ship hapolicy * Reorganize documentation - Add new files from upstream to documentation - Add 10_hapolicy_manpage.dpatch to have a manpage for hapolicy diff --git a/debian/rules b/debian/rules index c1f23e4..09338ac 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,7 @@ install: build # install binaries install -D -m 644 sbin/postfwd debian/postfwd/usr/sbin/postfwd1 install -D -m 644 sbin/postfwd2 debian/postfwd/usr/sbin/postfwd2 + install -D -m 644 tools/hapolicy/hapolicy debian/postfwd/usr/sbin/hapolicy # install man page mkdir -p debian/tmp/ cp man/man8/postfwd.8 debian/tmp/postfwd1.8