ship hapolicy
This commit is contained in:
parent
75ad0273c0
commit
f0d1eb62bd
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -13,6 +13,7 @@ postfwd (1.30-1) UNRELEASED; urgency=low
|
||||||
- documentation updates and fixes
|
- documentation updates and fixes
|
||||||
* Suppress output on restarting via init script (Closes: #636782), thanks
|
* Suppress output on restarting via init script (Closes: #636782), thanks
|
||||||
Martin F. Krafft for reporting
|
Martin F. Krafft for reporting
|
||||||
|
* Ship hapolicy
|
||||||
* Reorganize documentation
|
* Reorganize documentation
|
||||||
- Add new files from upstream to documentation
|
- Add new files from upstream to documentation
|
||||||
- Add 10_hapolicy_manpage.dpatch to have a manpage for hapolicy
|
- Add 10_hapolicy_manpage.dpatch to have a manpage for hapolicy
|
||||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -21,6 +21,7 @@ install: build
|
||||||
# install binaries
|
# install binaries
|
||||||
install -D -m 644 sbin/postfwd debian/postfwd/usr/sbin/postfwd1
|
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 sbin/postfwd2 debian/postfwd/usr/sbin/postfwd2
|
||||||
|
install -D -m 644 tools/hapolicy/hapolicy debian/postfwd/usr/sbin/hapolicy
|
||||||
# install man page
|
# install man page
|
||||||
mkdir -p debian/tmp/
|
mkdir -p debian/tmp/
|
||||||
cp man/man8/postfwd.8 debian/tmp/postfwd1.8
|
cp man/man8/postfwd.8 debian/tmp/postfwd1.8
|
||||||
|
|
Loading…
Reference in a new issue